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  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  ROUList = cms.vstring('g4SimHitsTrackerHitsPixelBarrelLowTof',
18  'g4SimHitsTrackerHitsPixelBarrelHighTof',
19  'g4SimHitsTrackerHitsPixelEndcapLowTof',
20  'g4SimHitsTrackerHitsPixelEndcapHighTof'),
21  Propagator = cms.string('PropagatorWithMaterial')
22  )

Definition at line 3 of file SiPixelTrackingRecHitsValid_cfi.py.