#ifndef HRICHPAIRCREATORSIM_H
#define HRICHPAIRCREATORSIM_H
#include "hreconstructor.h"
#include "hlocation.h"
#include "hparset.h"
#include "hrichpaircreator.h"
class HCategory;
class HIterator;
class HDiHitMatchSim;
class HHitMatchSim;
class TObjArray;
class TFile;
class HTrackInfo;
class HRichPairCreatorSim : public HRichPairCreator {
public:
HRichPairCreatorSim();
HRichPairCreatorSim(const Text_t *name,const Text_t *title,const Char_t*);
~HRichPairCreatorSim();
Bool_t init();
Bool_t finalize();
Int_t execute();
Int_t fillHistosGEANTPairs(TObjArray*,const Char_t*,const Char_t*,const Char_t*);
Int_t selectAndFillPairsSim(void);
void setOpangBasename(const Char_t* c){opangbasename=c;};
const Char_t* getOpangBasename(void){return opangbasename;};
HCategory* getHitMatchCat(){return pHitMatchCat;};
HCategory* getHitDiMatchCat(){return pHitDiMatchCat;};
ClassDef(HRichPairCreatorSim,1)
protected:
void initHistosSim();
TObjArray* pHistArraySim;
const Char_t* opangbasename;
};
#endif // HRICHPAIRCREATORSIM_H
Last change: Sat May 22 13:09:41 2010
Last generated: 2010-05-22 13:09
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.