CMS 3D CMS Logo

Castor_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
8 
9 CastorFullRecoTask = cms.Task(CastorTowerReco,
10  ak5CastorJets,ak5CastorJetID,
11  ak7CastorJets,ak7CastorJetID)
12 CastorFullReco = cms.Sequence(CastorFullRecoTask)