Skip to content

Commit

Permalink
remove printout
Browse files Browse the repository at this point in the history
  • Loading branch information
miweberSMI committed Feb 17, 2021
1 parent 2436e74 commit 5ce5dd7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ AliGenerator* EPOS_MbPythiaTunePerugia2011bcforcele(Int_t flag)
// Background events: EPOS generator for p-Pb (only if non-embedded)
TString simulation = gSystem->Getenv("CONFIG_SIMULATION");
if(!simulation.Contains("Embed")){
Printf("No Embedding....");
AliGenerator *epos = GeneratorEPOSLHC();
gener->AddGenerator(epos, "EPOS-LHC", 1.);
}
Expand Down

0 comments on commit 5ce5dd7

Please sign in to comment.