StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StHbtEvtGenPair.h
1 /***************************************************************************
2  *
3  *
4  *
5  * Author: Laurent Conin, Fabrice Retiere, Subatech, France
6  ***************************************************************************
7  *
8  * Description : Create pair from StHbtFsiHiddenInfo
9  *
10  ***************************************************************************
11  *
12  *
13  *
14  ***************************************************************************/
15 
16 #ifndef ST_HBT_EVTGEN_PAIR_HH
17 #define ST_HBT_EVTGEN_PAIR_HH
18 
19 #include "StHbtMaker/Infrastructure/StHbtPair.hh"
20 #include "StHbtMaker/Base/StHbtThPair.hh"
21 
23  public:
24  StHbtEvtGenPair(short aDecoralate=0);
25  virtual ~StHbtEvtGenPair();
26  protected:
27  virtual void setVariables(const StHbtPair* aPair);
28  short mDecoralate;
29 
30  int mNStoredPos;
31  StHbtLorentzVector* mPosArray1;
32  short* mValidPos1;
33  StHbtLorentzVector* mPosArray2;
34  short* mValidPos2;
35 
36  ClassDef(StHbtEvtGenPair,1)
37 };
38 
39 
40 #endif