CMS 3D CMS Logo

RecoJetsGR_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
4 
5 # Standard set:
7 
8 recoJetsGRTask = cms.Task(fixedGridRhoFastjetAllCalo, ak4CaloJets)
9 recoJetsGR = cms.Sequence(recoJetsGRTask)
10