using namespace std;
#ifndef HPIDTOFINOCORR_H
#define HPIDTOFINOCORR_H
#include "hreconstructor.h"
#include "hcategory.h"
#include "hiterator.h"
#include "piddef.h"
#include "TString.h"
#include "TNtuple.h"
class HIterator;
class HCategory;
class HPidTofinoCorr : public HReconstructor {
protected:
HCategory* pTrackCand;
HIterator* iterTrackCand;
public:
HPidTofinoCorr(void);
~HPidTofinoCorr(void);
Bool_t init(void);
Int_t execute(void);
Bool_t finalize(void);
ClassDef(HPidTofinoCorr,0)
};
#endif /* !HPIDTOFINOCORR_H */
Last change: Sat May 22 13:07:30 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.