CMS 3D CMS Logo

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

Variables

tuple clusterShapeExtractor
 
string pixelSimLinkSrc = 'simSiPixelDigis:Pixel'
 

Variable Documentation

tuple ClusterShapeExtractor_cfi.clusterShapeExtractor
Initial value:
1 = cms.EDAnalyzer("PixelClusterShapeExtractor",
2  tracks = cms.InputTag("generalTracks"),
3  clusterShapeCacheSrc = cms.InputTag('siPixelClusterShapeCache'),
4  pixelSimLinkSrc = cms.InputTag('simSiPixelDigis'),
5  hasSimHits = cms.bool(True),
6  hasRecTracks = cms.bool(False),
7  noBPIX1 = cms.bool(False),
8 # for the associator
9  associateStrip = cms.bool(False),
10  associatePixel = cms.bool(True),
11  associateRecoTracks = cms.bool(False),
12  ROUList = cms.vstring(
13  'TrackerHitsPixelBarrelLowTof',
14  'TrackerHitsPixelBarrelHighTof',
15  'TrackerHitsPixelEndcapLowTof',
16  'TrackerHitsPixelEndcapHighTof')
17 )

Definition at line 3 of file ClusterShapeExtractor_cfi.py.

string ClusterShapeExtractor_cfi.pixelSimLinkSrc = 'simSiPixelDigis:Pixel'

Definition at line 23 of file ClusterShapeExtractor_cfi.py.