#include "hmdccalparraw.h" |
HMdcCalParTdc
class description - source file - inheritance tree (.pdf)
public:
HMdcCalParTdc()
HMdcCalParTdc(const HMdcCalParTdc&)
~HMdcCalParTdc()
static TClass* Class()
void clear()
void fill(Float_t s, Float_t o, Float_t sE, Float_t oE, Int_t sM, Int_t oM)
void fill(HMdcCalParTdc&)
Float_t getOffset()
Float_t getOffsetErr()
Int_t getOffsetMethod()
Float_t getSlope()
Float_t getSlopeErr()
Int_t getSlopeMethod()
virtual TClass* IsA() const
HMdcCalParTdc& operator=(const HMdcCalParTdc&)
void setOffset(Float_t o)
void setOffsetErr(Float_t oE)
void setOffsetMethod(Int_t oM)
void setSlope(Float_t s)
void setSlopeErr(Float_t sE)
void setSlopeMethod(Int_t sM)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
Float_t slope gain
Float_t offset offset
Float_t slopeErr error of gain
Float_t offsetErr error of offset
Int_t slopeMethod number of method used to determine the slope
Int_t offsetMethod number of method used to determine the offset
HMdcCalParRaw
Container class for the TDC calibration parameters of the MDC
void fill(HMdcCalParTdc& r)
Inline Functions
void ~HMdcCalParTdc()
HMdcCalParTdc HMdcCalParTdc()
Float_t getSlope()
Float_t getOffset()
Float_t getSlopeErr()
Float_t getOffsetErr()
Int_t getSlopeMethod()
Int_t getOffsetMethod()
void fill(HMdcCalParTdc&)
void setSlope(Float_t s)
void setOffset(Float_t o)
void setSlopeErr(Float_t sE)
void setOffsetErr(Float_t oE)
void setSlopeMethod(Int_t sM)
void setOffsetMethod(Int_t oM)
void clear()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
HMdcCalParTdc HMdcCalParTdc(const HMdcCalParTdc&)
HMdcCalParTdc& operator=(const HMdcCalParTdc&)
Last update: 17/01/2002 by I. Koenig
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.