Skip to content

Commit

Permalink
Macros: hijing -> HIJING
Browse files Browse the repository at this point in the history
  • Loading branch information
dberzano committed Jun 16, 2015
1 parent 082b10f commit f45b1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/loadlibs.C
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Int_t loadlibs ()
if ( gSystem->Load("libAliPythia6") < 0 ) return ret; ret--;
if ( gSystem->Load("libSTAT") < 0 ) return ret; ret--;

if ( gSystem->Load("libhijing") < 0 ) return ret; ret--;
if ( gSystem->Load("libHIJING") < 0 ) return ret; ret--;
if ( gSystem->Load("libTHijing") < 0 ) return ret; ret--;// AliGenHijingEventHeader needed by libZDCsim

if ( gSystem->Load("libSTRUCT") < 0 ) return ret; ret--;
Expand Down

0 comments on commit f45b1ca

Please sign in to comment.