LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LCIOSTLTypes.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
6 #ifndef LCIO_STD_TYPES
7 #define LCIO_STD_TYPES 1
8 
9 
10 #include <string>
11 #include <vector>
12 
13 namespace EVENT
14 {
25 
26 }
27 
28 #endif
std::vector< std::string > StringVec
Vector of strings.
Definition: LCIOSTLTypes.h:16
std::vector< float > FloatVec
Vector of floats.
Definition: LCIOSTLTypes.h:18
std::vector< double > DoubleVec
Vector of doubles.
Definition: LCIOSTLTypes.h:20
std::vector< int > IntVec
Vector of ints.
Definition: LCIOSTLTypes.h:22
std::vector< short > ShortVec
Vector of shorts.
Definition: LCIOSTLTypes.h:24