Skip to content

Commit 3439308

Browse files
committed
Please consider the following formatting changes
1 parent 4616847 commit 3439308

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)