CMS 3D CMS Logo

particleFlowClusterECAL_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 particleFlowClusterECAL = cms.EDProducer("PFClusterProducer",
00004     # seed threshold in ECAL endcap 
00005     thresh_Seed_Endcap = cms.double(0.8),
00006     # verbosity 
00007     verbose = cms.untracked.bool(False),
00008     # sigma of the shower in ECAL 
00009     showerSigma = cms.double(5.0),
00010     # seed threshold in ECAL barrel 
00011     thresh_Seed_Barrel = cms.double(0.23),
00012     # depth correction for ECAL clusters:
00013     #   0: no depth correction
00014     #   1: electrons/photons - depth correction is proportionnal to E
00015     #   2: hadrons - depth correction is fixed
00016     depthCor_Mode = cms.int32(1),
00017     # n crystals for position calculation in ECAL
00018     posCalcNCrystal = cms.int32(9),
00019     depthCor_B_preshower = cms.double(4.0),
00020     # n neighbours in ECAL 
00021     nNeighbours = cms.int32(8),
00022     PFRecHits = cms.InputTag("particleFlowRecHitECAL"),
00023     # all thresholds are in GeV
00024     # cell threshold in ECAL barrel 
00025     thresh_Barrel = cms.double(0.08),
00026     # under the preshower, the depth is smaller, but the material is 
00027     # the same
00028     depthCor_A_preshower = cms.double(0.89),
00029     depthCor_B = cms.double(7.4),
00030     # in mode 1, depth correction = A *( B + log(E) )
00031     # in mode 2, depth correction = A 
00032     depthCor_A = cms.double(0.89),
00033     # cell threshold in ECAL endcap 
00034     thresh_Endcap = cms.double(0.3),
00035     # p1 for position calculation in ECAL 
00036     posCalcP1 = cms.double(-1.0)
00037 )
00038 
00039 

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