CMS 3D CMS Logo

TrackerCosmicsTrackingMonitor_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 TrackerCosmicTrackMon = TrackMon.clone(
5  # Update specific parameters
6  SeedProducer = "combinedP5SeedsForCTF",
7  TCProducer = "ckfTrackCandidatesP5",
8  beamSpot = "offlineBeamSpot",
9 
10  MeasurementState = 'default',
11 
12  doAllPlots = False,
13  doHitPropertiesPlots = True,
14  doGeneralPropertiesPlots = True,
15  doBeamSpotPlots = False,
16  doSeedParameterHistos = False,
17 
18  Chi2Max = 500.0,
19 
20  TkSizeBin = 25,
21  TkSizeMax = 24.5,
22 
23  TkSeedSizeBin = 20,
24  TkSeedSizeMax = 19.5,
25 
26  RecLayBin = 35,
27  RecLayMax = 34.5,
28 
29  TrackPtMax = 30.0,
30  TrackPtMin = -0.5,
31 
32  TrackPxMax = 50.0,
33  TrackPxMin = -50.0,
34 
35  TrackPyMax = 50.0,
36  TrackPyMin = -50.0,
37 
38  TrackPzMax = 50.0,
39  TrackPzMin = -50.0,
40 
41  doLumiAnalysis = False
42 )