Skip to content

Commit 093bbf1

Browse files
author
Sven Dildick
committed
Revert GEM data label change
1 parent 4431a7c commit 093bbf1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

DQM/L1TMonitor/python/L1TdeGEMTPG_cfi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
l1tdeGEMTPG = DQMEDAnalyzer(
1717
"L1TdeGEMTPG",
1818
l1tdeGEMTPGCommon,
19-
data = cms.InputTag("emtfStage2Digis"),
19+
data = cms.InputTag("valMuonGEMPadDigiClusters"),
2020
emul = cms.InputTag("valMuonGEMPadDigiClusters"),
2121
)

DQM/L1TMonitor/src/L1TdeGEMTPG.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ void L1TdeGEMTPG::bookHistograms(DQMStore::IBooker& iBooker, const edm::Run&, co
3636
")");
3737
chamberHistos[iType][key] =
3838
iBooker.book1D(histName, histTitle, clusterNBin_[iVar], clusterMinBin_[iVar], clusterMaxBin_[iVar]);
39+
chamberHistos[iType][key]->getTH1()->SetMinimum(0);
3940
}
4041
}
4142
}

0 commit comments

Comments
 (0)