File tree Expand file tree Collapse file tree
MC/config/PWGDQ/external/generator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ o2::eventgen::GeneratorEvtGen* makeStarlightToEvtGenGenerator(std::string config
4040 TString pathO2 = gSystem -> ExpandPathName ("$O2DPG_MC_CONFIG_ROOT/MC/config/PWGUD/external/generator/DecayTablesEvtGen" );
4141 if (configuration .find ("Psi2sToMuPi" ) != std ::string ::npos ) generator -> SetDecayTable (Form ("%s/PSI2S.MUMUPIPI.DEC" ,pathO2 .Data ()));
4242 else if (configuration .find ("Psi2sToElPi" ) != std ::string ::npos ) generator -> SetDecayTable (Form ("%s/PSI2S.EEPIPI.DEC" ,pathO2 .Data ()));
43- else if (configuration .find ("JpsiToElRad" ) != std ::string ::npos ) gen -> SetDecayTable (Form ("%s/JPSI.EE.DEC" ,pathO2 .Data ()));
43+ else if (configuration .find ("JpsiToElRad" ) != std ::string ::npos ) generator -> SetDecayTable (Form ("%s/JPSI.EE.DEC" ,pathO2 .Data ()));
4444 return generator ;
4545}
4646} // namespace
You can’t perform that action at this time.
0 commit comments