Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:25:21

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 
0004 
0005 # Standard set:
0006 from RecoJets.Configuration.RecoJets_cff import *
0007 
0008 recoJetsGRTask = cms.Task(fixedGridRhoFastjetAllCalo, ak4CaloJets)
0009 recoJetsGR = cms.Sequence(recoJetsGRTask)
0010