7 #ifndef EVENT_LCFLOATVEC_H
8 #define EVENT_LCFLOATVEC_H 1
10 #include "EVENT/LCObject.h"
11 #include "LCIOSTLTypes.h"
13 #include "IMPL/AccessChecked.h"
35 int id()
const {
return _acc.simpleUID() ; }
The generic object that is held in an LCCollection.
Definition: LCObject.h:30
std::vector< float > FloatVec
Vector of floats.
Definition: LCIOSTLTypes.h:18
virtual ~LCFloatVec()
Destructor.
Definition: pre-generated/EVENT/LCFloatVec.h:29
Float vector used for user extensions.
Definition: pre-generated/EVENT/LCFloatVec.h:25
int id() const
Returns an object id for internal (debugging) use in LCIO.
Definition: pre-generated/EVENT/LCFloatVec.h:35
Controls access to objects.
Definition: AccessChecked.h:17