Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Generators/include/Generators/QEDGenParam.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ namespace eventgen
{
struct QEDGenParam : public o2::conf::ConfigurableParamHelper<QEDGenParam> {

float yMin = -6.f; ///< min Y
float yMax = 6.f; ///< max Y
float ptMin = 0.4e-3; ///< min pT
float ptMax = 10.f; ///< min pT
float cmEnergy = 5360.f; ///< center of mass energy per nucleon pair in GeV
float Z = 82.f; ///< atomic number of the projectile/target (only symmetric systems are compatible for now)
float yMin = -6.f; ///< min Y
float yMax = 6.f; ///< max Y
float ptMin = 0.4e-3; ///< min pT
float ptMax = 10.f; ///< min pT
float cmEnergy = 5360.f; ///< center of mass energy per nucleon pair in GeV
float Z = 82.f; ///< atomic number of the projectile/target (only symmetric systems are compatible for now)
//
float xSectionQED = -1; ///< estimated QED x-section in barns
float xSectionHad = 8.; ///< reference hadronic x-section for the same system
Expand Down