HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TpcSimEventGenerator.h
Go to the documentation of this file.
1 #ifndef TPCSIMEVENTGENERATOR_H
2 #define TPCSIMEVENTGENERATOR_H
3 
4 #include "TObject.h"
5 
6 #include "TpcSimMCEvent.h"
7 
8 class TpcSimEventGenerator : public TObject {
9 
10  public:
12  virtual ~TpcSimEventGenerator();
13 
14  TpcSimMCEvent* GenerateEvent(Int_t seed = 0);
15 
16  private:
17 
18  static const Int_t fkMaxNtracks = 100;
19 
21 };
22 
23 #endif
ClassDef(TpcSimEventGenerator, 1)
static const Int_t fkMaxNtracks
TpcSimMCEvent * GenerateEvent(Int_t seed=0)