Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60179
b: "refs/heads/CMSSW_6_2_X_SLHC"
c: bc6d37b
h: "refs/heads/CMSSW_6_2_X_SLHC"
i:
  60177: 5635b48
  60175: c671df9
  • Loading branch information
Majid Hashemi committed Feb 17, 2009
1 parent 5651e28 commit 1759ac9
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 283 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 4bec1f03ca2f14e90d0ca17351c4d42d84ec2c82
"refs/heads/CMSSW_6_2_X_SLHC": af6c28307c224bda2e8f975a8ab2c5160b9fc20b
"refs/heads/CMSSW_6_2_X_SLHC": bc6d37b940bde94645b6712fa13f711042beebf7
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@

OutputMEsInRootFile = cms.bool(True),

MonitorSiStripPedestal = cms.bool(False),
MonitorSiStripNoise = cms.bool(False),
MonitorSiStripQuality = cms.bool(False),
MonitorSiStripCabling = cms.bool(False),
MonitorSiStripLowThreshold = cms.bool(False),
MonitorSiStripHighThreshold= cms.bool(False),
MonitorSiStripPedestal = cms.bool(True),
MonitorSiStripNoise = cms.bool(True),
MonitorSiStripQuality = cms.bool(True),
MonitorSiStripCabling = cms.bool(True),
MonitorSiStripLowThreshold = cms.bool(True),
MonitorSiStripHighThreshold= cms.bool(True),
MonitorSiStripApvGain = cms.bool(True),
MonitorSiStripLorentzAngle = cms.bool(False),
MonitorSiStripLorentzAngle = cms.bool(True),

FillConditions_PSet = cms.PSet(
FolderName_For_QualityAndCabling_SummaryHistos= cms.string("SiStrip/Tracks"),
Mod_On = cms.bool(False),
HistoMaps_On = cms.bool(False),
HistoMaps_On = cms.bool(True),
SummaryOnStringLevel_On = cms.bool(False),
SummaryOnLayerLevel_On = cms.bool(True),
GrandSummary_On = cms.bool(True),
Expand Down
Loading

0 comments on commit 1759ac9

Please sign in to comment.