Skip to content

Commit 082d813

Browse files
committed
clang
1 parent f59f8be commit 082d813

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

EventFiltering/PWGLF/strangenessFilter.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ struct strangenessFilter {
345345
hProcessedEvents->GetXaxis()->SetBinLabel(18, aod::filtering::OmegaHighMultTrk::columnLabel());
346346
hProcessedEvents->GetXaxis()->SetBinLabel(19, aod::filtering::HighMultFT0M::columnLabel());
347347
hProcessedEvents->GetXaxis()->SetBinLabel(20, aod::filtering::HighMultTrk::columnLabel());
348-
348+
349349
hCandidate->GetXaxis()->SetBinLabel(1, "All");
350350
hCandidate->GetXaxis()->SetBinLabel(2, "PassBuilderSel");
351351
hCandidate->GetXaxis()->SetBinLabel(3, "DCA_meson");
@@ -621,7 +621,7 @@ struct strangenessFilter {
621621
float multFT0MNorm = 0.f;
622622
Bool_t isHighMultEventTrk = 0;
623623
float multTrack = 0.f;
624-
if (HMTrgSelectionForOmegaFT0M == 1){
624+
if (HMTrgSelectionForOmegaFT0M == 1) {
625625
float meanMultT0C = 0.f;
626626
float fac_FT0C_ebe = 1.;
627627
meanMultT0C = (*mMeanMultT0C)[0];
@@ -682,7 +682,7 @@ struct strangenessFilter {
682682
}
683683
if (HMTrgSelectionForOmegaFT0M == 2) {
684684
EventsvsMultiplicity.fill(HIST("AllEventsvsMultiplicityFT0M"), collision.multFT0M());
685-
if (collision.multFT0M() > LowLimitHMTrgOmegaT0M ) {
685+
if (collision.multFT0M() > LowLimitHMTrgOmegaT0M) {
686686
isHighMultEvent = 1;
687687
}
688688
}
@@ -692,7 +692,7 @@ struct strangenessFilter {
692692
isHighMultEventTrk = 1;
693693
}
694694
}
695-
if (HMTrgSelectionForOmegaTrks == 2 ) {
695+
if (HMTrgSelectionForOmegaTrks == 2) {
696696
for (auto& track : tracks) {
697697
if (selectTrackOHM(track)) {
698698
multTrack++;

0 commit comments

Comments
 (0)