CMS 3D CMS Logo

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

Variables

tuple categoryCuts
 
tuple mvaEleID_Summer17UL_ID_ISO_HZZ = configureVIDMVAEleID( mvaEleID_Summer17UL_ID_ISO_HZZ_container )
 
tuple mvaEleID_Summer17UL_ID_ISO_HZZ_container
 
tuple mvaEleID_Summer17UL_ID_ISO_producer_config
 
string mvaTag = "Summer17ULIdIso"
 
tuple mvaWeightFiles
 
string weightFileDir = "RecoEgamma/ElectronIdentification/data/MVAWeightFiles/Summer_17UL_ID_ISO"
 

Variable Documentation

tuple mvaElectronID_Summer17UL_ID_ISO_cff.categoryCuts
Initial value:
1 = cms.vstring(
2  "pt < 10. & abs(superCluster.eta) < 0.800", # EB1_5
3  "pt < 10. & abs(superCluster.eta) >= 0.800 & abs(superCluster.eta) < 1.479", # EB2_5
4  "pt < 10. & abs(superCluster.eta) >= 1.479", # EE_5
5  "pt >= 10. & abs(superCluster.eta) < 0.800", # EB1_10
6  "pt >= 10. & abs(superCluster.eta) >= 0.800 & abs(superCluster.eta) < 1.479", # EB2_10
7  "pt >= 10. & abs(superCluster.eta) >= 1.479", # EE_10
8  )

Definition at line 18 of file mvaElectronID_Summer17UL_ID_ISO_cff.py.

tuple mvaElectronID_Summer17UL_ID_ISO_cff.mvaEleID_Summer17UL_ID_ISO_HZZ = configureVIDMVAEleID( mvaEleID_Summer17UL_ID_ISO_HZZ_container )

Definition at line 47 of file mvaElectronID_Summer17UL_ID_ISO_cff.py.

tuple mvaElectronID_Summer17UL_ID_ISO_cff.mvaEleID_Summer17UL_ID_ISO_HZZ_container
Initial value:
1 = EleMVARaw_WP(
2  idName = "mvaEleID-Summer17UL-ID-ISO-HZZ", mvaTag = mvaTag,
3  cutCategory0 = "1.54440585808", # EB1_5
4  cutCategory1 = "1.50294621563", # EB2_5
5  cutCategory2 = "1.77306202112", # EE_5
6  cutCategory3 = "0.157262554087", # EB1_10
7  cutCategory4 = "0.0273932225081", # EB2_10
8  cutCategory5 = "-0.623050463489", # EE_10
9  )

Definition at line 27 of file mvaElectronID_Summer17UL_ID_ISO_cff.py.

tuple mvaElectronID_Summer17UL_ID_ISO_cff.mvaEleID_Summer17UL_ID_ISO_producer_config
Initial value:
1 = cms.PSet(
2  mvaName = cms.string(mvaClassName),
3  mvaTag = cms.string(mvaTag),
4  nCategories = cms.int32(6),
5  categoryCuts = categoryCuts,
6  weightFileNames = mvaWeightFiles,
7  variableDefinition = cms.string(mvaVariablesFile)
8  )

Definition at line 38 of file mvaElectronID_Summer17UL_ID_ISO_cff.py.

string mvaElectronID_Summer17UL_ID_ISO_cff.mvaTag = "Summer17ULIdIso"

Definition at line 5 of file mvaElectronID_Summer17UL_ID_ISO_cff.py.

tuple mvaElectronID_Summer17UL_ID_ISO_cff.mvaWeightFiles
Initial value:
1 = cms.vstring(
2  path.join(weightFileDir, "EB1_5.weights.xml.gz"), # EB1_5
3  path.join(weightFileDir, "EB2_5.weights.xml.gz"), # EB2_5
4  path.join(weightFileDir, "EE_5.weights.xml.gz"), # EE_5
5  path.join(weightFileDir, "EB1_10.weights.xml.gz"), # EB1_10
6  path.join(weightFileDir, "EB2_10.weights.xml.gz"), # EB2_10
7  path.join(weightFileDir, "EE_10.weights.xml.gz"), # EE_10
8  )

Definition at line 9 of file mvaElectronID_Summer17UL_ID_ISO_cff.py.

string mvaElectronID_Summer17UL_ID_ISO_cff.weightFileDir = "RecoEgamma/ElectronIdentification/data/MVAWeightFiles/Summer_17UL_ID_ISO"

Definition at line 7 of file mvaElectronID_Summer17UL_ID_ISO_cff.py.