test
CMS 3D CMS Logo

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

Variables

tuple electronsWithPresel
 
tuple mvaElectrons
 

Variable Documentation

tuple pfGsfElectronMVASelector_cfi.electronsWithPresel
Initial value:
1 = cms.EDFilter("GsfElectronSelector",
2  src = cms.InputTag("ecalDrivenGsfElectrons"),
3  cut = cms.string("pt > 5 && ecalDrivenSeed && passingCutBasedPreselection"),
4  )

Definition at line 5 of file pfGsfElectronMVASelector_cfi.py.

tuple pfGsfElectronMVASelector_cfi.mvaElectrons
Initial value:
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"
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 10 of file pfGsfElectronMVASelector_cfi.py.