CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoForDQM_Cosmic_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 
14 # Local Reco Cosmic ####
16 #DefaultClusterizer.QualityLabel = '' #not needed to specify it is used as default
17 
18 # Track Reconstruction Cosmic ########
20 
21 # Beam Spot ########
23 
24 # Reconstruction Sequence
25 RecoForDQMCosmic = cms.Sequence(siPixelDigis*siStripDigis*offlineBeamSpot*trackerlocalreco*ctftracksP5)
26 
27 
28