CMS 3D CMS Logo

SiStripGainsPCLHarvester_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from DQMServices.Core.DQMEDHarvester import DQMEDHarvester
3 
4 SiStripGainsPCLHarvester = DQMEDHarvester(
5  "SiStripGainsPCLHarvester",
6  Record = cms.untracked.string('SiStripApvGainRcd'),
7  CalibrationLevel = cms.untracked.int32(0), # 0==APV, 1==Laser, 2==module
8  DQMdir = cms.untracked.string('AlCaReco/SiStripGains'),
9  calibrationMode = cms.untracked.string('StdBunch'),
10  minNrEntries = cms.untracked.double(25),
11  GoodFracForTagProd = cms.untracked.double(0.98),
12  NClustersForTagProd = cms.untracked.double(8E8),
13  ChargeHisto = cms.untracked.vstring('TIB','TIB_layer_1','TOB','TOB_layer_1','TIDminus','TIDplus','TECminus','TECplus','TEC_thin','TEC_thick')
14  )