CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoForDQM_cff.py
Go to the documentation of this file.
1 
2 
3 import FWCore.ParameterSet.Config as cms
4 
5 # Digitiser ####
6 # SiStrip
8 siStripDigis.ProductLabel = 'source'
9 # SiPixel
11 siPixelDigis.InputLabel = 'source'
12 
13 # Local Reco ####
15 #DefaultClusterizer.QualityLabel = '' #not needed to specify it is used as default
16 
17 # Track Reconstruction ########
19 
20 # Beam Spot ########
22 
23 # Pixel Vertex
25 
26 # Reconstruction Sequence
27 RecoForDQMCollision = cms.Sequence(siPixelDigis*siStripDigis*trackerlocalreco*offlineBeamSpot*recopixelvertexing*ckftracks)
28 
29 
30