#include "hmdctrackgcorrections.h" |
HMdcTrackGCorrections
class description - source file - inheritance tree (.pdf)
public:
HMdcTrackGCorrections(const char* name, const char* title)
HMdcTrackGCorrections(HMdcTrackGCorrections& corr)
~HMdcTrackGCorrections()
static TClass* Class()
void clear()
Double_t getCorrE(Int_t i, Int_t j, Int_t k)
Double_t getCorrE1(Int_t i, Int_t j, Int_t k)
Double_t getCorrP(Int_t i, Int_t j, Int_t k)
Double_t getCorrP1(Int_t i, Int_t j, Int_t k)
Double_t getPhiI(Int_t i)
Double_t getPrecI(Int_t i)
Double_t getThetaI(Int_t i)
void init(TString, TString, TString, TString)
virtual TClass* IsA() const
HMdcTrackGCorrections& operator=(const HMdcTrackGCorrections&)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
Double_t phiI[16]
Double_t tetaI[34]
Double_t precI[60]
Double_t corrE[34][16][60]
Double_t corrP[34][16][60]
Double_t corrE1[34][16][60]
Double_t corrP1[34][16][60]
HMdcTrackGCorrections(const char* name, const char* title):
TNamed(name,title)
HMdcTrackGCorrections(HMdcTrackGCorrections &corr)
~HMdcTrackGCorrections()
void clear()
void init(TString infile1, TString infile2,TString infile3,TString infile4)
infile1 electrons 4 chamber mode
infile2 positrons 4 chamber mode
infile3 electrons 3 chamber mode
infile4 positrons 3 chamber mode
void Streamer(TBuffer &R__b)
Stream an object of class HMdcTrackGCorrections.
Inline Functions
Double_t getPhiI(Int_t i)
Double_t getThetaI(Int_t i)
Double_t getPrecI(Int_t i)
Double_t getCorrE(Int_t i, Int_t j, Int_t k)
Double_t getCorrP(Int_t i, Int_t j, Int_t k)
Double_t getCorrE1(Int_t i, Int_t j, Int_t k)
Double_t getCorrP1(Int_t i, Int_t j, Int_t k)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void StreamerNVirtual(TBuffer& b)
HMdcTrackGCorrections& operator=(const HMdcTrackGCorrections&)
Last update: Fri Jan 26 12:17:28 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.