Skip to content

Commit 8eb17c4

Browse files
committed
code-format
1 parent 225a620 commit 8eb17c4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

RecoEgamma/EgammaElectronAlgos/src/GsfElectronAlgo.cc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -500,10 +500,10 @@ GsfElectronAlgo::EventData GsfElectronAlgo::beginEvent(edm::Event const& event,
500500
egHcalIsoConeSizeOutSmall,
501501
EgammaHcalIsolation::InclusionRule::withinConeAroundCluster,
502502
egHcalIsoConeSizeIn,
503-
hcalHelperCone_.eThresHB(),
503+
hcalHelperCone_.eThresHB(),
504504
EgammaHcalIsolation::arrayHB{{egHcalIsoPtMin, egHcalIsoPtMin, egHcalIsoPtMin, egHcalIsoPtMin}},
505505
hcalHelperCone_.maxSeverityHB(),
506-
hcalHelperCone_.eThresHE(),
506+
hcalHelperCone_.eThresHE(),
507507
EgammaHcalIsolation::arrayHE{{egHcalIsoPtMin,
508508
egHcalIsoPtMin,
509509
egHcalIsoPtMin,
@@ -523,10 +523,10 @@ GsfElectronAlgo::EventData GsfElectronAlgo::beginEvent(edm::Event const& event,
523523
egHcalIsoConeSizeOutLarge,
524524
EgammaHcalIsolation::InclusionRule::withinConeAroundCluster,
525525
egHcalIsoConeSizeIn,
526-
hcalHelperCone_.eThresHB(),
526+
hcalHelperCone_.eThresHB(),
527527
EgammaHcalIsolation::arrayHB{{egHcalIsoPtMin, egHcalIsoPtMin, egHcalIsoPtMin, egHcalIsoPtMin}},
528528
hcalHelperCone_.maxSeverityHB(),
529-
hcalHelperCone_.eThresHE(),
529+
hcalHelperCone_.eThresHE(),
530530
EgammaHcalIsolation::arrayHE{{egHcalIsoPtMin,
531531
egHcalIsoPtMin,
532532
egHcalIsoPtMin,
@@ -546,10 +546,10 @@ GsfElectronAlgo::EventData GsfElectronAlgo::beginEvent(edm::Event const& event,
546546
egHcalIsoConeSizeOutSmall,
547547
EgammaHcalIsolation::InclusionRule::isBehindClusterSeed,
548548
0.,
549-
hcalHelperCone_.eThresHB(),
549+
hcalHelperCone_.eThresHB(),
550550
EgammaHcalIsolation::arrayHB{{egHcalIsoPtMin, egHcalIsoPtMin, egHcalIsoPtMin, egHcalIsoPtMin}},
551551
hcalHelperCone_.maxSeverityHB(),
552-
hcalHelperCone_.eThresHE(),
552+
hcalHelperCone_.eThresHE(),
553553
EgammaHcalIsolation::arrayHE{{egHcalIsoPtMin,
554554
egHcalIsoPtMin,
555555
egHcalIsoPtMin,
@@ -569,10 +569,10 @@ GsfElectronAlgo::EventData GsfElectronAlgo::beginEvent(edm::Event const& event,
569569
egHcalIsoConeSizeOutLarge,
570570
EgammaHcalIsolation::InclusionRule::isBehindClusterSeed,
571571
0.,
572-
hcalHelperCone_.eThresHB(),
572+
hcalHelperCone_.eThresHB(),
573573
EgammaHcalIsolation::arrayHB{{egHcalIsoPtMin, egHcalIsoPtMin, egHcalIsoPtMin, egHcalIsoPtMin}},
574574
hcalHelperCone_.maxSeverityHB(),
575-
hcalHelperCone_.eThresHE(),
575+
hcalHelperCone_.eThresHE(),
576576
EgammaHcalIsolation::arrayHE{{egHcalIsoPtMin,
577577
egHcalIsoPtMin,
578578
egHcalIsoPtMin,

0 commit comments

Comments
 (0)