![]() |
|
|||
File indexing completed on 2023-03-17 10:40:25
0001 import FWCore.ParameterSet.Config as cms 0002 0003 from Alignment.OfflineValidation.trackerOfflineValidationSummary_cfi import trackerOfflineValidationSummary as _trackerOfflineValidationSummary 0004 0005 TrackerOfflineValidationSummary = _trackerOfflineValidationSummary.clone( 0006 moduleDirectoryInOutput = "Alignment/Tracker", # has to be the same as in TrackerOfflineValidation_Dqm_cff 0007 useFit = False, 0008 stripYDmrs = False, # should be the same as for stripYResiduals in TrackerOfflineValidation_Dqm_cff 0009 minEntriesPerModuleForDmr = 100, 0010 0011 # DMR (distribution of median of residuals per module) of X coordinate (Strip) 0012 # width 2.0 um 0013 # Nbinx = cms.int32(500), xmin = cms.double(-0.05), xmax = cms.double(0.05) 0014 # width 0.5 um 0015 TH1DmrXprimeStripModules = dict(Nbinx = 5000, xmin = -0.05, xmax = 0.05), 0016 0017 # DMR (distribution of median of residuals per module) of Y coordinate (Strip) 0018 TH1DmrYprimeStripModules = dict(Nbinx = 200, xmin = -0.05, xmax = 0.05), 0019 0020 # DMR (distribution of median of residuals per module) of X coordinate (Pixel) 0021 # Nbinx = cms.int32(500), xmin = cms.double(-0.05), xmax = cms.double(0.05) 0022 TH1DmrXprimePixelModules = dict(Nbinx = 5000, xmin = -0.05, xmax = 0.05), 0023 0024 # DMR (distribution of median of residuals per module) of Y coordinate (Pixel) 0025 # Nbinx = cms.int32(200), xmin = cms.double(-0.05), xmax = cms.double(0.05) 0026 TH1DmrYprimePixelModules = dict(Nbinx = 5000, xmin = -0.05, xmax = 0.05) 0027 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |