|
||||
File indexing completed on 2024-04-06 12:24:44
0001 # 0002 # Configure the EcalNextToDeadChannel service 0003 # 0004 # Author: Stefano Argiro 0005 # 0006 0007 0008 import FWCore.ParameterSet.Config as cms 0009 0010 essourceEcalNextToDead = cms.ESSource("EmptyESSource", 0011 recordName = cms.string("EcalNextToDeadChannelRcd"), 0012 firstValid = cms.vuint32(1), 0013 iovIsRunNotTime = cms.bool(True) 0014 ) 0015 0016 0017 ecalNextToDeadChannelESProducer = cms.ESProducer("EcalNextToDeadChannelESProducer", 0018 # channels with db status >= this threshold will 0019 # be defined as dead 0020 channelStatusThresholdForDead=cms.int32(12) 0021 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |