Skip to content
Snippets Groups Projects
Unverified Commit e6cff5fa authored by Shyam Kumar's avatar Shyam Kumar Committed by GitHub
Browse files

Update doCompare_truth_real_widebins_dcaT.C

parent e526b7d0
No related branches found
No related tags found
No related merge requests found
Pipeline #98194 passed with warnings with stages
in 1 hour and 31 seconds
......@@ -185,7 +185,7 @@ void doCompare_truth_real_widebins_dcaT(TString particle = "pi-",double etamin=-
// 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 (Real)"<<endl;
outfile<<"Etamin"<<setw(20)<<"Etamax"<<setw(20)<<"Pt (GeV/c) \t"<<setw(20)<<"DCAT Resol #mum (Real)"<<endl;
for (Int_t i = 0; i<gr1->GetN(); ++i){
double x,ytrue, yreal;
gr2->GetPoint(i,x,yreal);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment