CMS 3D CMS Logo

PFRecoTauDiscriminationAgainstElectron_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 pfRecoTauDiscriminationAgainstElectron = cms.EDProducer("PFRecoTauDiscriminationAgainstElectron",
00004 
00005     PFTauProducer = cms.InputTag('pfRecoTauProducer'),
00006 
00007     ApplyCut_EmFraction = cms.bool(False),
00008     EmFraction_maxValue = cms.double(0.9),
00009 
00010     ApplyCut_HcalTotOverPLead = cms.bool(False),
00011     HcalTotOverPLead_minValue = cms.double(0.1),
00012 
00013     ApplyCut_Hcal3x3OverPLead = cms.bool(False),
00014     Hcal3x3OverPLead_minValue = cms.double(0.1),
00015 
00016     ApplyCut_HcalMaxOverPLead = cms.bool(False),
00017     HcalMaxOverPLead_minValue = cms.double(0.1),
00018 
00019     ApplyCut_EOverPLead = cms.bool(False),
00020     EOverPLead_maxValue = cms.double(1.8), ## Upper cut away window threshold#
00021     EOverPLead_minValue = cms.double(0.8), ## Lower cut away window threshold
00022 
00023     ApplyCut_BremsRecoveryEOverPLead = cms.bool(False),
00024     BremsRecoveryEOverPLead_minValue = cms.double(0.8), ## Lower cut away window threshold
00025     BremsRecoveryEOverPLead_maxValue = cms.double(1.8),  ##Upper cut away window threshold
00026 
00027     ApplyCut_ElectronPreID = cms.bool(False), # Electron PreID only
00028 
00029     ApplyCut_ElectronPreID_2D = cms.bool(True),
00030     ElecPreID0_EOverPLead_maxValue = cms.double(0.95),
00031     ElecPreID0_HOverPLead_minValue = cms.double(0.05),
00032     ElecPreID1_EOverPLead_maxValue = cms.double(0.8),
00033     ElecPreID1_HOverPLead_minValue = cms.double(0.15),
00034  
00035     ApplyCut_EcalCrackCut = cms.bool(False)
00036 
00037 )
00038 
00039 

Generated on Tue Jun 9 17:45:01 2009 for CMSSW by  doxygen 1.5.4