| #include "LegsMakerPNCalibDiff.h" |
LegsMakerPNCalibDiff
class description - source file - inheritance tree (.pdf)
public:
LegsMakerPNCalibDiff(Int_t add = 1)
LegsMakerPNCalibDiff(const LegsMakerPNCalibDiff&)
virtual ~LegsMakerPNCalibDiff()
static TClass* Class()
void GetPhotEgyVector()
virtual void Init()
virtual TClass* IsA() const
virtual bool Make()
LegsMakerPNCalibDiff& operator=(const LegsMakerPNCalibDiff&)
Float_t PartMass(Int_t id)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Float_t TkinFromAngle(Float_t PhotEgy, Int_t TargetID, Int_t ScatID, Int_t RecoilID, Float_t ThetaScat)
private:
Double_t fGamEgy[65]
Double_t fGamEgy2[33]
public:
static const enum LegsMakerPNCalibDiff:: kPn
TH2F* fHistPn[45]
TH3F* fHistPnLgt[45]
TH2F* fHistPnDiff[45]
TH2F* fHistPnInvBeta[45]
look into pi plus in XT
LegsMakerPNCalibDiff( Int_t add)
: LegsMaker("PNCalibDiff", "Calib Test of Protons in PN", add)
constructor of the class. Data member "it" initialized to be
ponter to the LegsRun object which is processed right now. The maker
added to the list of makers in LegsRun object, so that it knows
about it. subdirectory in output file created for this maker
(the directory has the same name as the maker does).
void GetPhotEgyVector()
create the bin vector for the variable size incident photon energy spectra;
each tagger bin with its individual energy.
Float_t TkinFromAngle(Float_t PhotEgy, Int_t TargetID, Int_t ScatID, Int_t RecoilID, Float_t ThetaScat)
calculate the particle's kinetic energy from the scattering angle
Float_t PartMass(Int_t id)
return the Mass of particle with Geant ID
void Init()
user initialization, create histos etc
bool Make()
called by LegsRun every event when LegsRun::Loop() is called.
this is the main function from which other functions can be called.
looks for pi+ in XT returns TRUE if found
returns FALSE otherwise
Inline Functions
void ~LegsMakerPNCalibDiff()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
LegsMakerPNCalibDiff LegsMakerPNCalibDiff(const LegsMakerPNCalibDiff&)
LegsMakerPNCalibDiff& operator=(const LegsMakerPNCalibDiff&)
Last update: Wed May 18 13:33:26 2005
ROOT page - Home 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.