00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #ifndef ST_HBT_EVTGEN_PAIR_HH
00017 #define ST_HBT_EVTGEN_PAIR_HH
00018
00019 #include "StHbtMaker/Infrastructure/StHbtPair.hh"
00020 #include "StHbtMaker/Base/StHbtThPair.hh"
00021
00022 class StHbtEvtGenPair : public StHbtThPair{
00023 public:
00024 StHbtEvtGenPair(short aDecoralate=0);
00025 virtual ~StHbtEvtGenPair();
00026 protected:
00027 virtual void setVariables(const StHbtPair* aPair);
00028 short mDecoralate;
00029
00030 int mNStoredPos;
00031 StHbtLorentzVector* mPosArray1;
00032 short* mValidPos1;
00033 StHbtLorentzVector* mPosArray2;
00034 short* mValidPos2;
00035
00036 ClassDef(StHbtEvtGenPair,1)
00037 };
00038
00039
00040 #endif