CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
electronIdMVABased_cfi.py
Go to the documentation of this file.
2 
3 mvaElectrons = cms.EDFilter("ElectronIdMVABased",
4  vertexTag = cms.InputTag('offlinePrimaryVertices'),
5  electronTag = cms.InputTag('gsfElectrons'),
6  HZZmvaWeightFile = cms.string('RecoEgamma/ElectronIdentification/data/TMVA_BDTSimpleCat_17Feb2011.weights.xml'),
7  thresholdBarrel = cms.double( -0.1875 ),
8  thresholdEndcap = cms.double( -0.1075 ),
9  thresholdIsoDR03Barrel = cms.double( 10.0 ),
10  thresholdIsoDR03Endcap = cms.double( 10.0 )
11  )