Skip to content

Commit 1694a00

Browse files
authored
GeneratorParamEMLibV2: fix print out of norm
GeneratorParamEMLibV2: fix print out of norm
2 parents 6f37a46 + fa86e9c commit 1694a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GeneratorParam/GeneratorParamEMlibV2.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ TF1* GeneratorParamEMlibV2::MtScal(Int_t np, TString name, Bool_t isMeson)
12141214
}
12151215
formulaBaseScaled = formulaBaseScaledTemp;
12161216

1217-
printf("GeneratorParamEMlibV2: Create TF1 for %s from isMeson = %d with norm = %d\n",name.Data(),isMeson,norm);
1217+
printf("GeneratorParamEMlibV2: Create TF1 for %s from isMeson = %d with norm = %f\n",name.Data(),isMeson,norm);
12181218
TF1* result = new TF1(name.Data(), Form("%.10f * (x/%s) * (%s)", norm, scaledPt.Data(), formulaBaseScaled.Data()), xmin, xmax);
12191219
if (!isMeson && fPtParametrizationProton) {
12201220
for (Int_t i=0; i<nPar; i++) {

0 commit comments

Comments
 (0)