From e526b7d016213a2e44072b05eac751c273dc8cb6 Mon Sep 17 00:00:00 2001 From: Shyam Kumar <shyam055119@gmail.com> Date: Fri, 19 Jul 2024 07:23:22 +0200 Subject: [PATCH] Update doCompare_truth_real_widebins_mom.C Fixing the symbol name Pt-->p. --- .../tracking_performances/doCompare_truth_real_widebins_mom.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/tracking_performances/doCompare_truth_real_widebins_mom.C b/benchmarks/tracking_performances/doCompare_truth_real_widebins_mom.C index 41230a63..7b8e799b 100644 --- a/benchmarks/tracking_performances/doCompare_truth_real_widebins_mom.C +++ b/benchmarks/tracking_performances/doCompare_truth_real_widebins_mom.C @@ -166,7 +166,7 @@ void doCompare_truth_real_widebins_mom(TString particle = "pi-",double etamin=-1 // Write the numbers in output file for comparisons outfile<<"ePIC"<<setw(20)<<epic.Data()<<setw(20)<<"EICrecon"<<setw(20)<<eicrecon.Data()<<endl; - outfile<<"Etamin"<<setw(20)<<"Etamax"<<setw(20)<<"Pt (GeV/c) \t"<<setw(20)<<"Resol #mum (Truth)"<<setw(20)<<"Resol #mum (Real)"<<endl; + outfile<<"Etamin"<<setw(20)<<"Etamax"<<setw(20)<<"p (GeV/c) \t"<<setw(20)<<"Resol #mum (Truth)"<<setw(20)<<"Resol #mum (Real)"<<endl; for (Int_t i = 0; i<gr1->GetN(); ++i){ double x,ytrue, yreal; gr1->GetPoint(i,x,ytrue); gr2->GetPoint(i,x,yreal); -- GitLab