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 ecalDrivenElectronSeeds.SeedConfiguration.SCEtCut = cms.double(15.0)
13 ecalDrivenGsfElectrons.minSCEtBarrel = cms.double(15.0)
14 ecalDrivenGsfElectrons.minSCEtEndcaps = cms.double(15.0)
15 
16 # Jet Reconstruction
18 
19 # Muon Reco
21 # keep regit seperate for the moment
23 
25 
26 # Heavy Ion Event Characterization
30 
31 # HCAL noise producer
33 hcalnoise.trackCollName = 'hiGeneralTracks'
34 
35 # Global + High-Level Reco Sequence
36 globalRecoPbPb = cms.Sequence(hiTracking_wSplitting
37  * hiParticleFlowLocalReco
38  * hiEcalClusters
39  * hiRecoJets
40  * muonRecoPbPb
41  * hiElectronSequence
42  * hiEgammaSequence
43  * hiParticleFlowReco
44  * hiCentrality
45  * hiClusterCompatibility
46  * hiEvtPlane
47  * hcalnoise
48  * muonRecoHighLevelPbPb
49  )
50 
51 globalRecoPbPb_wConformalPixel = cms.Sequence(hiTracking_wConformalPixel
52  * hiParticleFlowLocalReco
53  * hiEcalClusters
54  * hiRecoJets
55  * muonRecoPbPb
56  * hiElectronSequence
57  * hiEgammaSequence
58  * hiParticleFlowReco
59  * hiCentrality
60  * hiClusterCompatibility
61  * hiEvtPlane
62  * hcalnoise
63  * muonRecoHighLevelPbPb
64  )
65 
66 #--------------------------------------------------------------------------
67 # Full sequence (LOCAL RECO + HIGH LEVEL RECO)
68 # in Configuration.StandardSequences.ReconstructionHeavyIons_cff
69 
70 # Modify zero-suppression sequence here
72 siStripZeroSuppression.storeCM = cms.bool(True)
73