#ifndef HWALLHITFSIM_H
#define HWALLHITFSIM_H
using namespace std;
#include "hreconstructor.h"
#include <iostream>
#include <iomanip>
#include "hlocation.h"
#include "hwallhit.h"
#include "hwallhitf.h"
#include "hwallhitsim.h"
#include "hwalldigipar.h"
#include "hwallgeompar.h"
#include "hspecgeompar.h"
class HIterator;
class HCategory;
class HWallDigiPar;
class HWallGeomPar;
class HSpecGeomPar;
class HRuntimeDb;
class HWallHitF;
class HWallHitSim;
class HWallRawSim;
class HWallHitFSim : public HWallHitF {
protected:
HLocation fLoc;
HCategory* fRawCat;
HCategory* fHitCat;
HIterator* iter;
HWallDigiPar *pWallDigiPar;
HWallGeomPar *pWallGeometry;
HSpecGeomPar *pSpecGeometry;
Bool_t fWallSimulation;
void fillHitTrack(HWallHitSim *, HWallRawSim *);
virtual void fillHit(HWallHitSim *, HWallRawSim *);
void fillGeometry(HWallHitSim *);
public:
HWallHitFSim(void);
HWallHitFSim(const Text_t* name,const Text_t* title);
~HWallHitFSim(void);
void initParContainer();
Bool_t init(void);
Bool_t finalize(void) {return kTRUE;}
Int_t execute(void);
ClassDef(HWallHitFSim,0)
};
#endif
Last change: Sat May 22 13:17:37 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.