@@ -135,7 +135,7 @@ struct HfCandidateCreatorCharmResoReduced {
135135 Configurable<int > numberEventsToSkip{" numberEventsToSkip" , -1 , " Number of events to Skip in ME process" };
136136
137137 SliceCache cache;
138-
138+
139139 using HfRed3PrNoTrksWithMl = soa::Join<aod::HfRed3PrNoTrks, aod::HfRed3ProngsMl>;
140140 using HfRed2PrNoTrksWithMl = soa::Join<aod::HfRed2PrNoTrks, aod::HfRed2ProngsMl>;
141141
@@ -152,7 +152,7 @@ struct HfCandidateCreatorCharmResoReduced {
152152
153153 ConfigurableAxis multPoolBins{" multPoolBins" , {VARIABLE_WIDTH, 0 ., 45 ., 60 ., 75 ., 95 , 250 }, " event multiplicity pools (PV contributors for now)" };
154154 ConfigurableAxis zPoolBins{" zPoolBins" , {VARIABLE_WIDTH, -10.0 , -4 , -1 , 1 , 4 , 10.0 }, " z vertex position pools" };
155-
155+
156156 HistogramRegistry registry{" registry" };
157157
158158 void init (InitContext const &)
@@ -309,7 +309,7 @@ struct HfCandidateCreatorCharmResoReduced {
309309 invMassD = candD.invMassDstar ();
310310 invMassD0 = candD.invMassD0 ();
311311 }
312- if (candD.dType () == (-1 )* DType::Dstar) {
312+ if (candD.dType () == (-1 ) * DType::Dstar) {
313313 invMassD = candD.invMassAntiDstar ();
314314 invMassD0 = candD.invMassD0Bar ();
315315 }
@@ -475,7 +475,7 @@ struct HfCandidateCreatorCharmResoReduced {
475475 invMassD = bachD.invMassDstar ();
476476 invMassD0 = bachD.invMassD0 ();
477477 }
478- if (bachD.dType () == (-1 )* DType::Dstar) {
478+ if (bachD.dType () == (-1 ) * DType::Dstar) {
479479 invMassD = bachD.invMassAntiDstar ();
480480 invMassD0 = bachD.invMassD0Bar ();
481481 }
@@ -813,4 +813,5 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
813813{
814814 return WorkflowSpec{adaptAnalysisTask<HfCandidateCreatorCharmResoReduced>(cfgc),
815815 adaptAnalysisTask<HfCandidateCreatorCharmResoReducedExpressions>(cfgc)};
816- }
816+ }
817+
0 commit comments