CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Reconstruction_HI_cff.py
Go to the documentation of this file.
2 
3 #--------------------------------------------------------------------------
4 # HIGH LEVEL RECO
5 
6 # Tracking
7 #from RecoHI.HiTracking.HighPtTracking_PbPb_cff import * # above 1.5 GeV
8 from RecoHI.HiTracking.LowPtTracking_PbPb_cff import * # above 0.9 GeV
9 
10 # Egamma
12 
13 # Jet Reconstruction
15 
16 # Muon Reco
18 
19 # Regit Muon Reco
21 
22 # Heavy Ion Event Characterization
25 
26 # HCAL noise producer
28 hcalnoise.trackCollName = 'hiSelectedTracks'
29 
30 # Global + High-Level Reco Sequence
31 globalRecoPbPb = cms.Sequence(heavyIonTracking
32  * hiEcalClusters
33  * hiRecoJets
34  * muonRecoPbPb
35  * hiEgammaSequence
36  * hiCentrality
37  * hiEvtPlane
38  * hcalnoise
39  )
40 
41 
42 #--------------------------------------------------------------------------
43 # Full sequence (LOCAL RECO + HIGH LEVEL RECO)
44 # in Configuration.StandardSequences.ReconstructionHeavyIons_cff
45 
46 # Modify zero-suppression sequence here
48 siStripZeroSuppression.storeCM = cms.bool(True)
49