CMS 3D CMS Logo

CastorTowerReco_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
4 CastorTowerReco = cms.EDProducer('CastorTowerProducer',
5  inputprocess = cms.string("castorreco"),
6  towercut = cms.double(0.65), # 4*sigma cut per channel in GeV
7  mintime = cms.double(-99999.),
8  maxtime = cms.double(99999.) )
9