CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ReconstructionCosmics_cff.py
Go to the documentation of this file.
2 #
3 # luminosity
4 #
6 #
7 # tracker
8 #
14 
15 #
16 # calorimeters
17 #
20 #
21 # muons
22 #
25 
26 # primary vertex
28 
29 #
30 # jets and met
31 #
35 
36 #
37 ## egamma
38 #
40 
41 # local reco
42 trackerCosmics = cms.Sequence(offlineBeamSpot*trackerlocalreco*MeasurementTrackerEvent*tracksP5)
43 hbhereco = hbheprereco.clone()
44 calolocalreco.replace(hbheprereco,hbhereco)
45 caloCosmics = cms.Sequence(calolocalreco*ecalClusters)
46 caloCosmics_HcalNZS = cms.Sequence(calolocalrecoNZS*ecalClusters)
47 muonsLocalRecoCosmics = cms.Sequence(muonlocalreco+muonlocalrecoT0Seg)
48 
49 localReconstructionCosmics = cms.Sequence(trackerCosmics*caloCosmics*muonsLocalRecoCosmics*vertexrecoCosmics+lumiProducer)
50 localReconstructionCosmics_HcalNZS = cms.Sequence(trackerCosmics*caloCosmics_HcalNZS*muonsLocalRecoCosmics*vertexrecoCosmics +lumiProducer)
51 
52 
53 # global reco
54 muonsCosmics = cms.Sequence(muonRecoGR)
55 jetsCosmics = cms.Sequence(recoCaloTowersGR*recoJetsGR)
56 egammaCosmics = cms.Sequence(egammarecoGlobal_cosmics*egammarecoCosmics_woElectrons)
57 
58 
60 
61 
62 reconstructionCosmics = cms.Sequence(localReconstructionCosmics*
63  beamhaloTracksSeq*
64  jetsCosmics*
65  muonsCosmics*
66  regionalCosmicTracksSeq*
67  metrecoCosmics*
68  egammaCosmics*
69  logErrorHarvester)
70 reconstructionCosmics_HcalNZS = cms.Sequence(localReconstructionCosmics_HcalNZS*
71  beamhaloTracksSeq*
72  jetsCosmics*
73  muonsCosmics*
74  regionalCosmicTracksSeq*
75  metrecoCosmics*
76  egammaCosmics*
77  logErrorHarvester)
78 reconstructionCosmics_woTkBHM = cms.Sequence(localReconstructionCosmics*
79  jetsCosmics*
80  muonsCosmics*
81  regionalCosmicTracksSeq*
82  metrecoCosmics*
83  egammaCosmics)