#ifndef HRICHEVTMIXER_H
#define HRICHEVTMIXER_H
#include "hreconstructor.h"
#include "hlocation.h"
#include "hparset.h"
class HCategory;
class HIterator;
class HDiHitMatch;
class HHitMatch;
class HHitMatchSim;
class TObjArray;
class TRandom;
class HRichEvtMixer : public HReconstructor {
public:
HRichEvtMixer();
HRichEvtMixer(const Text_t *name,const Text_t *title,const Char_t* world,Int_t evts=10,Int_t rndnr=2,const Char_t *cuts="nocuttracklet");
~HRichEvtMixer();
Bool_t init();
Bool_t finalize();
Int_t execute();
ClassDef(HRichEvtMixer,1)
protected:
Bool_t createHitDiMatch(HHitMatchSim*,HHitMatchSim*,TObjArray &,TObjArray &);
HHitMatchSim* copyHitMatch(HHitMatchSim*);
Bool_t createHitDiMatch(HHitMatch*,HHitMatch*,TObjArray &,TObjArray &);
HHitMatch* copyHitMatch(HHitMatch*);
HCategory* getHitMatchCat(){return pHitMatchCat;};
HCategory* getHitDiMatchCat(){return pHitDiMatchCat;};
void doEventMixingTrackSubset();
void doEventMixingAllTracks();
void storeEvent(Int_t);
void deleteStoredEvents();
Int_t nCounterProcessedNbEvents;
HCategory* pHitMatchCat;
HIterator* pIterMatchHit;
HCategory* pHitDiMatchCat;
HIterator* pIterDiMatchHit;
TObjArray* cuts;
Bool_t isSim;
Int_t evtrange;
Int_t evtsStoredInRange;
Int_t nrMixObjs;
Int_t nCntMixedEvts;
TObjArray* evtset;
TString *cutStateId;
};
#endif // HRICHEVTMIXER_H
Last change: Sat May 22 13:08:51 2010
Last generated: 2010-05-22 13:08
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.