Skip to content

Commit

Permalink
Merge pull request #394 from gconesab/master
Browse files Browse the repository at this point in the history
remove strange symbol
  • Loading branch information
gconesab authored Jul 10, 2020
2 parents 0c59f5f + 50fb5da commit 0ba5f29
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 0ba5f29

Please sign in to comment.