CMS 3D CMS Logo

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

Variables

tuple PixelErrorEstimation
 

Variable Documentation

tuple 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.