StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StHbtThPairEvtGen.h
1 /***************************************************************************
2  *
3  *
4  *
5  * Author: Laurent Conin, Fabrice Retiere, Subatech, France
6  ***************************************************************************
7  *
8  * Description : ThPair wich return :
9  * RealMomentum : HiddenInfo Momentum
10  * EmPoint : HiddenInfo EmPoint
11  * Pid : HiddenInfo Pid
12  * MeasMomentum : Particle Momentum
13  *
14  ***************************************************************************
15  *
16  *
17  *
18  ***************************************************************************/
19 
20 #ifndef StHbtThPairEvtGen_hh
21 #define StHbtThPairEvtGen_hh
22 
23 #include "StHbtMaker/Infrastructure/StHbtPair.hh"
24 #include "StHbtMaker/Base/StHbtThPair.hh"
25 
26 
28 public:
30  ~StHbtThPairEvtGen() {};
31  virtual void Set(const StHbtPair* aPair);
32 
33 #ifdef __ROOT__
34  ClassDef(StHbtThPairEvtGen,1)
35 #endif
36 
37 };
38 
39 #endif