Skip to content

Commit

Permalink
code-format
Browse files Browse the repository at this point in the history
  • Loading branch information
swagata87 committed Nov 22, 2023
1 parent 225a620 commit 8eb17c4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions RecoEgamma/EgammaElectronAlgos/src/GsfElectronAlgo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -500,10 +500,10 @@ GsfElectronAlgo::EventData GsfElectronAlgo::beginEvent(edm::Event const& event,
egHcalIsoConeSizeOutSmall,
EgammaHcalIsolation::InclusionRule::withinConeAroundCluster,
egHcalIsoConeSizeIn,
hcalHelperCone_.eThresHB(),
hcalHelperCone_.eThresHB(),
EgammaHcalIsolation::arrayHB{{egHcalIsoPtMin, egHcalIsoPtMin, egHcalIsoPtMin, egHcalIsoPtMin}},
hcalHelperCone_.maxSeverityHB(),
hcalHelperCone_.eThresHE(),
hcalHelperCone_.eThresHE(),
EgammaHcalIsolation::arrayHE{{egHcalIsoPtMin,
egHcalIsoPtMin,
egHcalIsoPtMin,
Expand All @@ -523,10 +523,10 @@ GsfElectronAlgo::EventData GsfElectronAlgo::beginEvent(edm::Event const& event,
egHcalIsoConeSizeOutLarge,
EgammaHcalIsolation::InclusionRule::withinConeAroundCluster,
egHcalIsoConeSizeIn,
hcalHelperCone_.eThresHB(),
hcalHelperCone_.eThresHB(),
EgammaHcalIsolation::arrayHB{{egHcalIsoPtMin, egHcalIsoPtMin, egHcalIsoPtMin, egHcalIsoPtMin}},
hcalHelperCone_.maxSeverityHB(),
hcalHelperCone_.eThresHE(),
hcalHelperCone_.eThresHE(),
EgammaHcalIsolation::arrayHE{{egHcalIsoPtMin,
egHcalIsoPtMin,
egHcalIsoPtMin,
Expand All @@ -546,10 +546,10 @@ GsfElectronAlgo::EventData GsfElectronAlgo::beginEvent(edm::Event const& event,
egHcalIsoConeSizeOutSmall,
EgammaHcalIsolation::InclusionRule::isBehindClusterSeed,
0.,
hcalHelperCone_.eThresHB(),
hcalHelperCone_.eThresHB(),
EgammaHcalIsolation::arrayHB{{egHcalIsoPtMin, egHcalIsoPtMin, egHcalIsoPtMin, egHcalIsoPtMin}},
hcalHelperCone_.maxSeverityHB(),
hcalHelperCone_.eThresHE(),
hcalHelperCone_.eThresHE(),
EgammaHcalIsolation::arrayHE{{egHcalIsoPtMin,
egHcalIsoPtMin,
egHcalIsoPtMin,
Expand All @@ -569,10 +569,10 @@ GsfElectronAlgo::EventData GsfElectronAlgo::beginEvent(edm::Event const& event,
egHcalIsoConeSizeOutLarge,
EgammaHcalIsolation::InclusionRule::isBehindClusterSeed,
0.,
hcalHelperCone_.eThresHB(),
hcalHelperCone_.eThresHB(),
EgammaHcalIsolation::arrayHB{{egHcalIsoPtMin, egHcalIsoPtMin, egHcalIsoPtMin, egHcalIsoPtMin}},
hcalHelperCone_.maxSeverityHB(),
hcalHelperCone_.eThresHE(),
hcalHelperCone_.eThresHE(),
EgammaHcalIsolation::arrayHE{{egHcalIsoPtMin,
egHcalIsoPtMin,
egHcalIsoPtMin,
Expand Down

0 comments on commit 8eb17c4

Please sign in to comment.