7 #ifndef EVENT_LCINTVEC_H
8 #define EVENT_LCINTVEC_H 1
10 #include "EVENT/LCObject.h"
11 #include "LCIOSTLTypes.h"
13 #include "IMPL/AccessChecked.h"
34 int id()
const {
return _acc.simpleUID() ; }
The generic object that is held in an LCCollection.
Definition: LCObject.h:30
int id() const
Returns an object id for internal (debugging) use in LCIO.
Definition: pre-generated/EVENT/LCIntVec.h:34
virtual ~LCIntVec()
Destructor.
Definition: pre-generated/EVENT/LCIntVec.h:28
Int vector used for user extensions.
Definition: pre-generated/EVENT/LCIntVec.h:24
std::vector< int > IntVec
Vector of ints.
Definition: LCIOSTLTypes.h:22
Controls access to objects.
Definition: AccessChecked.h:17