CMS 3D CMS Logo

Variables

TrackerOfflineValidationSummary_cfi Namespace Reference

Variables

tuple TrackerOfflineValidationSummary

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("TrackerOfflineValidationSummary",
00002    moduleDirectoryInOutput   = cms.string("Alignment/Tracker"),  # has to be the same as in TrackerOfflineValidation_Dqm_cff
00003    useFit                    = cms.bool(False),
00004    stripYDmrs                = cms.bool(False),  # should be the same as for stripYResiduals in TrackerOfflineValidation_Dqm_cff
00005    removeModuleLevelHists    = cms.bool(False),  # Remove module level hists after extracting the necessary information
00006    minEntriesPerModuleForDmr = cms.uint32(100),
00007    
00008    # DMR (distribution of median of residuals per module) of X coordinate (Strip)
00009    TH1DmrXprimeStripModules = cms.PSet(
00010      Nbinx = cms.int32(200), xmin = cms.double(-0.05), xmax = cms.double(0.05)
00011    ),
00012    
00013    # DMR (distribution of median of residuals per module) of Y coordinate (Strip)
00014    TH1DmrYprimeStripModules = cms.PSet(
00015      Nbinx = cms.int32(200), xmin = cms.double(-0.05), xmax = cms.double(0.05)
00016    ),
00017    
00018    # DMR (distribution of median of residuals per module) of X coordinate (Pixel)
00019    TH1DmrXprimePixelModules = cms.PSet(
00020      Nbinx = cms.int32(200), xmin = cms.double(-0.05), xmax = cms.double(0.05)
00021    ),
00022    
00023    # DMR (distribution of median of residuals per module) of Y coordinate (Pixel)
00024    TH1DmrYprimePixelModules = cms.PSet(
00025      Nbinx = cms.int32(200), xmin = cms.double(-0.05), xmax = cms.double(0.05)
00026    )
00027    
00028 )

Definition at line 3 of file TrackerOfflineValidationSummary_cfi.py.