#ifndef HPIDMDCSTART_H
#define HPIDMDCSTART_H
#include "hreconstructor.h"
class HIterator;
class HCategory;
class HMatrixCategory;
class HLinearCategory;
class HPidAlgStandCutsPar;
class HPidMdcStart : public HReconstructor {
protected:
HLinearCategory* pStartHitCat;
HCategory* pShowerHitTofCat;
HMatrixCategory* pTofClusterCat;
HMatrixCategory* pTofHitCat;
HIterator* iterShowerHitTofCat;
HIterator* iterTofClusterCat;
HIterator* iterTofHitCat;
Bool_t isEmbedding;
Bool_t print;
Float_t timeVal;
void initParameters();
public:
HPidMdcStart(void);
HPidMdcStart(const Text_t name[],const Text_t title[]);
~HPidMdcStart(void);
Bool_t init(void);
Bool_t finalize(void);
Int_t execute(void);
void setPrint(Bool_t doprint){ print = doprint; }
void setTimeVal(Float_t val) { timeVal = val;}
ClassDef( HPidMdcStart,0)
};
#endif /* !HPIDMDCSTART_H */
Last change: Sat May 22 13:07:11 2010
Last generated: 2010-05-22 13:07
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.