From 87bee03dffd4e3407891112aed396ff4f3d17000 Mon Sep 17 00:00:00 2001 From: Birgit Stapf Date: Mon, 14 Oct 2024 14:15:23 +0200 Subject: [PATCH] clang format --- converter/src/DelphesEDM4HepConverter.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/converter/src/DelphesEDM4HepConverter.cc b/converter/src/DelphesEDM4HepConverter.cc index 7235498..dba0e94 100644 --- a/converter/src/DelphesEDM4HepConverter.cc +++ b/converter/src/DelphesEDM4HepConverter.cc @@ -344,9 +344,9 @@ namespace k4SimDelphes { } void DelphesEDM4HepConverter::processJets(const TClonesArray* delphesCollection, std::string const& branch) { - auto* jetCollection = createCollection(branch); + auto* jetCollection = createCollection(branch); auto* idCollection_HF_tags = createCollection(branch + "_HF_tags"); - auto* idCollection_tau_tags = createCollection(branch + "_tau_tags"); + auto* idCollection_tau_tags = createCollection(branch + "_tau_tags"); for (auto iCand = 0; iCand < delphesCollection->GetEntries(); ++iCand) { auto* delphesCand = static_cast(delphesCollection->At(iCand));