CbmRoot
|
#include <URun.h>
Public Member Functions | |
URun () | |
URun (const char *generator, const char *comment, Int_t aProj, Int_t zProj, Double_t pProj, Int_t aTarg, Int_t zTarg, Double_t pTarg, Double_t bMin, Double_t bMax, Int_t bWeight, Double_t phiMin, Double_t phiMax, Double_t sigma, Int_t nEvents) | |
virtual | ~URun () |
void | Print (Option_t *="") const |
void | GetGenerator (TString &generator) |
void | GetComment (TString &comment) |
void | GetDecayer (TString &decayer) |
Int_t | GetAProj () const |
Int_t | GetZProj () const |
Double_t | GetPProj () const |
Int_t | GetATarg () const |
Int_t | GetZTarg () const |
Double_t | GetPTarg () const |
Double_t | GetBMin () const |
Double_t | GetBMax () const |
Int_t | GetBWeight () const |
Double_t | GetPhiMax () const |
Double_t | GetPhiMin () const |
Double_t | GetSigma () const |
Int_t | GetNEvents () const |
Double_t | GetSqrtS () |
Double_t | GetNNSqrtS () |
Double_t | GetProjectileEnergy () |
Double_t | GetTargetEnergy () |
Double_t | GetBetaCM () |
Double_t | GetGammaCM () |
void | SetNEvents (Int_t nEvents) |
void | SetPProj (Double_t pProj) |
void | SetPTarg (Double_t pTarg) |
void | SetDecayer (TString decayer) |
ClassDef (URun, 1) | |
Private Attributes | |
TString | fGenerator |
TString | fComment |
TString | fDecayer |
Int_t | fAProj |
Int_t | fZProj |
Double32_t | fPProj |
Int_t | fATarg |
Int_t | fZTarg |
Double32_t | fPTarg |
Double32_t | fBMin |
Double32_t | fBMax |
Int_t | fBWeight |
Double32_t | fPhiMin |
Double32_t | fPhiMax |
Double32_t | fSigma |
Int_t | fNEvents |
URun::URun | ( | const char * | generator, |
const char * | comment, | ||
Int_t | aProj, | ||
Int_t | zProj, | ||
Double_t | pProj, | ||
Int_t | aTarg, | ||
Int_t | zTarg, | ||
Double_t | pTarg, | ||
Double_t | bMin, | ||
Double_t | bMax, | ||
Int_t | bWeight, | ||
Double_t | phiMin, | ||
Double_t | phiMax, | ||
Double_t | sigma, | ||
Int_t | nEvents | ||
) |
URun::ClassDef | ( | URun | , |
1 | |||
) |
Double_t URun::GetBetaCM | ( | ) |
Definition at line 174 of file URun.cxx.
References fAProj, fATarg, fPProj, fPTarg, GetProjectileEnergy(), and GetTargetEnergy().
Referenced by GetGammaCM().
|
inline |
|
inline |
Double_t URun::GetGammaCM | ( | ) |
Definition at line 184 of file URun.cxx.
References GetBetaCM().
|
inline |
Definition at line 49 of file URun.h.
References fGenerator.
Double_t URun::GetNNSqrtS | ( | ) |
Definition at line 153 of file URun.cxx.
References fPProj, and fPTarg.
Referenced by PairAnalysisMetaData::DrawSame(), and CbmUnigenGenerator::Init().
|
inline |
Double_t URun::GetProjectileEnergy | ( | ) |
Definition at line 110 of file URun.cxx.
References fAProj, fPProj, and fZProj.
Referenced by GetBetaCM(), and GetSqrtS().
|
inline |
Double_t URun::GetSqrtS | ( | ) |
Definition at line 163 of file URun.cxx.
References fAProj, fATarg, fPProj, fPTarg, GetProjectileEnergy(), and GetTargetEnergy().
Double_t URun::GetTargetEnergy | ( | ) |
Definition at line 132 of file URun.cxx.
References fAProj, fATarg, fPTarg, and fZTarg.
Referenced by GetBetaCM(), and GetSqrtS().
void URun::Print | ( | Option_t * | = "" | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 14 of file URun.h.
Referenced by GetAProj(), GetBetaCM(), GetProjectileEnergy(), GetSqrtS(), GetTargetEnergy(), and Print().
|
private |
Definition at line 17 of file URun.h.
Referenced by GetATarg(), GetBetaCM(), GetSqrtS(), GetTargetEnergy(), and Print().
|
private |
|
private |
|
private |
Definition at line 22 of file URun.h.
Referenced by GetBWeight(), and Print().
|
private |
Definition at line 12 of file URun.h.
Referenced by GetComment(), and Print().
|
private |
Definition at line 13 of file URun.h.
Referenced by GetDecayer(), Print(), and SetDecayer().
|
private |
Definition at line 11 of file URun.h.
Referenced by GetGenerator(), and Print().
|
private |
Definition at line 28 of file URun.h.
Referenced by GetNEvents(), Print(), and SetNEvents().
|
private |
Definition at line 26 of file URun.h.
Referenced by GetPhiMax(), and Print().
|
private |
Definition at line 25 of file URun.h.
Referenced by GetPhiMin(), and Print().
|
private |
Definition at line 16 of file URun.h.
Referenced by GetBetaCM(), GetNNSqrtS(), GetPProj(), GetProjectileEnergy(), GetSqrtS(), Print(), and SetPProj().
|
private |
Definition at line 19 of file URun.h.
Referenced by GetBetaCM(), GetNNSqrtS(), GetPTarg(), GetSqrtS(), GetTargetEnergy(), Print(), and SetPTarg().
|
private |
Definition at line 27 of file URun.h.
Referenced by GetSigma(), and Print().
|
private |
Definition at line 15 of file URun.h.
Referenced by GetProjectileEnergy(), GetZProj(), and Print().
|
private |
Definition at line 18 of file URun.h.
Referenced by GetTargetEnergy(), GetZTarg(), and Print().