File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2836,9 +2836,13 @@ int32_t GPUQA::DrawQAHistograms(TObjArray* qcout)
28362836 }
28372837 doPerfFigure (i == 0 ? 0.37 : (i == 1 ? 0.34 : 0.6 ), 0.295 , 0.030 );
28382838 mCClust [i]->cd ();
2839- mCClust [i]->Print (Form (i == 2 ? " %s/clusters_integral.pdf" : i == 1 ? " %s/clusters_relative.pdf" : " %s/clusters.pdf" , mConfig .plotsDir .c_str ()));
2839+ mCClust [i]->Print (Form (i == 2 ? " %s/clusters_integral.pdf" : i == 1 ? " %s/clusters_relative.pdf"
2840+ : " %s/clusters.pdf" ,
2841+ mConfig .plotsDir .c_str ()));
28402842 if (mConfig .writeFileExt != " " ) {
2841- mCClust [i]->Print (Form (i == 2 ? " %s/clusters_integral.%s" : i == 1 ? " %s/clusters_relative.%s" : " %s/clusters.%s" , mConfig .plotsDir .c_str (), mConfig .writeFileExt .c_str ()));
2843+ mCClust [i]->Print (Form (i == 2 ? " %s/clusters_integral.%s" : i == 1 ? " %s/clusters_relative.%s"
2844+ : " %s/clusters.%s" ,
2845+ mConfig .plotsDir .c_str (), mConfig .writeFileExt .c_str ()));
28422846 }
28432847 }
28442848
You can’t perform that action at this time.
0 commit comments