CMS 3D CMS Logo

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

Variables

tuple theDigitizers
 
tuple theDigitizersValid
 

Variable Documentation

tuple digitizers_cfi.theDigitizers
Initial value:
1 = cms.PSet(
2  pixel = cms.PSet(
3  pixelDigitizer
4  ),
5  strip = cms.PSet(
6  stripDigitizer
7  ),
8  ecal = cms.PSet(
9  ecalDigitizer
10  ),
11  hcal = cms.PSet(
12  hcalDigitizer
13  ),
14  castor = cms.PSet(
15  castorDigitizer
16  ),
17  puVtx = cms.PSet(
18  pileupVtxDigitizer
19  )
20 )

Definition at line 13 of file digitizers_cfi.py.

tuple digitizers_cfi.theDigitizersValid
Initial value:
1 = cms.PSet(
2  pixel = cms.PSet(
3  pixelDigitizer
4  ),
5  strip = cms.PSet(
6  stripDigitizer
7  ),
8  ecal = cms.PSet(
9  ecalDigitizer
10  ),
11  hcal = cms.PSet(
12  hcalDigitizer
13  ),
14  castor = cms.PSet(
15  castorDigitizer
16  ),
17  puVtx = cms.PSet(
18  pileupVtxDigitizer
19  ),
20  mergedtruth = cms.PSet(
21  trackingParticles
22  )
23 )

Definition at line 34 of file digitizers_cfi.py.