Skip to content

Commit

Permalink
Adding EvtGen library loading
Browse files Browse the repository at this point in the history
  • Loading branch information
miweberSMI committed Jul 11, 2019
1 parent 9da0ff6 commit 662e448
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion MC/CustomGenerators/PWGDQ/Hijing_LMee001.C
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
AliGenerator *
GeneratorCustom(TString opt = "")
{

// load libraries to use Evtgen
gSystem->Load("libPhotos");
gSystem->Load("libEvtGen");
gSystem->Load("libEvtGenExternal");
gSystem->Load("libTEvtGen");

AliGenCocktail *ctl = GeneratorCocktail("Hijing_LMee001");

// Background events: HIJING (only if non-embedded)
Expand Down

0 comments on commit 662e448

Please sign in to comment.