Skip to content

Commit 4a143f7

Browse files
committed
Apply code format
1 parent f0b46d5 commit 4a143f7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

L1Trigger/L1TCaloLayer1/plugins/L1TCaloSummary.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ void L1TCaloSummary<INPUT, OUTPUT>::produce(edm::Event& iEvent, const edm::Event
182182
std::unique_ptr<L1JetParticleCollection> bJetCands(new L1JetParticleCollection);
183183

184184
std::unique_ptr<l1t::CICADABxCollection> CICADAScore = std::make_unique<l1t::CICADABxCollection>();
185-
CICADAScore->setBXRange(-2,2);
185+
CICADAScore->setBXRange(-2, 2);
186186

187187
UCTGeometry g;
188188

L1Trigger/L1TGlobal/src/GlobalBoard.cc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,9 @@ void l1t::GlobalBoard::receiveCaloObjectData(const edm::Event& iEvent,
357357
setCICADAScore(0.0);
358358
}
359359
} else
360-
setCICADAScore(cicadaScoreHandle->at(0, 0)); //CICADA emulation will only provide a central BX, and one value. Unpacking may have more values, but that can't be guaranteed.
360+
setCICADAScore(cicadaScoreHandle->at(
361+
0,
362+
0)); //CICADA emulation will only provide a central BX, and one value. Unpacking may have more values, but that can't be guaranteed.
361363
}
362364
}
363365

0 commit comments

Comments
 (0)