Class Reference for E1039 Core & Analysis Software
HepMCFlowAfterBurner.h
Go to the documentation of this file.
1 #ifndef HEPMCFLOWAFTERBURNER_H__
2 #define HEPMCFLOWAFTERBURNER_H__
3 
4 #include <fun4all/SubsysReco.h>
5 
6 #include<string>
7 
8 
11 {
12  public:
13  HepMCFlowAfterBurner(const std::string &name = "HEPMCFLOW"): SubsysReco(name) {}
14  virtual ~HepMCFlowAfterBurner() {}
15 
16 
17  protected:
18 
19 
20  int seedset;
21  long seed;
22  long randomSeed;
23 
24 };
25 
26 #endif
this class does not seem to be used anymore. One need some work to revive it.
HepMCFlowAfterBurner(const std::string &name="HEPMCFLOW")