Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
bistapf committed Nov 20, 2024
1 parent c79aaf7 commit ad8b2e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions converter/src/DelphesEDM4HepConverter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ namespace k4SimDelphes {
* ensure that products required by later stages are producd early enough
*/
constexpr std::array<std::string_view, 10> PROCESSING_ORDER = {
"GenParticle", "Track", "Tower", "ParticleFlowCandidate", "Muon", "Electron", "Photon",
"Jet", "MissingET", "SclalarHT"};
"GenParticle", "Track", "Tower", "ParticleFlowCandidate", "Muon", "Electron", "Photon",
"Jet", "MissingET", "ScalarHT"};

template <size_t N>
void sortBranchesProcessingOrder(std::vector<BranchSettings>& branches,
Expand Down

0 comments on commit ad8b2e6

Please sign in to comment.