CMS 3D CMS Logo

eleEcalExtractorBlocks_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 EleIsoEcalFromHitsExtractorBlock = cms.PSet(
00004     ComponentName = cms.string('EgammaRecHitExtractor'),
00005     DepositLabel = cms.untracked.string(''),
00006     barrelRecHits = cms.InputTag("ecalRecHit","EcalRecHitsEB"),
00007     endcapRecHits = cms.InputTag("ecalRecHit","EcalRecHitsEE"),
00008     isolationVariable = cms.string('et'),
00009     detector = cms.string('Ecal'),
00010     minCandEt = cms.double(0.),
00011     extRadius = cms.double(0.5),
00012     intRadius = cms.double(0.0),
00013     intStrip = cms.double(0.0),
00014     etMin = cms.double(-999.0),
00015     energyMin = cms.double(0.08),
00016     subtractSuperClusterEnergy = cms.bool(False),
00017     tryBoth = cms.bool(True),
00018 
00019     #Following params are use to decide if candidate is isolated
00020     barrelEcalHits = cms.InputTag("ecalRecHit","EcalRecHitsEB"),
00021     endcapEcalHits = cms.InputTag("ecalRecHit","EcalRecHitsEE"),
00022 
00023     checkIsoExtRBarrel            = cms.double(0.01),
00024     checkIsoInnRBarrel            = cms.double(0.0),
00025     checkIsoEtaStripBarrel        = cms.double(0.0),
00026     checkIsoEtRecHitBarrel        = cms.double(0.08),
00027     checkIsoEtCutBarrel           = cms.double(10000.),
00028 
00029     checkIsoExtREndcap            = cms.double(0.01),
00030     checkIsoInnREndcap            = cms.double(0.0),
00031     checkIsoEtaStripEndcap        = cms.double(0.0),
00032     checkIsoEtRecHitEndcap        = cms.double(0.30),
00033     checkIsoEtCutEndcap           = cms.double(10000.)
00034 )
00035 
00036 EleIsoEcalSCVetoFromClustsExtractorBlock = cms.PSet(
00037     ComponentName = cms.string('EgammaEcalExtractor'),
00038     superClusters = cms.InputTag("egammaSuperClusterMerger"),
00039     basicClusters = cms.InputTag("egammaBasicClusterMerger"),
00040     extRadius = cms.double(0.6),
00041     DepositLabel = cms.untracked.string(''),
00042     etMin = cms.double(-999.0),
00043     superClusterMatch = cms.bool(True)
00044 )
00045 
00046 EleIsoEcalFromClustsExtractorBlock = cms.PSet(
00047     ComponentName = cms.string('EgammaEcalExtractor'),
00048     superClusters = cms.InputTag("egammaSuperClusterMerger"),
00049     basicClusters = cms.InputTag("egammaBasicClusterMerger"),
00050     extRadius = cms.double(0.6),
00051     DepositLabel = cms.untracked.string(''),
00052     etMin = cms.double(-999.0),
00053     superClusterMatch = cms.bool(False)
00054 )

Generated on Tue Jun 9 17:43:25 2009 for CMSSW by  doxygen 1.5.4