LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LCFloatVec.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_LCFLOATVEC_H
8 #define EVENT_LCFLOATVEC_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 
25 class LCFloatVec : public LCObject, public FloatVec {
26 
27 public:
29  virtual ~LCFloatVec() { /* nop */; }
30 
31 
33 
34  public:
35  int id() const { return _acc.simpleUID() ; }
36  protected:
38 }; // class
39 } // namespace EVENT
40 #endif /* ifndef EVENT_LCFLOATVEC_H */
The generic object that is held in an LCCollection.
Definition: LCObject.h:30
IMPL::AccessChecked _acc
Definition: LCFloatVec.h:37
LCFloatVec lcobject_type
Definition: LCFloatVec.h:32
virtual ~LCFloatVec()
Destructor.
Definition: LCFloatVec.h:29
Float vector used for user extensions.
Definition: LCFloatVec.h:25
virtual int simpleUID() const
Definition: AccessChecked.h:26
int id() const
Returns an object id for internal (debugging) use in LCIO.
Definition: LCFloatVec.h:35
Controls access to objects.
Definition: AccessChecked.h:18