@@ -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
11691169WorkflowSpec defineDataProcessing (const ConfigContext& cfgc)
0 commit comments