Skip to content

Commit 87f6d68

Browse files
committed
fixing problems after rebase
1 parent 9e5bd55 commit 87f6d68

1 file changed

Lines changed: 17 additions & 26 deletions

File tree

PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx

Lines changed: 17 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,6 @@ struct UpcPhotonuclearAnalysisJMG {
177177
UPCPairCuts mPairCuts;
178178
bool doPairCuts = false;
179179

180-
// Output definitions
181-
// OutputObj<CorrelationContainer> sameGapSideA{"sameEventGapSideA"};
182-
// OutputObj<CorrelationContainer> mixedGapSideA{"mixedEventGapSideA"};
183-
// OutputObj<CorrelationContainer> sameGapSideC{"sameEventGapSideC"};
184-
// OutputObj<CorrelationContainer> mixedGapSideC{"mixedEventGapSideC"};
185-
186-
UPCPairCuts mPairCuts;
187-
bool doPairCuts = false;
188-
189180
void init(InitContext const&)
190181
{
191182
const AxisSpec axisCollision{4, -0.5, 3.5};
@@ -819,23 +810,23 @@ struct UpcPhotonuclearAnalysisJMG {
819810

820811
// Configure track flow histogram labels
821812
auto hFlow = histos.get<TH1>(HIST("Tracks/hTracksAfterCuts"));
822-
hFlow->GetXaxis()->SetBinLabel(0, "All tracks");
823-
hFlow->GetXaxis()->SetBinLabel(1, "Track sign");
824-
hFlow->GetXaxis()->SetBinLabel(2, "p_{T} range");
825-
hFlow->GetXaxis()->SetBinLabel(3, "#eta range");
826-
hFlow->GetXaxis()->SetBinLabel(4, "dcaZ");
827-
hFlow->GetXaxis()->SetBinLabel(5, "dcaXY");
828-
hFlow->GetXaxis()->SetBinLabel(6, "PV contrib cut");
829-
hFlow->GetXaxis()->SetBinLabel(7, "has ITS cut");
830-
hFlow->GetXaxis()->SetBinLabel(8, "N clusters ITS cut");
831-
hFlow->GetXaxis()->SetBinLabel(9, "#chi^{2} N cluster ITS cut");
832-
hFlow->GetXaxis()->SetBinLabel(10, "has TPC cut");
833-
hFlow->GetXaxis()->SetBinLabel(11, "N clusters crossed row TPC cut");
834-
hFlow->GetXaxis()->SetBinLabel(12, "(N cluster findable - N cluster minus findable) TPC cut");
835-
hFlow->GetXaxis()->SetBinLabel(13, "N cluster findable TPC cut");
836-
hFlow->GetXaxis()->SetBinLabel(14, "(N cluster crossed row / N cluster findable) TPC cut");
837-
hFlow->GetXaxis()->SetBinLabel(15, "(N cluster findable - N cluster minus findable) / N cluster findable cut");
838-
hFlow->GetXaxis()->SetBinLabel(16, "#chi^{2} N cluster TPC cut");
813+
hFlow->GetXaxis()->SetBinLabel(1, "All tracks");
814+
hFlow->GetXaxis()->SetBinLabel(2, "Track sign");
815+
hFlow->GetXaxis()->SetBinLabel(3, "p_{T} range");
816+
hFlow->GetXaxis()->SetBinLabel(4, "#eta range");
817+
hFlow->GetXaxis()->SetBinLabel(5, "dcaZ");
818+
hFlow->GetXaxis()->SetBinLabel(6, "dcaXY");
819+
hFlow->GetXaxis()->SetBinLabel(7, "PV contrib cut");
820+
hFlow->GetXaxis()->SetBinLabel(8, "has ITS cut");
821+
hFlow->GetXaxis()->SetBinLabel(9, "N clusters ITS cut");
822+
hFlow->GetXaxis()->SetBinLabel(10, "#chi^{2} N cluster ITS cut");
823+
hFlow->GetXaxis()->SetBinLabel(11, "has TPC cut");
824+
hFlow->GetXaxis()->SetBinLabel(12, "N clusters crossed row TPC cut");
825+
hFlow->GetXaxis()->SetBinLabel(13, "(N cluster findable - N cluster minus findable) TPC cut");
826+
hFlow->GetXaxis()->SetBinLabel(14, "N cluster findable TPC cut");
827+
hFlow->GetXaxis()->SetBinLabel(15, "(N cluster crossed row / N cluster findable) TPC cut");
828+
hFlow->GetXaxis()->SetBinLabel(16, "(N cluster findable - N cluster minus findable) / N cluster findable cut");
829+
hFlow->GetXaxis()->SetBinLabel(17, "#chi^{2} N cluster TPC cut");
839830

840831
for (const auto& track : reconstructedTracks) {
841832
histos.fill(HIST("Tracks/hTracksAfterCuts"), 0);

0 commit comments

Comments
 (0)