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 cd61d50 commit c20321aCopy full SHA for c20321a
Generators/src/GeneratorPythia8.cxx
@@ -706,7 +706,9 @@ void GeneratorPythia8::updateHeader(o2::dataformats::MCEventHeader* eventHeader)
706
eventHeader->SetB(hiinfo->b());
707
eventHeader->putInfo<double>(Key::impactParameter, hiinfo->b());
708
/** set event plane angle **/
709
+#if PYTHIA_VERSION_INTEGER >= 8310
710
eventHeader->putInfo<double>(Key::planeAngle, hiinfo->phi());
711
+#endif
712
auto bImp = hiinfo->b();
713
/** set Ncoll, Npart and Nremn **/
714
int nColl, nPart;
0 commit comments