CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoMET_cff.py
Go to the documentation of this file.
2 
3 # Name: RecoMET.cff
4 # Original Author: R.Cavanaugh
5 # Date: 05.11.2006
6 # Notes: CaloMET.cfi assumes that a product with label "caloTowers" is
7 # already written into the event.
8 # Modification by F. Ratnikov and R. Remington
9 # Date: 10/21/08
10 # Addition of MET significance by F.Blekman
11 # Date: 10/23/08
12 # Addition of HCAL noise by JP Chou
13 # Date: 3/26/09
14 
20 #from RecoMET.METProducers.TCMET_cfi import *
27 
28 metreco = cms.Sequence(
29  met+
30  metNoHF+
31  metHO+
32  metNoHFHO+
33  calotoweroptmaker+
34  metOpt+
35  metOptNoHF+
36  calotoweroptmakerWithHO+
37  metOptHO+
38  metOptNoHFHO+
39 # htMetSC5+
40 # htMetSC7+
41  htMetKT4+
42  htMetKT6+
43  htMetIC5+
44  htMetAK5+
45  htMetAK7+
46  muonMETValueMapProducer+
47  corMetGlobalMuons+
48  muonTCMETValueMapProducer+
49  tcMetSequence+
50  BeamHaloId
51  )
52 
53 metrecoPlusHCALNoise = cms.Sequence( metreco + hcalnoise )
54 
55 
56