1 = cms.EDFilter(
"ElectronIdMVABased",
2 vertexTag = cms.InputTag(
'offlinePrimaryVertices'),
3 electronTag = cms.InputTag(
'electronsWithPresel'),
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"
10 thresholdBarrel = cms.double( -0.1875 ),
11 thresholdEndcap = cms.double( -0.1075 ),
12 thresholdIsoDR03Barrel = cms.double( 10.0 ),
13 thresholdIsoDR03Endcap = cms.double( 10.0 )