CMS 3D CMS Logo

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

Variables

tuple PixelTrackingRecHitsValid
 

Variable Documentation

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

Definition at line 3 of file SiPixelTrackingRecHitsValid_cfi.py.