File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Generators/include/Generators Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ namespace eventgen
2525{
2626struct QEDGenParam : public o2 ::conf::ConfigurableParamHelper<QEDGenParam> {
2727
28- float yMin = -6 .f; // /< min Y
29- float yMax = 6 .f; // /< max Y
30- float ptMin = 0.4e-3 ; // /< min pT
31- float ptMax = 10 .f; // /< min pT
32- float cmEnergy = 5360 .f; // /< center of mass energy per nucleon pair in GeV
33- float Z = 82 .f; // /< atomic number of the projectile/target (only symmetric systems are compatible for now)
28+ float yMin = -6 .f; // /< min Y
29+ float yMax = 6 .f; // /< max Y
30+ float ptMin = 0.4e-3 ; // /< min pT
31+ float ptMax = 10 .f; // /< min pT
32+ float cmEnergy = 5360 .f; // /< center of mass energy per nucleon pair in GeV
33+ float Z = 82 .f; // /< atomic number of the projectile/target (only symmetric systems are compatible for now)
3434 //
3535 float xSectionQED = -1 ; // /< estimated QED x-section in barns
3636 float xSectionHad = 8 .; // /< reference hadronic x-section for the same system
You can’t perform that action at this time.
0 commit comments