Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 TrackerOfflineValidationSummary = cms.EDAnalyzer("TrackerOfflineValidationSummary",
00004 moduleDirectoryInOutput = cms.string("Alignment/Tracker"),
00005 useFit = cms.bool(False),
00006 stripYDmrs = cms.bool(False),
00007 removeModuleLevelHists = cms.bool(False),
00008 minEntriesPerModuleForDmr = cms.uint32(100),
00009
00010
00011 TH1DmrXprimeStripModules = cms.PSet(
00012 Nbinx = cms.int32(200), xmin = cms.double(-0.05), xmax = cms.double(0.05)
00013 ),
00014
00015
00016 TH1DmrYprimeStripModules = cms.PSet(
00017 Nbinx = cms.int32(200), xmin = cms.double(-0.05), xmax = cms.double(0.05)
00018 ),
00019
00020
00021 TH1DmrXprimePixelModules = cms.PSet(
00022 Nbinx = cms.int32(200), xmin = cms.double(-0.05), xmax = cms.double(0.05)
00023 ),
00024
00025
00026 TH1DmrYprimePixelModules = cms.PSet(
00027 Nbinx = cms.int32(200), xmin = cms.double(-0.05), xmax = cms.double(0.05)
00028 )
00029
00030 )