Skip to content

Commit

Permalink
Run code-format
Browse files Browse the repository at this point in the history
  • Loading branch information
seungjin-yang committed Jun 3, 2020
1 parent 7fc5cd7 commit 140dafc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DQMOffline/Muon/interface/MuonRecoAnalyzer.h
Expand Up @@ -189,4 +189,4 @@ class MuonRecoAnalyzer : public DQMEDAnalyzer {
bool IsminiAOD;
std::string theFolder;
};
#endif // DQMOffline_Muon_MuonRecoAnalyzer_h
#endif // DQMOffline_Muon_MuonRecoAnalyzer_h
3 changes: 2 additions & 1 deletion DQMOffline/Muon/src/MuonRecoAnalyzer.cc
Expand Up @@ -316,7 +316,8 @@ void MuonRecoAnalyzer::bookHistograms(DQMStore::IBooker& ibooker,
vDThitsSoftMuonMVA = ibooker.book1D("vDThitsSoftMuonMVA", "vDThits", 50, 0, 50);
vCSChitsSoftMuonMVA = ibooker.book1D("vCSChitsSoftMuonMVA", "vCSChits", 50, 0, 50);
if (useGEM) {
vGEMhitsSoftMuonMVA = ibooker.book1D("vGEMhitsSoftMuonMVA", "vGEMhits", maxGEMhitsSoftMuonMVA, 0, maxGEMhitsSoftMuonMVA);
vGEMhitsSoftMuonMVA =
ibooker.book1D("vGEMhitsSoftMuonMVA", "vGEMhits", maxGEMhitsSoftMuonMVA, 0, maxGEMhitsSoftMuonMVA);
vGEMhitsSoftMuonMVA->setXTitle("Number of Valid GEM Hits of Global Muon");
} else {
vGEMhitsSoftMuonMVA = nullptr;
Expand Down

0 comments on commit 140dafc

Please sign in to comment.