Skip to content

Commit 0bb3ffa

Browse files
committed
taking off the NUA correction and adding new histos for correlation
1 parent 8341cc5 commit 0bb3ffa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -307,14 +307,15 @@ struct UpcPhotonuclearAnalysisJMG {
307307
// mixedGapSideA.setObject(new CorrelationContainer("mixedEventGapSideA", "mixedEventGapSideA", corrAxis, effAxis, {}));
308308
// sameGapSideC.setObject(new CorrelationContainer("sameEventGapSideC", "sameEventGapSideC", corrAxis, effAxis, {}));
309309
// mixedGapSideC.setObject(new CorrelationContainer("mixedEventGapSideC", "mixedEventGapSideC", corrAxis, effAxis, {}));
310-
311310
}
312311

313312
std::vector<double> vtxBinsEdges{VARIABLE_WIDTH, -10.0f, -7.0f, -5.0f, -2.5f, 0.0f, 2.5f, 5.0f, 7.0f, 10.0f};
314313
std::vector<double> gapSideBinsEdges{VARIABLE_WIDTH, -0.5, 0.5, 1.5};
315314

316-
struct SameEventTag {};
317-
struct MixedEventTag {};
315+
struct SameEventTag {
316+
};
317+
struct MixedEventTag {
318+
};
318319

319320
SliceCache cache;
320321
// int countEvents = 0;
@@ -496,8 +497,7 @@ struct UpcPhotonuclearAnalysisJMG {
496497
if (41 <= multiplicity && multiplicity <= 50) {
497498
histos.fill(HIST("sameEvent_41_50"), deltaEta, deltaPhi);
498499
}
499-
}
500-
else if constexpr (std::is_same_v<TTag, MixedEventTag>) {
500+
} else if constexpr (std::is_same_v<TTag, MixedEventTag>) {
501501
if (2 <= multiplicity) {
502502
histos.fill(HIST("mixedEvent2D"), deltaEta, deltaPhi);
503503
}

0 commit comments

Comments
 (0)