LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Typedefs
LCIOSTLTypes.h File Reference
#include <string>
#include <vector>
+ Include dependency graph for LCIOSTLTypes.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 EVENT
 Typedefs for std::vectors of basic types used in LCIO.
 

Typedefs

typedef std::vector< std::stringEVENT::StringVec
 Vector of strings. More...
 
typedef std::vector< float > EVENT::FloatVec
 Vector of floats. More...
 
typedef std::vector< double > EVENT::DoubleVec
 Vector of doubles. More...
 
typedef std::vector< int > EVENT::IntVec
 Vector of ints. More...
 
typedef std::vector< short > EVENT::ShortVec
 Vector of shorts. More...