Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed May 7, 2024
1 parent d016f81 commit 0ced4d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PWGLF/TableProducer/Resonances/LFResonanceInitializer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ struct reso2initializer {
qaRegistry.fill(HIST("Event/hMCEventIndices"), centrality, aod::resocollision::kINELg0);
if (inVtx10 && isTrueINELgt0)
qaRegistry.fill(HIST("Event/hMCEventIndices"), centrality, aod::resocollision::kINELg010);

// TVX MB trigger
if (isTriggerTVX)
qaRegistry.fill(HIST("Event/hMCEventIndices"), centrality, aod::resocollision::kTrig);
Expand All @@ -869,7 +869,7 @@ struct reso2initializer {
qaRegistry.fill(HIST("Event/hMCEventIndices"), centrality, aod::resocollision::kTrigINELg0);
if (isTriggerTVX && isTrueINELgt0 && inVtx10)
qaRegistry.fill(HIST("Event/hMCEventIndices"), centrality, aod::resocollision::kTrigINELg010);

// Sel8 event selection
if (isSel8)
qaRegistry.fill(HIST("Event/hMCEventIndices"), centrality, aod::resocollision::kSel8);
Expand Down

0 comments on commit 0ced4d1

Please sign in to comment.