CMS 3D CMS Logo

TrackerHeavyIonTrackingMonitor_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 TrackerHeavyIonTrackMon = TrackMon.clone(
5  # Update specific parameters
6  TrackProducer = "hiGeneralTracks",
7  SeedProducer = "hiPixelTrackSeeds",
8  TCProducer = "hiPrimTrackCandidates",
9  beamSpot = "offlineBeamSpot",
10  primaryVertex = 'hiSelectedVertex',
11 
12  doHIPlots = True,
13 
14  AlgoName = 'HeavyIonTk',
15  Quality = '',
16  FolderName = 'Tracking/GlobalParameters',
17  BSFolderName = 'Tracking/BeamSpotParameters',
18 
19  MeasurementState = 'ImpactPoint',
20 
21  doTrackerSpecific = True,
22  doAllPlots = True,
23  doBeamSpotPlots = True,
24  doSeedParameterHistos = True,
25 
26  doLumiAnalysis = True,
27 
28  # Number of Tracks per Event
29  TkSizeBin = 600,
30  TkSizeMax = 1799.5,
31  TkSizeMin = -0.5,
32 
33  # chi2 dof
34  Chi2NDFBin = 160,
35  Chi2NDFMax = 79.5,
36  Chi2NDFMin = -0.5
37 )