#include "hrichthresholdpar.h" |
HRichThresholdPar
class description - source file - inheritance tree (.pdf)
public:
HRichThresholdPar(const char* name = "RichThresholdPar", const char* title = "Rich Threshold Parameters", const char* context = "Common")
HRichThresholdPar(const HRichThresholdPar&)
~HRichThresholdPar()
static TClass* Class()
virtual Bool_t defaultInit()
Int_t getCalParVers(Int_t pSector)
Float_t getMultiply_offset(Int_t pSector)
Float_t getMultiply_sigma(Int_t pSector)
Float_t getShift(Int_t pSector)
virtual Bool_t initAscii(HParHadAsciiFileIo* pHadAsciiFile)
virtual TClass* IsA() const
HRichThresholdPar& operator=(const HRichThresholdPar&)
void printThresholdPar()
void setCalParVers(Int_t pSector, Int_t pCalParVers)
void setMultiply_offset(Int_t pSector, Float_t pMultiply_offset)
void setMultiply_sigma(Int_t pSector, Float_t pMultiply_sigma)
void setShift(Int_t pSector, Float_t pShift)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
virtual Bool_t writeAscii(HParHadAsciiFileIo* pHadAsciiFile)
private:
Int_t fNSectors
Int_t fActiveSectors[6]
Int_t fCalParVers[6]
Float_t fShift[6]
Float_t fMultiply_offset[6]
Float_t fMultiply_sigma[6]
HRichThresholdPar
Parameter container for threshold data.
***************************************************************************
HRichThresholdPar(const char* name,const char* title,
const char* context)
: HRichParSet(name,title,context)
~HRichThresholdPar()
Bool_t defaultInit()
void printThresholdPar()
Bool_t writeAscii(HParHadAsciiFileIo* pHadAsciiFile)
Bool_t initAscii(HParHadAsciiFileIo* pHadAsciiFile)
void setShift(Int_t pSector,Float_t pShift)
void setMultiply_offset(Int_t pSector, Float_t pMultiply_offset)
void setMultiply_sigma(Int_t pSector, Float_t pMultiply_sigma)
void setCalParVers(Int_t pSector, Int_t pCalParVers)
Inline Functions
Int_t getCalParVers(Int_t pSector)
Float_t getShift(Int_t pSector)
Float_t getMultiply_offset(Int_t pSector)
Float_t getMultiply_sigma(Int_t pSector)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
HRichThresholdPar HRichThresholdPar(const HRichThresholdPar&)
HRichThresholdPar& operator=(const HRichThresholdPar&)
Author: Tassilo Christ
Last update: Fri Jan 26 12:30:04 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.