Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 mvaElectrons = cms.EDFilter("ElectronIdMVABased",
00004 vertexTag = cms.InputTag('offlinePrimaryVertices'),
00005 electronTag = cms.InputTag('gsfElectrons'),
00006 HZZmvaWeightFile = cms.string('RecoEgamma/ElectronIdentification/data/TMVA_BDTSimpleCat_17Feb2011.weights.xml'),
00007 thresholdBarrel = cms.double( -0.1875 ),
00008 thresholdEndcap = cms.double( -0.1075 ),
00009 thresholdIsoDR03Barrel = cms.double( 10.0 ),
00010 thresholdIsoDR03Endcap = cms.double( 10.0 )
00011 )