CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_1/src/RecoLocalCalo/Castor/python/Castor_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoLocalCalo.Castor.CastorTowerReco_cfi import *
00004 from RecoJets.JetProducers.ak7CastorJets_cfi import *
00005 from RecoJets.JetProducers.ak7CastorJetID_cfi import *
00006 
00007 CastorFullReco = cms.Sequence(CastorTowerReco*ak7BasicJets*ak7CastorJetID)
00008