LCIO  "2.7.4"
 All Classes Namespaces Functions Variables Typedefs Friends Pages
HEPEVT.h
1 // -*- C++ -*-
9 #ifndef HEPEVT_H
10 #define HEPEVT_H 1
11 
12 #include "EVENT/LCIO.h"
13 #include "EVENT/LCEvent.h"
14 #include "EVENT/MCParticle.h"
15 #include "IMPL/LCEventImpl.h"
16 #include "IMPL/LCCollectionVec.h"
17 #include "IMPL/MCParticleImpl.h"
18 
19 #include "lcio.h"
20 #include "Exceptions.h"
21 #include "hepevt0.h"
22 #include "hepevt1.h"
23 
24 using namespace lcio;
25 
26 namespace HEPEVTIMPL{
27 
28  class HEPEVT{
29 
30  public:
31 
36  static void fromHepEvt(EVENT::LCEvent* evt, const char* mcColName=0) ;
37  static void toHepEvt(const EVENT::LCEvent* evt, const char* mcColName=0) ;
38 
39  }; // class
40 
41 } // namespace HEPEVTIMPL
42 
43 #endif /* ifndef HEPEVT_H */
44 
Definition: HEPEVT.h:28
The main event interface.
Definition: LCEvent.h:30