6 import FWCore.ParameterSet.Config
as cms
8 from DQMServices.Core.DQMEDAnalyzer
import DQMEDAnalyzer
11 FolderName = cms.string(
'TrackSplitMonitoring'),
13 splitTrackCollection = cms.InputTag(
"splittedTracksP5"),
14 splitMuonCollection = cms.InputTag(
"splitMuons"),
15 ifPlotMuons = cms.bool(
True),
17 pixelHitsPerLeg = cms.int32( 1 ),
18 totalHitsPerLeg = cms.int32( 6 ),
19 d0Cut = cms.double( 12.0 ),
20 dzCut = cms.double( 25.0 ),
21 ptCut = cms.double( 4.0 ),
22 norchiCut = cms.double( 100.0 ),
24 ddxyBin = cms.int32(100),
25 ddxyMin = cms.double(-200.0),
26 ddxyMax = cms.double(200.0),
28 ddzBin = cms.int32(100),
29 ddzMin = cms.double(-400.0),
30 ddzMax = cms.double(400.0),
32 dphiBin = cms.int32(100),
33 dphiMin = cms.double(-0.01),
34 dphiMax = cms.double(0.01),
36 dthetaBin = cms.int32(100),
37 dthetaMin = cms.double(-0.01),
38 dthetaMax = cms.double(0.01),
40 dptBin = cms.int32(100),
41 dptMin = cms.double(-5.0),
42 dptMax = cms.double(5.0),
44 dcurvBin = cms.int32(100),
45 dcurvMin = cms.double(-0.005),
46 dcurvMax = cms.double(0.005),
48 normBin = cms.int32(100),
49 normMin = cms.double(-5.0),
50 normMax = cms.double(5.0)