LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LCIntVec.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 // AID-GENERATED
3 // =========================================================================
4 // This class was generated by AID - Abstract Interface Definition
5 // DO NOT MODIFY, but use the org.freehep.aid.Aid utility to regenerate it.
6 // =========================================================================
7 #ifndef EVENT_LCINTVEC_H
8 #define EVENT_LCINTVEC_H 1
9 
10 #include "EVENT/LCObject.h"
11 #include "LCIOSTLTypes.h"
12 
13  #include "IMPL/AccessChecked.h" // FIXME: EVENT shouldn't depend on IMPL ...
14 
15 namespace EVENT {
16 
24 class LCIntVec : public LCObject, public IntVec {
25 
26 public:
28  virtual ~LCIntVec() { /* nop */; }
29 
30 
32 
33  public:
34  int id() const { return _acc.simpleUID() ; }
35  protected:
37 }; // class
38 } // namespace EVENT
39 #endif /* ifndef EVENT_LCINTVEC_H */
The generic object that is held in an LCCollection.
Definition: LCObject.h:30
IMPL::AccessChecked _acc
Definition: LCIntVec.h:36
LCIntVec lcobject_type
Definition: LCIntVec.h:31
int id() const
Returns an object id for internal (debugging) use in LCIO.
Definition: LCIntVec.h:34
virtual ~LCIntVec()
Destructor.
Definition: LCIntVec.h:28
Int vector used for user extensions.
Definition: LCIntVec.h:24
virtual int simpleUID() const
Definition: AccessChecked.h:26
Controls access to objects.
Definition: AccessChecked.h:18