File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ class FlowJHistManager
235235 mHistRegistryQA ->fill (HIST (MCentClasses[cBin]) + HIST (SubDir[mode]) + HIST (" histPt" ), track.pt ());
236236 mHistRegistryQA ->fill (HIST (MCentClasses[cBin]) + HIST (SubDir[mode]) + HIST (" histEta" ), track.eta ());
237237 mHistRegistryQA ->fill (HIST (MCentClasses[cBin]) + HIST (SubDir[mode]) + HIST (" histPhi" ), track.phi ());
238- mHistRegistryQA ->fill (HIST (MCentClasses[cBin]) + HIST (SubDir[mode]) + HIST (" histCharge" ), track.sign ());
238+ // mHistRegistryQA->fill(HIST(MCentClasses[cBin]) + HIST(SubDir[mode]) + HIST("histCharge"), track.sign());
239239
240240 if (mode == 1 ) { // 'Weight' distributions are defined only for After/.
241241 mHistRegistryQA ->fill (HIST (MCentClasses[cBin]) + HIST (" After/histPtCorrected" ),
You can’t perform that action at this time.
0 commit comments