Marlin  01.17.01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MarlinLCIOSTLTypes.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
10 #ifndef LCIO_STD_TYPES
11 #define LCIO_STD_TYPES 1
12 
13 
14 #include <string>
15 #include <vector>
16 
17 
18 namespace EVENT
19 {
22 typedef std::vector< int > IntVec ;
23 
24 };
25 
26 #endif
std::vector< std::string > StringVec
std::vector< float > FloatVec
std::vector< int > IntVec