Skip to content

Commit 1c3fca4

Browse files
author
Sven Dildick
committed
Code format
1 parent 810bd15 commit 1c3fca4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

DQM/L1TMonitor/src/L1TdeCSCTPG.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ L1TdeCSCTPG::L1TdeCSCTPG(const edm::ParameterSet& ps)
3030
clctMaxBin_(ps.getParameter<std::vector<double>>("clctMaxBin")),
3131
lctMaxBin_(ps.getParameter<std::vector<double>>("lctMaxBin")),
3232
b904Setup_(ps.getParameter<bool>("B904Setup")),
33-
isRun3_(ps.getParameter<bool>("isRun3"))
34-
{}
33+
isRun3_(ps.getParameter<bool>("isRun3")) {}
3534

3635
L1TdeCSCTPG::~L1TdeCSCTPG() {}
3736

DQM/L1TMonitorClient/src/L1TdeCSCTPGClient.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void L1TdeCSCTPGClient::dqmEndJob(DQMStore::IBooker &ibooker, DQMStore::IGetter
4949
void L1TdeCSCTPGClient::book(DQMStore::IBooker &iBooker) {
5050
iBooker.setCurrentFolder(monitorDir_);
5151

52-
// do not analyze Run-3 properties in Run-1 and Run-2 eras
52+
// do not analyze Run-3 properties in Run-1 and Run-2 eras
5353
if (!isRun3_) {
5454
clctVars_.resize(4);
5555
lctVars_.resize(5);

0 commit comments

Comments
 (0)