#include "hshowercalparcalculator.h" |
HShowerCalParCalculator
class description - source file - inheritance tree (.pdf)
private:
void clearAtBegin(Int_t iMethod, Float_t fParam1, Float_t fParam2)
public:
HShowerCalParCalculator(Int_t iMethod, Float_t fParam1 = 0.0f, Float_t fParam2 = 0.0f)
HShowerCalParCalculator(Text_t* name, Text_t* title, Int_t iMethod, Float_t fParam1 = 0.0f, Float_t fParam2 = 0.0f)
HShowerCalParCalculator(Text_t* name, Text_t* title, Text_t* nameOfMethod, Float_t fParam1 = 0.0f, Float_t fParam2 = 0.0f)
~HShowerCalParCalculator()
static TClass* Class()
virtual Int_t execute()
virtual Bool_t finalize()
HParSet* getCalPar()
HParSet* getCalParHist()
Int_t getMethod()
const char* getMethodName() const
Float_t getParam1()
Float_t getParam2()
virtual Bool_t init()
void initCalPar()
virtual TClass* IsA() const
virtual Bool_t reinit()
void setCalPar(HParSet*)
void setCalParHist(HParSet*)
void setMethod(Int_t iMethod)
void setMethod(const char* pMethod)
void setParam1(Float_t fP)
void setParam2(Float_t fP)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
Int_t m_nExecutes
Int_t m_nPeaksNumber
Int_t m_iMethod
Float_t m_fParam1
Float_t m_fParam2
HLocation m_zeroLoc
HLocation m_loc
HCategory* m_pRawCat !Pointer to the raw data category
HParSet* m_pCalPar !Pointer to the cal data category
HParSet* m_pCalParHist
HIterator* fIter
HShowerCalParCalculator(Text_t *name,Text_t *title,
Int_t iMethod, Float_t fParam1, Float_t fParam2)
: HReconstructor(name,title)
HShowerCalParCalculator(Int_t iMethod,
Float_t fParam1, Float_t fParam2)
HShowerCalParCalculator(Text_t *name,Text_t *title,
Text_t *nameOfMethod, Float_t fParam1,
Float_t fParam2)
: HReconstructor(name,title)
~HShowerCalParCalculator(void)
void clearAtBegin(Int_t iMethod,
Float_t fParam1, Float_t fParam2)
void setMethod(Int_t iMethod)
void setMethod(const char* pName)
const char* getMethodName(void)
void initCalPar()
Bool_t init()
Bool_t reinit()
void setCalPar(HParSet *pCalPar)
void setCalParHist(HParSet *pCalParHist)
Bool_t finalize(void)
Int_t execute()
Inline Functions
HParSet* getCalPar()
HParSet* getCalParHist()
Int_t getMethod()
void setParam1(Float_t fP)
Float_t getParam1()
void setParam2(Float_t fP)
Float_t getParam2()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Last update: Fri Jan 26 12:32:33 2007
ROOT page - Class index - Class Hierarchy - Top of the page
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.