@@ -256,17 +256,17 @@ auto makeD0McQaHistSpecMap(const T1& confBinningAnalysis, const T2& confBinningQ
256256}
257257
258258// NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
259- #define LC_HIST_QA_MAP (conf ) \
260- {kMassLcToPKPi , {(conf).massLcToPKPi }}, \
261- {kMassLcToPiKP , {(conf).massLcToPiKP }}, \
262- {kMlBkg , {(conf).mlScore }}, \
263- {kMlPrompt , {(conf).mlScore }}, \
264- {kMlNonPrompt , {(conf).mlScore }}, \
265- {kCpa , {(conf).cpa }}, \
266- {kCpaXY , {(conf).cpa }}, \
267- {kDecayLength , {(conf).decayLength }}, \
268- {kDecayLengthXY , {(conf).decayLength }}, \
269- {kChi2Pca , {(conf).chi2Pca }}, \
259+ #define LC_HIST_QA_MAP (conf ) \
260+ {kMassLcToPKPi , {(conf).massLcToPKPi }}, \
261+ {kMassLcToPiKP , {(conf).massLcToPiKP }}, \
262+ {kMlBkg , {(conf).mlScore }}, \
263+ {kMlPrompt , {(conf).mlScore }}, \
264+ {kMlNonPrompt , {(conf).mlScore }}, \
265+ {kCpa , {(conf).cpa }}, \
266+ {kCpaXY , {(conf).cpa }}, \
267+ {kDecayLength , {(conf).decayLength }}, \
268+ {kDecayLengthXY , {(conf).decayLength }}, \
269+ {kChi2Pca , {(conf).chi2Pca }}, \
270270 {kImpactParameterProngSqSum , {(conf).impactParameterProngSqSum }},
271271
272272template <typename T>
@@ -285,7 +285,6 @@ auto makeLcMcQaHistSpecMap(const T1& confBinningAnalysis, const T2& confBinningQ
285285 CHARMHADRON_HIST_MC_MAP (confBinningAnalysis)};
286286}
287287
288-
289288#undef CHARMHADRON_HIST_ANALYSIS_MAP
290289#undef CHARMHADRON_HIST_MC_MAP
291290#undef CHARMHADRON_HIST_QA_MAP
@@ -538,7 +537,6 @@ class CharmHadronHistManager
538537 }
539538 }
540539
541-
542540 void initMc (std::map<CharmHadronHist, std::vector<o2::framework::AxisSpec>> const & CharmHadronSpecs)
543541 {
544542 std::string mcDir = std::string (charmHadronPrefix) + std::string (McDir);
0 commit comments