CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
JetMETHLTOfflineAnalyzer_cff.py
Go to the documentation of this file.
2 
3 from JetMETCorrections.Configuration.JetCorrectionProducers_cff import * # FIXME: only for downstream imports
5 
7 
8 jetMETHLTOfflineAnalyzer = cms.Sequence(
9  ak4CaloL1FastL2L3CorrectorChain
10  #* ak4CaloJetsL1FastL2L3
11  * ak4PFL1FastL2L3CorrectorChain
12  #* ak4PFJetsL1FastL2L3
13  * ak4CaloL1FastL2L3ResidualCorrectorChain
14  #* ak4CaloJetsL1FastL2L3Residual
15  * ak4PFL1FastL2L3ResidualCorrectorChain
16  #* ak4PFJetsL1FastL2L3Residual
17  * jetMETHLTOfflineSource
18 )