CMS 3D CMS Logo

particleFlowClusterPS_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 particleFlowClusterPS = cms.EDProducer("PFClusterProducer",
00004     # for the preshower, endcap values are not used
00005     thresh_Seed_Endcap = cms.double(0.0005),
00006     # verbosity 
00007     verbose = cms.untracked.bool(False),
00008     # sigma of the shower in preshower     
00009     showerSigma = cms.double(0.2),
00010     # seed threshold in preshower
00011     thresh_Seed_Barrel = cms.double(0.0005),
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(0),
00017     # n crystals for position calculation in PS
00018     posCalcNCrystal = cms.int32(-1),
00019     depthCor_B_preshower = cms.double(4.0),
00020     # n neighbours in PS 
00021     nNeighbours = cms.int32(8),
00022     PFRecHits = cms.InputTag("particleFlowRecHitPS"),
00023     # all thresholds are in GeV
00024     # cell threshold in preshower
00025     thresh_Barrel = cms.double(7e-06),
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     # for the preshower, endcap values are not used 
00034     thresh_Endcap = cms.double(7e-06),
00035     # p1 for position calculation in PS 
00036     posCalcP1 = cms.double(0.0)
00037 )
00038 
00039 

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