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.HiTracking_cff import * # two additional steps
8 
9 # Egamma
12 
13 # Jet Reconstruction
15 
16 # Muon Reco
18 # keep regit seperate for the moment
20 
22 
23 # Heavy Ion Event Characterization
26 
27 # HCAL noise producer
29 hcalnoise.trackCollName = 'hiGeneralTracks'
30 
31 # Global + High-Level Reco Sequence
32 globalRecoPbPb = cms.Sequence(hiTracking
33  * hiParticleFlowLocalReco
34  * hiEcalClusters
35  * hiRecoJets
36  * muonRecoPbPb
37  * hiElectronSequence
38  * hiEgammaSequence
39  * hiParticleFlowReco
40  * hiCentrality
41  * hiEvtPlane
42  * hcalnoise
43  )
44 
45 globalRecoPbPb_wConformalPixel = cms.Sequence(hiTracking_wConformalPixel
46  * hiParticleFlowLocalReco
47  * hiEcalClusters
48  * hiRecoJets
49  * muonRecoPbPb
50  * hiElectronSequence
51  * hiEgammaSequence
52  * hiParticleFlowReco
53  * hiCentrality
54  * hiEvtPlane
55  * hcalnoise
56  )
57 
58 #--------------------------------------------------------------------------
59 # Full sequence (LOCAL RECO + HIGH LEVEL RECO)
60 # in Configuration.StandardSequences.ReconstructionHeavyIons_cff
61 
62 # Modify zero-suppression sequence here
64 siStripZeroSuppression.storeCM = cms.bool(True)
65