@@ -84,7 +84,7 @@ enum PairingType : uint8_t {
8484 V0AndTrack
8585};
8686
87- enum D0Sel: uint8_t {
87+ enum D0Sel : uint8_t {
8888 selectedD0 = 0 ,
8989 selectedD0Bar
9090};
@@ -279,7 +279,7 @@ struct HfDataCreatorCharmResoReduced {
279279 const AxisSpec axisDeDx{500 , 0 .f , 1000 .f , " " };
280280 const AxisSpec axisMassD0{200 , 1 .7f , 2 .1f , " inv. mass (GeV/#it{c}^{2})" };
281281 const AxisSpec axisMassDplus{200 , 1 .7f , 2 .1f , " inv. mass (GeV/#it{c}^{2})" };
282- const AxisSpec axisMassDstar{200 , 0 .139f , 0 .179f , " delta inv. mass (GeV/#it{c}^{2})" }; // o2-linter: disable=pdg/explicit-mass (false positive)
282+ const AxisSpec axisMassDstar{200 , 0 .139f , 0 .179f , " delta inv. mass (GeV/#it{c}^{2})" }; // o2-linter: disable=pdg/explicit-mass (false positive)
283283 const AxisSpec axisMassLambda{100 , 1 .05f , 1 .35f , " inv. mass (GeV/#it{c}^{2})" };
284284 const AxisSpec axisMassKzero{100 , 0 .35f , 0 .65f , " inv. mass (GeV/#it{c}^{2})" };
285285 const AxisSpec axisDeltaMassToK{500 , 0.49 , 1.49 , " inv. mass (GeV/#it{c}^{2})" };
@@ -1271,10 +1271,10 @@ struct HfDataCreatorCharmResoReduced {
12711271 }
12721272 } else if constexpr (dType == DType::D0) {
12731273 uint8_t selFlagD0 = {BIT (D0Sel::selectedD0) | BIT (D0Sel::selectedD0Bar)};
1274- if (candD.isSelD0 () < cfgDmesCuts.selectionFlagD0 ){
1274+ if (candD.isSelD0 () < cfgDmesCuts.selectionFlagD0 ) {
12751275 CLRBIT (selFlagD0, D0Sel::selectedD0);
12761276 }
1277- if (candD.isSelD0bar () < cfgDmesCuts.selectionFlagD0Bar ){
1277+ if (candD.isSelD0bar () < cfgDmesCuts.selectionFlagD0Bar ) {
12781278 CLRBIT (selFlagD0, D0Sel::selectedD0Bar);
12791279 }
12801280 hfCandD2Pr (prongIdsD[0 ], prongIdsD[1 ],
0 commit comments