00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef StHbtThPairEvtGen_hh
00021 #define StHbtThPairEvtGen_hh
00022
00023 #include "StHbtMaker/Infrastructure/StHbtPair.hh"
00024 #include "StHbtMaker/Base/StHbtThPair.hh"
00025
00026
00027 class StHbtThPairEvtGen : public StHbtThPair{
00028 public:
00029 StHbtThPairEvtGen();
00030 ~StHbtThPairEvtGen() {};
00031 virtual void Set(const StHbtPair* aPair);
00032
00033 #ifdef __ROOT__
00034 ClassDef(StHbtThPairEvtGen,1)
00035 #endif
00036
00037 };
00038
00039 #endif