//*-- AUTHOR : I. Froehlich //*-- Modified : 21/04/2005 by I. Froehlich #ifndef HHYP_PP_KP_PIM_PROJECTOR_H #define HHYP_PP_KP_PIM_PROJECTOR_H #include "TObject.h" #include "TArrayI.h" #include "TNtuple.h" #include "TFile.h" #include "hhypbasealgorithm.h" #include #include #include #include #include // *************************************************************************** class HHypPPKpPimProjector : public HHypBaseAlgorithm { // *************************************************************************** private: TNtuple * miss; Int_t simuflag; HCategory * simCat; HCategory * CatTrackCandSim; protected: public: HHypPPKpPimProjector(Char_t *name_i=NULL, Option_t par[]=NULL); virtual ~HHypPPKpPimProjector(void); Bool_t execute(); Bool_t init(); Bool_t reinit(); Bool_t finalize(); ClassDef(HHypPPKpPimProjector,0) //Projects events to Ntuple }; //============================================================================ #endif