#ifndef HHYP_HARDCUTS_H
#define HHYP_HARDCUTS_H
#include "TObject.h"
#include "TArrayI.h"
#include "TCutG.h"
#include "hhypbasealgorithm.h"
#include "hhyplistfiller.h"
#include "hpidalghardcuts.h"
#include "hpidalghardcutspar.h"
class HHypHardCutsAlg:public HHypBaseAlgorithm
{
private:
TNtuple * qa;
HPidAlgStandCutsPar *pidParams;
HPidAlgHardCutsPar *pidParams2;
TString sInFileName;
Bool_t bSim;
TCutG *GCut_8;
TCutG *GCut_9;
TCutG *GCut_14;
Bool_t bCut8;
Bool_t bCut9;
Bool_t bCut14;
protected:
public:
HHypHardCutsAlg(Char_t *name_i = NULL, Option_t par[] = NULL);
virtual ~ HHypHardCutsAlg(void);
Bool_t execute();
Bool_t init();
Bool_t reinit();
Bool_t finalize();
Bool_t isLepInRich(Int_t iPid,HPidHitData *pHitData);
ClassDef(HHypHardCutsAlg, 0)
};
#endif
Last change: Sat May 22 12:57:44 2010
Last generated: 2010-05-22 12:57
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.