CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ALCARECOSiStripCalMinBiasDQM_cff.py
Go to the documentation of this file.
3 import DQMOffline.Alignment.TkAlCaRecoMonitor_cfi
4 
5 #---------------
6 # AlCaReco DQM #
7 #---------------
8 
9 __selectionName = 'SiStripCalMinBias'
10 ALCARECOSiStripCalMinBiasTrackingDQM = DQM.TrackingMonitor.TrackingMonitor_cfi.TrackMon.clone(
11 #names and desigantions
12  TrackProducer = 'ALCARECO'+__selectionName,
13  AlgoName = 'ALCARECO'+__selectionName,
14  FolderName = "AlCaReco/"+__selectionName,
15  BSFolderName = "AlCaReco/"+__selectionName+"/BeamSpot",
16 # margins and settings
17  TkSizeBin = 71,
18  TkSizeMin = -0.5,
19  TkSizeMax = 70.5,
20  TrackPtMax = 30
21 )
22 
23 ALCARECOSiStripCalMinBiasTrackerDQM = DQMOffline.Alignment.TkAlCaRecoMonitor_cfi.TkAlCaRecoMonitor.clone(
24 #names and desigantions
25  TrackProducer = 'ALCARECO'+__selectionName,
26  AlgoName = 'ALCARECO'+__selectionName,
27  FolderName = "AlCaReco/"+__selectionName,
28 # margins and settings
29  fillInvariantMass = False,
30  TrackPtMax = 30,
31  SumChargeBin = 101,
32  SumChargeMin = -50.5,
33  SumChargeMax = 50.5
34 )
35 
36 
37 #------------
38 # Sequence #
39 #------------
40 
41 ALCARECOSiStripCalMinBiasDQM = cms.Sequence( ALCARECOSiStripCalMinBiasTrackingDQM + ALCARECOSiStripCalMinBiasTrackerDQM)