CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ShallowSimhitClustersProducer_cfi.py
Go to the documentation of this file.
2 
3 shallowSimhitClusters = cms.EDProducer("ShallowSimhitClustersProducer",
4  Prefix = cms.string("sim"),
5  Clusters = cms.InputTag("siStripClusters"),
6  InputTags = cms.VInputTag(
7  cms.InputTag('g4SimHits:TrackerHitsTECHighTof'),
8  cms.InputTag('g4SimHits:TrackerHitsTECLowTof'),
9  cms.InputTag('g4SimHits:TrackerHitsTIDHighTof'),
10  cms.InputTag('g4SimHits:TrackerHitsTIDLowTof'),
11  cms.InputTag('g4SimHits:TrackerHitsTIBHighTof'),
12  cms.InputTag('g4SimHits:TrackerHitsTIBLowTof'),
13  cms.InputTag('g4SimHits:TrackerHitsTOBHighTof'),
14  cms.InputTag('g4SimHits:TrackerHitsTOBLowTof')
15  ))