CMS 3D CMS Logo

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

Variables

string pixelSimLinkSrc = "mixData:PixelDigiSimLink"
 
tuple PixelTrackingRecHitsValid
 
string stripSimLinkSrc = "mixData:StripDigiSimLink"
 

Variable Documentation

string SiPixelTrackingRecHitsValid_cfi.pixelSimLinkSrc = "mixData:PixelDigiSimLink"

Definition at line 32 of file SiPixelTrackingRecHitsValid_cfi.py.

tuple SiPixelTrackingRecHitsValid_cfi.PixelTrackingRecHitsValid
Initial value:
1 = DQMEDAnalyzer('SiPixelTrackingRecHitsValid',
2  src = cms.untracked.string('generalTracks'),
3  runStandalone = cms.bool(False),
4  outputFile = cms.untracked.string(''),
5  #debugNtuple = cms.untracked.string('SiPixelTrackingRecHitsValid_Ntuple.root'),
6  debugNtuple = cms.untracked.string(''),
7  Fitter = cms.string('KFFittingSmoother'),
8  # do we check that the simHit associated with recHit is of the expected particle type ?
9  checkType = cms.bool(True),
10  MTCCtrack = cms.bool(False),
11  TTRHBuilder = cms.string('WithAngleAndTemplate'),
12  # the type of particle that the simHit associated with recHits should be
13  genType = cms.int32(13),
14  associatePixel = cms.bool(True),
15  associateRecoTracks = cms.bool(False),
16  associateStrip = cms.bool(False),
17  pixelSimLinkSrc = cms.InputTag("simSiPixelDigis"),
18  stripSimLinkSrc = cms.InputTag("simSiStripDigis"),
19  ROUList = cms.vstring('g4SimHitsTrackerHitsPixelBarrelLowTof',
20  'g4SimHitsTrackerHitsPixelBarrelHighTof',
21  'g4SimHitsTrackerHitsPixelEndcapLowTof',
22  'g4SimHitsTrackerHitsPixelEndcapHighTof'),
23  Propagator = cms.string('PropagatorWithMaterial')
24  )

Definition at line 4 of file SiPixelTrackingRecHitsValid_cfi.py.

string SiPixelTrackingRecHitsValid_cfi.stripSimLinkSrc = "mixData:StripDigiSimLink"

Definition at line 33 of file SiPixelTrackingRecHitsValid_cfi.py.