CMS 3D CMS Logo

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

Variables

tuple shallowSimhitClusters
 

Variable Documentation

tuple ShallowSimhitClustersProducer_cfi.shallowSimhitClusters
Initial value:
1 = cms.EDProducer(
2  "ShallowSimhitClustersProducer",
3  Prefix = cms.string("sim"),
4  Clusters = cms.InputTag("siStripClusters"),
5  InputTags = cms.VInputTag(
6  cms.InputTag('g4SimHits:TrackerHitsTECHighTof'),
7  cms.InputTag('g4SimHits:TrackerHitsTECLowTof'),
8  cms.InputTag('g4SimHits:TrackerHitsTIDHighTof'),
9  cms.InputTag('g4SimHits:TrackerHitsTIDLowTof'),
10  cms.InputTag('g4SimHits:TrackerHitsTIBHighTof'),
11  cms.InputTag('g4SimHits:TrackerHitsTIBLowTof'),
12  cms.InputTag('g4SimHits:TrackerHitsTOBHighTof'),
13  cms.InputTag('g4SimHits:TrackerHitsTOBLowTof')
14  ),
15  runningMode = cms.string("deconvolution")
16  )

Definition at line 3 of file ShallowSimhitClustersProducer_cfi.py.