CMS 3D CMS Logo

particleFlowRecHitECAL_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 particleFlowRecHitECAL = cms.EDFilter("PFRecHitProducerECAL",
00004     # is navigation able to cross the barrel-endcap border?
00005     crossBarrelEndcapBorder = cms.bool(False),
00006     # verbosity 
00007     verbose = cms.untracked.bool(False),
00008     ecalRecHitsEE = cms.InputTag("ecalRecHit","EcalRecHitsEE"),
00009     ecalRecHitsEB = cms.InputTag("ecalRecHit","EcalRecHitsEB"),
00010     # cell threshold in ECAL barrel 
00011     thresh_Barrel = cms.double(0.08),
00012     # cell threshold in ECAL endcap 
00013     thresh_Endcap = cms.double(0.3)
00014 )
00015 
00016 

Generated on Tue Jun 9 17:44:40 2009 for CMSSW by  doxygen 1.5.4