CMS 3D CMS Logo

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

Variables

tuple theDigitizersNoNoise
 
tuple theDigitizersNoNoiseValid
 

Variable Documentation

tuple digi_noNoise_cfi.theDigitizersNoNoise
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 digi_noNoise_cfi.py.

tuple digi_noNoise_cfi.theDigitizersNoNoiseValid
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 52 of file digi_noNoise_cfi.py.