Skip to content

Commit ba6010f

Browse files
committed
Comment out the hyper mixing task
1 parent 01d04c7 commit ba6010f

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

PWGCF/Femto/TableProducer/PiNucleiFemto.cxx

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,26 +1144,26 @@ struct PiNucleiFemto {
11441144
}
11451145
PROCESS_SWITCH(PiNucleiFemto, processMixedEvent, "Process Mixed event", false);
11461146

1147-
void processMixedEventHyper(const CollisionsFull& collisions, o2::aod::DataHypCandsWColl const& V0Hypers, const TrackCandidates& pitracks)
1148-
{
1149-
LOG(debug) << "Processing mixed event for hypertriton";
1150-
mTrackHypPairs.clear();
1151-
1152-
for (const auto& [c1, tracks1, c2, V0Hypers2] : hyperPair) {
1153-
if (!c1.sel8() || !c2.sel8()) {
1154-
continue;
1155-
}
1156-
1157-
mQaRegistry.fill(HIST("hNcontributor"), c2.numContrib());
1158-
//mQaRegistry.fill(HIST("hCentrality"), c2.centFT0C());
1159-
mQaRegistry.fill(HIST("hVtxZ"), c2.posZ());
1160-
1161-
pairHyperEventMixing(tracks1, V0Hypers2);
1162-
}
1163-
1164-
fillPairsHyper(collisions, pitracks, V0Hypers,/*isMixedEvent*/ false);
1165-
}
1166-
PROCESS_SWITCH(PiNucleiFemto, processMixedEventHyper, "Process Mixed event", false);
1147+
//void processMixedEventHyper(const CollisionsFull& collisions, const TrackCandidates& pitracks, o2::aod::DataHypCandsWColl const& V0Hypers)
1148+
//{
1149+
// LOG(debug) << "Processing mixed event for hypertriton";
1150+
// mTrackHypPairs.clear();
1151+
1152+
// for (const auto& [c1, tracks1, c2, V0Hypers2] : hyperPair) {
1153+
// if (!c1.sel8() || !c2.sel8()) {
1154+
// continue;
1155+
// }
1156+
1157+
// mQaRegistry.fill(HIST("hNcontributor"), c2.numContrib());
1158+
// //mQaRegistry.fill(HIST("hCentrality"), c2.centFT0C());
1159+
// mQaRegistry.fill(HIST("hVtxZ"), c2.posZ());
1160+
1161+
// pairHyperEventMixing(tracks1, V0Hypers2);
1162+
// }
1163+
1164+
// fillPairsHyper(collisions, pitracks, V0Hypers,/*isMixedEvent*/ false);
1165+
//}
1166+
//PROCESS_SWITCH(PiNucleiFemto, processMixedEventHyper, "Process Mixed event", false);
11671167
};
11681168

11691169
WorkflowSpec defineDataProcessing(const ConfigContext& cfgc)

0 commit comments

Comments
 (0)