Skip to content

Commit 961be14

Browse files
authored
Merge pull request #33 from alibuild/alibot-cleanup-14604
Please consider the following formatting changes to #14604
2 parents 4616847 + 3439308 commit 961be14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Detectors/TPC/workflow/src/ChunkedDigitPublisher.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,10 @@ void getSpec(WorkflowSpec& specs, std::vector<int> const& laneConfiguration, std
321321

322322
// MC truth branch: write ConstMCTruthContainer directly
323323
auto labelsdef = BranchDefinition<o2::dataformats::ConstMCTruthContainer<o2::MCCompLabel>>{InputSpec{"labelinput", ConcreteDataTypeMatcher{"TPC", "DIGITSMCTR"}},
324-
"TPCDigitMCTruth", "labels-branch-name",
325-
(mctruth ? tpcsectors.size() : 0),
326-
getIndex,
327-
getName};
324+
"TPCDigitMCTruth", "labels-branch-name",
325+
(mctruth ? tpcsectors.size() : 0),
326+
getIndex,
327+
getName};
328328

329329
specs.push_back(MakeRootTreeWriterSpec("TPCDigitWriter", "tpcdigits.root", "o2sim",
330330
std::move(digitsdef), std::move(labelsdef))());

0 commit comments

Comments
 (0)