CMS 3D CMS Logo

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

Variables

tuple ecalDisplaysByEvent
 

Variable Documentation

tuple ecalDisplaysByEvent_cfi.ecalDisplaysByEvent
Initial value:
1 = cms.EDAnalyzer("EcalDisplaysByEvent",
2  # parameter for the amplitude threshold
3  amplitudeThreshold = cms.untracked.double(0.5),
4  EBDigiCollection = cms.InputTag("ecalEBunpacker","ebDigis"),
5  EEDigiCollection = cms.InputTag("ecalEBunpacker","eeDigis"),
6  EcalRecHitCollectionEB = cms.InputTag("ecalRecHit","EcalRecHitsEB"),
7  EcalRecHitCollectionEE = cms.InputTag("ecalRecHit","EcalRecHitsEE"),
8  headerProducer = cms.InputTag("ecalEBunpacker"),
9  #EcalUncalibratedRecHitCollection = cms.InputTag("ecalUncalibHit","EcalUncalibRecHitsEB"),
10  # masked EBids
11  maskedEBs = cms.untracked.vstring('-1'),
12  # masked FEDs
13  maskedFEDs = cms.untracked.vint32(-1),
14  # use hash index to mask channels
15  # add a simple description of hashIndex (hhahhahhh...)
16  maskedChannels = cms.untracked.vint32(),
17  # parameter for fixed crystals mode (use hashedIndices)
18  seedCrys = cms.untracked.vint32(),
19  # parameter for size of the square matrix, i.e.,
20  # should the seed be at the center of a 3x3 matrix, a 5x5, etc.
21  # must be an odd number (default is 3)
22  side = cms.untracked.int32(3),
23  minimumTimingAmplitude = cms.untracked.double(0.100)
24 )

Definition at line 3 of file ecalDisplaysByEvent_cfi.py.