Variables | |
tuple | electronsWithPresel |
tuple | mvaElectrons |
00001 cms.EDFilter("GsfElectronSelector", 00002 src = cms.InputTag("ecalDrivenGsfElectrons"), 00003 cut = cms.string("pt > 5 && ecalDrivenSeed && passingCutBasedPreselection"), 00004 )
Definition at line 5 of file pfGsfElectronMVASelector_cfi.py.
00001 cms.EDFilter("ElectronIdMVABased", 00002 vertexTag = cms.InputTag('offlinePrimaryVertices'), 00003 electronTag = cms.InputTag('electronsWithPresel'), 00004 HZZmvaWeightFile = cms.string('RecoEgamma/ElectronIdentification/data/TMVA_BDTSimpleCat_17Feb2011.weights.xml'), 00005 thresholdBarrel = cms.double( -0.1875 ), 00006 thresholdEndcap = cms.double( -0.1075 ), 00007 thresholdIsoDR03Barrel = cms.double( 10.0 ), 00008 thresholdIsoDR03Endcap = cms.double( 10.0 ) 00009 )
Definition at line 10 of file pfGsfElectronMVASelector_cfi.py.