CMS 3D CMS Logo

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

Variables

tuple ECALpedestalPCLHarvester
 

Variable Documentation

tuple ecalPedestalPCLHarvester_cfi.ECALpedestalPCLHarvester
Initial value:
1 = DQMEDHarvester('ECALpedestalPCLHarvester',
2  MinEntries = cms.int32(100), #skip channel if stat is low
3  ChannelStatusToExclude = cms.vstring(), # db statuses to exclude
4  checkAnomalies = cms.bool(False), # whether or not to avoid creating sqlite file in case of many changed pedestals
5  nSigma = cms.double(5.0), # threshold in sigmas to define a pedestal as anomally changed
6  thresholdAnomalies = cms.double(0.1),# threshold (fraction of changed pedestals) to avoid creation of sqlite file
7  dqmDir = cms.string('AlCaReco/EcalPedestalsPCL'),
8  labelG6G1 = cms.string('HLT'), #use the HLT tag as source for G6 and G1 pedestals
9  threshDiffEB= cms.double(5.0), # if pedestal has changed more then this wrt old value, keep old value. Unit = ADC count
10  threshDiffEE= cms.double(8.0),
11  threshChannelsAnalyzed = cms.double(0.3), # threshold for minimum percentage of channels analized to produce DQM plots
12 
13  )

Definition at line 4 of file ecalPedestalPCLHarvester_cfi.py.