Skip to content

Commit 832114a

Browse files
committed
Please consider the following formatting changes
1 parent b92f7b0 commit 832114a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ALICE3/TableProducer/alice3HfSelector3Prong.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ struct Alice3HfSelector3Prong {
315315
{
316316
std::vector<float> outputMl{-1.f, -1.f, -1.f};
317317
uint32_t pidMask = 0;
318-
318+
319319
// looping over 3-prong cands
320320
for (const auto& cand : cands) {
321321
registry.fill(HIST("hSelections"), 1, cand.pt());

ALICE3/Tasks/alice3HfTask3Prong.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ struct Alice3HfTask3Prong {
111111

112112
auto addHistogramsRec = [&](const std::string& histoName, const std::string& xAxisTitle, const std::string& yAxisTitle, const HistogramConfigSpec& configSpec) {
113113
const char* basePath = "MC/rec";
114-
registry.add(Form("%s/signal/%sRecSig%s",basePath, histoName.c_str(), SignalSuffixes[SignalClasses::Signal].data()), ("3-prong cands (matched);" + xAxisTitle + ";" + yAxisTitle).c_str(), configSpec);
114+
registry.add(Form("%s/signal/%sRecSig%s", basePath, histoName.c_str(), SignalSuffixes[SignalClasses::Signal].data()), ("3-prong cands (matched);" + xAxisTitle + ";" + yAxisTitle).c_str(), configSpec);
115115
registry.add(Form("%s/prompt/%sRecSig%s", basePath, histoName.c_str(), SignalSuffixes[SignalClasses::Prompt].data()), ("3-prong cands (matched, prompt);" + xAxisTitle + ";" + yAxisTitle).c_str(), configSpec);
116116
registry.add(Form("%s/nonprompt/%sRecSig%s", basePath, histoName.c_str(), SignalSuffixes[SignalClasses::NonPrompt].data()), ("3-prong cands (matched, non-prompt);" + xAxisTitle + ";" + yAxisTitle).c_str(), configSpec);
117117
registry.add(Form("%s/background/%sRecSig%s", basePath, histoName.c_str(), SignalSuffixes[SignalClasses::Bkg].data()), ("3-prong cands (unmatched);" + xAxisTitle + ";" + yAxisTitle).c_str(), configSpec);

0 commit comments

Comments
 (0)