LCIO  "2.7.4"
 All Classes Namespaces Functions Variables Typedefs Friends Pages
pre-generated/EVENT/LCStrVec.h
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_LCSTRVEC_H
8 #define EVENT_LCSTRVEC_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 LCStrVec : public LCObject, public StringVec {
25 
26 public:
28  virtual ~LCStrVec() { /* nop */; }
29 
30 
31  typedef LCStrVec lcobject_type ;
32 
33  public:
34  int id() const { return _acc.simpleUID() ; }
35  protected:
36  IMPL::AccessChecked _acc ;
37 }; // class
38 } // namespace EVENT
39 #endif /* ifndef EVENT_LCSTRVEC_H */
The generic object that is held in an LCCollection.
Definition: LCObject.h:30
std::vector< std::string > StringVec
Vector of strings.
Definition: LCIOSTLTypes.h:16
int id() const
Returns an object id for internal (debugging) use in LCIO.
Definition: pre-generated/EVENT/LCStrVec.h:34
virtual ~LCStrVec()
Destructor.
Definition: pre-generated/EVENT/LCStrVec.h:28
Controls access to objects.
Definition: AccessChecked.h:17
String vector used for user extensions.
Definition: pre-generated/EVENT/LCStrVec.h:24