Skip to content

Commit

Permalink
Adding formula defintion
Browse files Browse the repository at this point in the history
  • Loading branch information
miweberSMI committed Nov 23, 2017
1 parent 1c9a3f2 commit 84a88c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MC/CustomGenerators/PWGHF/Hijing_HF001.C
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ GeneratorCustom(TString opt = "")
//
AliGenerator *phf = GeneratorPythia6Heavy(process[iprocess], decay[idecay], kPythia6Tune_Perugia2011);
//
TFormula *formula = new TFormula("Signals","max(1.,120.*(x<5.)+80.*(1.-x/20.)*(x>5.)*(x<11.)+240.*(1.-x/13.)*(x>11.))");
//
Float_t pth[4] = {2.76, 20., 50., 1000.};
Int_t ipt;
if ((uidConfig / 2) % 10 < 7) ipt = 0;
Expand Down

0 comments on commit 84a88c8

Please sign in to comment.