#ifndef HPARTICLESIMFILLER_H
#define HPARTICLESIMFILLER_H
using namespace std;
#include "hparticlefiller.h"
#include <iostream>
#include <iomanip>
#include "hlocation.h"
class HIterator;
class HCategory;
class HParticleSimFiller : public HParticleFiller {
private:
HCategory* fPartSrcCat;
HCategory* fGeantKineCat;
HIterator* iterGeant;
public:
HParticleSimFiller(void);
HParticleSimFiller(const Text_t* name,const Text_t* title,Bool_t skip=kFALSE);
~HParticleSimFiller(void) {;}
void fillParticleSrc(void);
Bool_t init(void);
Bool_t finalize(void) {return kTRUE;}
Int_t execute(void);
public:
ClassDef(HParticleSimFiller,1)
};
#endif
Last change: Sat May 22 13:06:38 2010
Last generated: 2010-05-22 13:06
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.