|
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 | ( | ) |
| Double_t URun::GetBetaCM | ( | ) |
Definition at line 175 of file URun.cxx.
References fAProj, fATarg, fPProj, fPTarg, GetProjectileEnergy(), and GetTargetEnergy().
Referenced by GetGammaCM().
|
inline |
|
inline |
| Double_t URun::GetGammaCM | ( | ) |
Definition at line 186 of file URun.cxx.
References GetBetaCM().
|
inline |
Definition at line 41 of file URun.h.
References fGenerator.
| Double_t URun::GetNNSqrtS | ( | ) |
Definition at line 152 of file URun.cxx.
References fPProj, and fPTarg.
Referenced by PairAnalysisMetaData::DrawSame(), and CbmUnigenGenerator::Init().
|
inline |
Definition at line 46 of file URun.h.
References fPProj.
Referenced by CbmUnigenGenerator::Init(), and CbmSimTracksConverter::InitUnigen().
| Double_t URun::GetProjectileEnergy | ( | ) |
Definition at line 108 of file URun.cxx.
References fAProj, fPProj, and fZProj.
Referenced by GetBetaCM(), and GetSqrtS().
|
inline |
Definition at line 49 of file URun.h.
References fPTarg.
Referenced by CbmUnigenGenerator::Init(), and CbmSimTracksConverter::InitUnigen().
| 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 130 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 18 of file URun.h.
Referenced by GetAProj(), GetBetaCM(), GetProjectileEnergy(), GetSqrtS(), GetTargetEnergy(), Print(), URun(), and URun().
|
private |
Definition at line 21 of file URun.h.
Referenced by GetATarg(), GetBetaCM(), GetSqrtS(), GetTargetEnergy(), Print(), URun(), and URun().
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 17 of file URun.h.
Referenced by GetDecayer(), Print(), SetDecayer(), URun(), and URun().
|
private |
|
private |
Definition at line 32 of file URun.h.
Referenced by GetNEvents(), Print(), SetNEvents(), URun(), and URun().
|
private |
|
private |
|
private |
Definition at line 20 of file URun.h.
Referenced by GetBetaCM(), GetNNSqrtS(), GetPProj(), GetProjectileEnergy(), GetSqrtS(), Print(), SetPProj(), URun(), and URun().
|
private |
Definition at line 23 of file URun.h.
Referenced by GetBetaCM(), GetNNSqrtS(), GetPTarg(), GetSqrtS(), GetTargetEnergy(), Print(), SetPTarg(), URun(), and URun().
|
private |
|
private |
Definition at line 19 of file URun.h.
Referenced by GetProjectileEnergy(), GetZProj(), Print(), URun(), and URun().
|
private |
Definition at line 22 of file URun.h.
Referenced by GetTargetEnergy(), GetZTarg(), Print(), URun(), and URun().