#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | EVENT |
Defines | |
| #define | LCIO_STD_TYPES 1 |
Typedefs | |
| typedef std::vector< std::string > | StringVec |
| typedef std::vector< float > | FloatVec |
| typedef std::vector< double > | DoubleVec |
| typedef std::vector< int > | IntVec |
| typedef std::vector< short > | ShortVec |
|
|
Typedefs for std::vectors of basic types used in LCIO Definition at line 7 of file LCIOSTLTypes.h. |
|
|
Vector of doubles. Definition at line 20 of file LCIOSTLTypes.h. |
|
|
|
|
Vector of shorts. Definition at line 24 of file LCIOSTLTypes.h. Referenced by IMPL::TrackerRawDataImpl::adcValues(), UTIL::LCTOOLS::printTrackerRawData(), and SIO::SIOTrackerRawDataHandler::write(). |
|
1.3.9.1