#ifndef HWALLONEHITF_H
#define HWALLONEHITF_H
#include "hreconstructor.h"
#include "hlocation.h"
#include <iostream>
#include <iomanip>
class HCategory;
class HIterator;
class HWallCalPar;
class HWallRefWinPar;
class HWallRefWinMod;
class HRuntimeDb;
class HWallOneHit;
class HWallRaw;
class HWallCal;
class HWallOneHitF : public HReconstructor {
protected:
HCategory *fCalCat;
HCategory *fOneHitCat;
HIterator *iter;
HLocation fLoc;
HWallRefWinPar *pWallRefWinPar;
virtual void fillHit(HWallOneHit *, HWallCal *);
public:
HWallOneHitF(void);
HWallOneHitF(const Text_t* name,const Text_t* title);
~HWallOneHitF(void);
void initParContainer();
Bool_t init(void);
Bool_t finalize(void) { return kTRUE; }
Int_t execute(void);
public:
ClassDef(HWallOneHitF,0)
};
#endif /* !HWALLONEHITF_H */
Last change: Sat May 22 13:17:43 2010
Last generated: 2010-05-22 13:17
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.