//*-- AUTHOR : B. Spruck //*-- Modified : 28 Feb 2007 #ifndef HHYP_PEPEM_P_H #define HHYP_PEPEM_P_H #include "TObject.h" #include "TArrayI.h" #include "hhypbasealgorithm.h" #include "hhyplistfiller.h" #include "hhyplistfillerinclusive.h" class HHypPEpEmPAlg:public HHypBaseAlgorithm { private: Bool_t use_3_1, use_3_2; HHypListFiller * filler3;// 3 HHypListFiller * filler3p1;// 3 + 1 pos fake HHypListFiller * filler3m1;// 3 + 1 neg fake HHypListFiller * filler3p2;// 3 + 2 pos fake HHypListFiller * filler3p1m1;// 3 + 1 pos + 1 neg fake HHypListFiller * filler3m2;// 3 + 2 neg fake protected: public: HHypPEpEmPAlg(Char_t *name_i = NULL, Option_t par[] = NULL); virtual ~ HHypPEpEmPAlg(void); Bool_t execute(); Bool_t init(); Bool_t reinit(); Bool_t finalize(); ClassDef(HHypPEpEmPAlg, 0) // The P Ep Em missing P Filler }; //============================================================================ #endif