Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:18:38

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 CastorClusterRecoCustomKt = cms.EDProducer('CastorClusterProducer',
0004     inputtowers = cms.untracked.string("CastorTowerReco"),
0005     basicjets = cms.untracked.string(""),
0006     ClusterAlgo = cms.untracked.bool(False) )
0007 
0008 CastorClusterRecoAntiKt07 = cms.EDProducer('CastorClusterProducer',
0009     inputtowers = cms.untracked.string(""),
0010     basicjets = cms.untracked.string("CastorFastjetRecoAntiKt07"))
0011