Skip to content

Commit

Permalink
Add casting to work with ROOT6
Browse files Browse the repository at this point in the history
  • Loading branch information
fprino committed May 5, 2020
1 parent 7610115 commit 90873e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MC/CustomGenerators/PWGMM/Hijing_pPb_SNM.C
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AliGenerator* GeneratorCustom()
{
AliGenCocktail *gener = new AliGenCocktail();

AliGenHijing *hijing = GeneratorHijing();
AliGenHijing *hijing = (AliGenHijing*)GeneratorHijing();
hijing->SetImpactParameterRange(0., 100.);
hijing->SetShadowing(0);
hijing->SetNoElas(kTRUE);
Expand Down

0 comments on commit 90873e5

Please sign in to comment.