Skip to content

Commit bf4ce6e

Browse files
sangwoosangwoo
authored andcommitted
adding EventMixing
1 parent 2ee63b4 commit bf4ce6e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

PWGLF/Tasks/Resonances/f0980pbpbanalysis.cxx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -503,11 +503,6 @@ struct F0980pbpbanalysis {
503503
SameKindPair<EventCandidates, TrackCandidates, BinningTypeVertexContributor> pair{binningOnPositions, cfgNMixedEvents, -1, collisions, trackTuple, &cache};
504504
ROOT::Math::PxPyPzMVector ptl1, ptl2, recoPtl;
505505
for (auto& [c1, t1, c2, t2] : pair) {
506-
std::cout << "--------------------------------" << std::endl;
507-
std::cout << "1st collision ID: " << c1.globalIndex() << " 1st collision bcID: " << c1.bcId() << " 2nd collision ID: " << c2.globalIndex() << " 2nd collision bcID: " << c2.bcId() << std::endl;
508-
if (c1.globalIndex() != c1.index()) {
509-
std::cout << "WARNING: Mixing events with different global indices!" << std::endl;
510-
}
511506
if (cfgCentEst == CentEstList::FT0C) {
512507
centrality = c1.centFT0C();
513508
} else if (cfgCentEst == CentEstList::FT0M) {
@@ -520,8 +515,6 @@ struct F0980pbpbanalysis {
520515
continue;
521516
}
522517
double eventPlaneDet = std::atan2(c1.qvecIm()[qVecDetInd], c1.qvecRe()[qVecDetInd]) / static_cast<float>(nmode);
523-
int total = 0;
524-
int survive = 0;
525518

526519
for (auto& trk1 : t1) {
527520
if (!trackSelected(trk1)) {

0 commit comments

Comments
 (0)