CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
ecalPedestalPCLworker_cfi Namespace Reference

Variables

tuple ecalpedestalPCL
 

Variable Documentation

tuple ecalPedestalPCLworker_cfi.ecalpedestalPCL
Initial value:
1 = DQMEDAnalyzer('ECALpedestalPCLworker',
2  BarrelDigis=cms.InputTag('ecalDigis','ebDigis'),
3  EndcapDigis=cms.InputTag('ecalDigis','eeDigis'),
4  tcdsRecord =cms.InputTag('tcdsDigis','tcdsRecord'),
5  requireStableBeam = cms.bool(True),
6  pedestalSamples=cms.uint32(2), # number of presamples to be used for pedestal determination
7  checkSignal = cms.bool(False), # whether or not to exclude digis containing a signal
8  sThresholdEB = cms.uint32(10), # threshold to define a digi as containing signal
9  sThresholdEE = cms.uint32(15),
10  dqmDir = cms.string('AlCaReco/EcalPedestalsPCL'),
11  dynamicBooking = cms.bool(True), # use old pedestal to book histograms (central bin)
12  fixedBookingCenterBin = cms.int32(200), # if dynamicBooking = false, use this as center bin
13  nBins = cms.int32(40) # number of bins per histogram
14 )

Definition at line 4 of file ecalPedestalPCLworker_cfi.py.