We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92442d3 commit 17c15b3Copy full SHA for 17c15b3
TEPEMGEN/TGenEpEmv1.h
@@ -54,8 +54,8 @@ class TGenEpEmv1 : public TEpEmGen {
54
Double_t fYMin, fYMax;
55
Double_t fPhiMin, fPhiMax;
56
Double_t fPtMin, fPtMax;
57
- Double_t fCMEnergy; // center of mass energy per nucleon pair in GeV
58
- Double_t fZ; // atomic number of the projectile/target (only symmetric systems are compatible for now)
+ Double_t fCMEnergy = 5160.; // center of mass energy per nucleon pair in GeV
+ Double_t fZ = 82.; // atomic number of the projectile/target (only symmetric systems are compatible for now)
59
Double_t fTimeOrigin, fOrigin[3], fOsigma[3];
60
61
Double_t fXSection; // estimated cross section in barns
0 commit comments