Skip to content

Commit 7c33c4e

Browse files
committed
Please consider the following formatting changes
1 parent 96d00c4 commit 7c33c4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PWGHF/Core/DecayChannels.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ enum DecayChannelMain : int8_t {
252252
// Xic(3080)+
253253
Xic3080plusToDplusLambda = 15, // D+ Λ
254254
// D*+
255-
DstarToD0Pi = 16, // D0 π+
255+
DstarToD0Pi = 16, // D0 π+
256256
NChannelsMain = DstarToD0Pi // last channel
257257
};
258258
} // namespace hf_cand_reso

PWGHF/D2H/TableProducer/dataCreatorCharmResoReduced.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ struct HfDataCreatorCharmResoReduced {
351351
doprocessDplusV0MC || doprocessDplusTrackMC || doprocessDplusV0AndTrackMC || doprocessDplusV0MCWithMl || doprocessDplusTrackMCWithMl || doprocessDplusV0AndTrackMCWithMl) {
352352
// MC Rec
353353
int nChannels = hf_decay::hf_cand_reso::DecayChannelMain::NChannelsMain;
354-
registry.add("hMCRecCounter", "Number of Reconstructed MC Matched candidates per channel", {HistType::kTH1D, {{2*nChannels + 1, -(nChannels + 0.5), nChannels + 0.5}}});
354+
registry.add("hMCRecCounter", "Number of Reconstructed MC Matched candidates per channel", {HistType::kTH1D, {{2 * nChannels + 1, -(nChannels + 0.5), nChannels + 0.5}}});
355355
registry.add("hMCRecDebug", "Debug of MC Reco", {HistType::kTH1D, {{551, -0.5, 550.5}}});
356356
registry.add("hMCRecOrigin", "Origin of Matched particles", {HistType::kTH1D, {{3, -0.5, 2.5}}});
357357
registry.add("hMCRecMassGen", "Generated inv. mass of resoncances", {HistType::kTH1D, {{2000, 1.8, 3.8}}});

0 commit comments

Comments
 (0)