#ifndef HHYP_PPIP_ALG_H
#define HHYP_PPIP_ALG_H
#include "TObject.h"
#include "TArrayI.h"
#include "hhypbasealgorithm.h"
#include "hhyplistfiller.h"
#include "hhyplistfillerinclusive.h"
class HHypPPipAlg:public HHypBaseAlgorithm
{
private:
HHypListFillerInclusive * fillerInclusive;
HHypListFiller * filler2;
HHypListFiller * filler2p1;
HHypListFiller * filler2m1;
HHypListFiller * filler2p2;
HHypListFiller * filler2p1m1;
HHypListFiller * filler2m2;
Bool_t use_InclusiveFiller;
Bool_t use_2_1;
Bool_t use_2_2;
protected:
public:
HHypPPipAlg(Char_t *name_i = NULL, Option_t par[] = NULL);
virtual ~ HHypPPipAlg(void);
Bool_t execute();
Bool_t init();
Bool_t reinit();
Bool_t finalize();
ClassDef(HHypPPipAlg, 0)
};
#endif
Last change: Sat May 22 12:58:04 2010
Last generated: 2010-05-22 12:58
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.