Skip to content

Commit

Permalink
remove strange symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
gconesab committed Jul 10, 2020
1 parent 0c59f5f commit 50fb5da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ AliGenerator *GeneratorCustom(TString opt = "")
TFormula *formula = new TFormula("Signals","max(1.,120.*(x<5.)+80.*(1.-x/20.)*(x>5.)*(x<11.)+240.*(1.-x/13.)*(x>11.))");
if(isEmbedding){
ntimes=formula->Eval(bEvalFormula);
delete formula; formula=0x0;
delete formula; formula=0x0;
}

ctl->AddGenerator(pyth, label[iprocess][channelOption], 1., formula, ntimes);
Expand Down

0 comments on commit 50fb5da

Please sign in to comment.