Skip to content

Commit 8f9f53d

Browse files
committed
JetAnalyzer.cc: minor code-format checks
1 parent 1f6d35b commit 8f9f53d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DQMOffline/JetMET/src/JetAnalyzer.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ JetAnalyzer::~JetAnalyzer() {
292292

293293
// ***********************************************************
294294
void JetAnalyzer::bookHistograms(DQMStore::IBooker& ibooker, edm::Run const& iRun, edm::EventSetup const&) {
295-
if(isScoutingJet_){
295+
if (isScoutingJet_) {
296296
if (!jetCleaningFlag_) {
297297
ibooker.setCurrentFolder("HLT/ScoutingOffline/Jet/Uncleaned" + mInputCollection_.label());
298298
DirName = "HLT/ScoutingOffline/Jet/Uncleaned" + mInputCollection_.label();
@@ -2591,7 +2591,7 @@ void JetAnalyzer::dqmBeginRun(const edm::Run& iRun, const edm::EventSetup& iSetu
25912591
// ***********************************************************
25922592
void JetAnalyzer::analyze(const edm::Event& iEvent, const edm::EventSetup& iSetup) {
25932593
//set general folders first --> change later on for different folders
2594-
if(isScoutingJet_){
2594+
if (isScoutingJet_) {
25952595
if (!jetCleaningFlag_) {
25962596
DirName = "HLT/ScoutingOffline/Jet/Uncleaned" + mInputCollection_.label();
25972597
}

0 commit comments

Comments
 (0)