Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:09:06

0001 # The following comments couldn't be translated into the new config version:
0002 
0003 # All/OuterSurface/InnerSurface/ImpactPoint/default(track)
0004 #
0005 
0006 import FWCore.ParameterSet.Config as cms
0007 
0008 from DQM.TrackingMonitor.trackSplittingMonitor_cfi import trackSplittingMonitor
0009 TrackSplitMonitor = trackSplittingMonitor.clone(FolderName = cms.string('TrackSplitMonitoring'),
0010                                                 splitTrackCollection = "splittedTracksP5",
0011                                                 splitMuonCollection = "splitMuons",
0012                                                 ifPlotMuons = True,
0013                                                 pixelHitsPerLeg = 1,
0014                                                 totalHitsPerLeg = 6 ,
0015                                                 d0Cut = 12.0 ,
0016                                                 dzCut = 25.0 ,
0017                                                 ptCut = 4.0 ,
0018                                                 norchiCut = 100.0 ,
0019                                                 ddxyBin = 100 ,
0020                                                 ddxyMin = -200.0 ,
0021                                                 ddxyMax = 200.0 ,
0022                                                 ddzBin = 100,
0023                                                 ddzMin = -400.0,
0024                                                 ddzMax = 400.0,
0025                                                 dphiBin = 100,
0026                                                 dphiMin = -0.01,
0027                                                 dphiMax = 0.01,
0028                                                 dthetaBin = 100,
0029                                                 dthetaMin = -0.01,
0030                                                 dthetaMax = 0.01,
0031                                                 dptBin = 100,
0032                                                 dptMin = -5.0,
0033                                                 dptMax = 5.0,
0034                                                 dcurvBin = 100,
0035                                                 dcurvMin = -0.005,
0036                                                 dcurvMax = 0.005,
0037                                                 normBin = 100,
0038                                                 normMin = -5.0,
0039                                                 normMax = 5.0)