CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
electronIdMVABased_cfi Namespace Reference

Variables

tuple mvaElectrons
 

Variable Documentation

tuple electronIdMVABased_cfi.mvaElectrons
Initial value:
1 = cms.EDFilter("ElectronIdMVABased",
2  vertexTag = cms.InputTag('offlinePrimaryVertices'),
3  electronTag = cms.InputTag('gedGsfElectrons'),
4  HZZmvaWeightFile = cms.vstring(
5  "RecoEgamma/ElectronIdentification/data/TMVA_Category_BDTSimpleCat_10_17Feb2011.weights.xml",
6  "RecoEgamma/ElectronIdentification/data/TMVA_Category_BDTSimpleCat_12_17Feb2011.weights.xml",
7  "RecoEgamma/ElectronIdentification/data/TMVA_Category_BDTSimpleCat_20_17Feb2011.weights.xml",
8  "RecoEgamma/ElectronIdentification/data/TMVA_Category_BDTSimpleCat_22_17Feb2011.weights.xml"
9  ),
10  thresholdBarrel = cms.double( -0.1875 ),
11  thresholdEndcap = cms.double( -0.1075 ),
12  thresholdIsoDR03Barrel = cms.double( 10.0 ),
13  thresholdIsoDR03Endcap = cms.double( 10.0 )
14  )

Definition at line 3 of file electronIdMVABased_cfi.py.

Referenced by ElectronIdMVABased.filter().