#ifndef HHODOTRBUNPACKER_H
#define HHODOTRBUNPACKER_H
#include "htrbbaseunpacker.h"
#include "hlocation.h"
#include "TH2F.h"
class HTrbLookup;
class HHodoRefHitPar;
class HHodoTrbUnpacker: public HTrbBaseUnpacker {
protected:
HLocation loc;
HHodoRefHitPar *refhit;
Bool_t fNoTimeRefCorr;
Bool_t fControlHistograms;
TH2F *histdiagraw, *histdiagdif, *multdiag;
Int_t forced_TimeRefType;
public:
HHodoTrbUnpacker(UInt_t id=0);
~HHodoTrbUnpacker(void) { }
Int_t execute(void);
Bool_t init(void);
Bool_t finalize(void);
Int_t correctRefTimeChVar(void);
void correctRefTimeWKStyle(void);
void disableTimeRef(void){fNoTimeRefCorr=true;};
void setTimeRefType(Int_t f){forced_TimeRefType=f;};
void enableControlHistograms() { fControlHistograms = kTRUE; }
public:
ClassDef(HHodoTrbUnpacker,0)
};
#endif /* !HHODOTRBUNPACKER_H */
Last change: Sat May 22 12:57:38 2010
Last generated: 2010-05-22 12:57
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.