CMS 3D CMS Logo

TrackSplittingMonitor_cfi.py
Go to the documentation of this file.
1 # The following comments couldn't be translated into the new config version:
2 
3 # All/OuterSurface/InnerSurface/ImpactPoint/default(track)
4 #
5 
6 import FWCore.ParameterSet.Config as cms
7 
8 from DQM.TrackingMonitor.trackSplittingMonitor_cfi import trackSplittingMonitor
9 TrackSplitMonitor = trackSplittingMonitor.clone(FolderName = cms.string('TrackSplitMonitoring'),
10  splitTrackCollection = "splittedTracksP5",
11  splitMuonCollection = "splitMuons",
12  ifPlotMuons = True,
13  pixelHitsPerLeg = 1,
14  totalHitsPerLeg = 6 ,
15  d0Cut = 12.0 ,
16  dzCut = 25.0 ,
17  ptCut = 4.0 ,
18  norchiCut = 100.0 ,
19  ddxyBin = 100 ,
20  ddxyMin = -200.0 ,
21  ddxyMax = 200.0 ,
22  ddzBin = 100,
23  ddzMin = -400.0,
24  ddzMax = 400.0,
25  dphiBin = 100,
26  dphiMin = -0.01,
27  dphiMax = 0.01,
28  dthetaBin = 100,
29  dthetaMin = -0.01,
30  dthetaMax = 0.01,
31  dptBin = 100,
32  dptMin = -5.0,
33  dptMax = 5.0,
34  dcurvBin = 100,
35  dcurvMin = -0.005,
36  dcurvMax = 0.005,
37  normBin = 100,
38  normMin = -5.0,
39  normMax = 5.0)