@@ -147,7 +147,7 @@ struct strangenessFilter {
147147 Configurable<float > ptthrtof{" ptthrtof" , 1.0 , " Pt threshold to apply TOF condition" };
148148 Configurable<bool > sel8{" sel8" , 0 , " Apply sel8 event selection" };
149149 // Selection mask: bit 1 = 0 of multFilter - Tracks, bit 2 = FT0M used in 2024, bit 2 (4) = 4 of multFilter normalised FT0M used in 2025
150- Configurable<uint> HMTriggerSelectionForOmega{" HMTriggerSelectionForOmega" , 5 , " 0 = HM trigger selection for omega" };
150+ Configurable<uint> HMTriggerSelectionForOmega{" HMTriggerSelectionForOmega" , 5 , " 0 = HM trigger selection for omega" };
151151 Configurable<int > LowLimitHMTriggerOmegaTracks{" LowLimitHMTriggerOmegaTracks" , 90 , " tracks as defined in multFilter selection [0]" };
152152 Configurable<int > LowLimitHMTriggerOmegaT0M{" LowLimitHMTriggerOmegaT0M" , 3100 , " T0M" };
153153 Configurable<int > LowLimitHMTriggerOmegaT0MNorm{" LowLimitHMTriggerOmegaT0MNorm" , 70 , " normalised T0M selection [2] of multFiler" };
@@ -212,7 +212,7 @@ struct strangenessFilter {
212212
213213 bool selectTrack (const auto & track)
214214 {
215- return track.pt () > hMinPt && std::abs (track.eta ()) < hEta && track.tpcNClsCrossedRows () >= tpcmincrossedrows && track.tpcCrossedRowsOverFindableCls () >= 0 .8f && track.tpcChi2NCl () <= 4 .f && track.itsChi2NCl () <= 36 .f && (track.itsClusterMap () & 0x7 ) != 0 ;
215+ return track.pt () > hMinPt && std::abs (track.eta ()) < hEta && track.tpcNClsCrossedRows () >= tpcmincrossedrows && track.tpcCrossedRowsOverFindableCls () >= 0 .8f && track.tpcChi2NCl () <= 4 .f && track.itsChi2NCl () <= 36 .f && (track.itsClusterMap () & 0x7 ) != 0 ;
216216 }
217217 bool selectTrackOHM (const auto & track)
218218 {
@@ -339,13 +339,12 @@ struct strangenessFilter {
339339 hProcessedEvents->GetXaxis ()->SetBinLabel (14 , aod::filtering::OmegaHighMult::columnLabel ());
340340 hProcessedEvents->GetXaxis ()->SetBinLabel (15 , aod::filtering::DoubleOmega::columnLabel ());
341341 hProcessedEvents->GetXaxis ()->SetBinLabel (16 , aod::filtering::OmegaXi::columnLabel ());
342- // hProcessedEvents->GetXaxis()->SetBinLabel(17, aod::filtering::LambdaLambda::columnLabel());
342+ // hProcessedEvents->GetXaxis()->SetBinLabel(17, aod::filtering::LambdaLambda::columnLabel());
343343 hProcessedEvents->GetXaxis ()->SetBinLabel (17 , " LL" );
344344 hProcessedEvents->GetXaxis ()->SetBinLabel (18 , aod::filtering::OmegaHighMultTrk::columnLabel ());
345345 hProcessedEvents->GetXaxis ()->SetBinLabel (19 , aod::filtering::HighMultFT0M::columnLabel ());
346346 hProcessedEvents->GetXaxis ()->SetBinLabel (20 , aod::filtering::HighMultTrk::columnLabel ());
347347
348-
349348 hCandidate->GetXaxis ()->SetBinLabel (1 , " All" );
350349 hCandidate->GetXaxis ()->SetBinLabel (2 , " PassBuilderSel" );
351350 hCandidate->GetXaxis ()->SetBinLabel (3 , " DCA_meson" );
@@ -429,7 +428,7 @@ struct strangenessFilter {
429428 QAHistosTriggerParticles.add (" hEtaTriggerAllEv" , " hEtaTriggerAllEv" , HistType::kTH2F , {{180 , -1.4 , 1.4 , " Eta of trigger particles" }, {ptTriggAxis}});
430429 QAHistosTriggerParticles.add (" hPhiTriggerAllEv" , " hPhiTriggerAllEv" , HistType::kTH2F , {{100 , 0 , 2 * TMath::Pi (), " Phi of trigger particles" }, {ptTriggAxis}});
431430
432- EventsvsMultiplicity.add (" AllEventsvsEta" , " eta ditribution" , HistType::kTH1F , {{100 ,-2 ,2 }});
431+ EventsvsMultiplicity.add (" AllEventsvsEta" , " eta ditribution" , HistType::kTH1F , {{100 , -2 , 2 }});
433432 EventsvsMultiplicity.add (" AllEventsvsMultiplicityFT0M" , " T0M distribution of all events" , HistType::kTH1F , {multAxisT0M});
434433 EventsvsMultiplicity.add (" AllEventsvsMultiplicityFT0MwOmega" , " T0M distribution of events w/ Omega candidate" , HistType::kTH1F , {multAxisT0M});
435434 EventsvsMultiplicity.add (" AllEventsvsMultiplicityFT0MNorm" , " T0M Normalised of all events" , HistType::kTH1F , {multAxisT0MNorm});
@@ -624,19 +623,19 @@ struct strangenessFilter {
624623 float multTrack = 0 ;
625624 if (HMTriggerSelectionForOmega & 1 ) { // =====================================
626625 for (auto & track : tracks) {
627- if (selectTrackOHM (track)) {
628- multTrack++;
629- EventsvsMultiplicity.fill (HIST (" AllEventsvsEta" ), track.eta ());
626+ if (selectTrackOHM (track)) {
627+ multTrack++;
628+ EventsvsMultiplicity.fill (HIST (" AllEventsvsEta" ), track.eta ());
630629 }
631630 }
632- // std::cout << multTrack << std::endl;
631+ // std::cout << multTrack << std::endl;
633632 EventsvsMultiplicity.fill (HIST (" AllEventsvsMultiplicityTracks" ), multTrack);
634633 if (multTrack > LowLimitHMTriggerOmegaTracks) {
635634 isHighMultEventTrk = 1 ;
636635 }
637636 }
638637 if (HMTriggerSelectionForOmega & 2 ) { // =====================================
639- EventsvsMultiplicity.fill (HIST (" AllEventsvsMultiplicityFT0M" ), collision.multFT0M ());
638+ EventsvsMultiplicity.fill (HIST (" AllEventsvsMultiplicityFT0M" ), collision.multFT0M ());
640639 if (collision.multFT0M () > LowLimitHMTriggerOmegaT0M) {
641640 isHighMultEvent = 1 ;
642641 }
@@ -1212,10 +1211,10 @@ struct strangenessFilter {
12121211 if (omegacounter > 0 && isHighMultEventTrk) {
12131212 keepEvent[13 ] = true ;
12141213 }
1215- if (isHighMultEvent) {
1214+ if (isHighMultEvent) {
12161215 keepEvent[14 ] = true ;
12171216 }
1218- if (isHighMultEventTrk) {
1217+ if (isHighMultEventTrk) {
12191218 keepEvent[15 ] = true ;
12201219 }
12211220 for (const auto & trackedCascade : trackedCascades) {
0 commit comments