CMS 3D CMS Logo

Variables
SiPixelErrorEstimation_cfi Namespace Reference

Variables

 PixelErrorEstimation
 

Variable Documentation

◆ PixelErrorEstimation

SiPixelErrorEstimation_cfi.PixelErrorEstimation
Initial value:
1 = cms.EDAnalyzer("SiPixelErrorEstimation",
2  # The type of particle that the simHit associated with recHits should be
3  genType = cms.int32(13),
4  # Replace "ctfWithMaterialTracks" with "generalTracks"
5  #untracked string src = "ctfWithMaterialTracks"
6  src = cms.untracked.string('generalTracks'),
7  outputFile = cms.untracked.string('SiPixelErrorEstimation_Ntuple.root'),
8  # Include track hits ?
9  include_trk_hits = cms.bool(True),
10  # Do we check that the simHit associated with recHit is of the expected particle type ?
11  checkType = cms.bool(False)
12 )

Definition at line 3 of file SiPixelErrorEstimation_cfi.py.