diff --git a/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V1_cff.py b/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V1_cff.py index aac79965cdc9f..2e5c054a92a99 100644 --- a/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V1_cff.py +++ b/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V1_cff.py @@ -26,12 +26,12 @@ mvaFall17WeightFiles_V1 = cms.vstring( - "RecoEgamma/ElectronIdentification/data/Fall17/EIDmva_EB1_5_2017_puinfo_iso_BDT.weights.xml.gz", - "RecoEgamma/ElectronIdentification/data/Fall17/EIDmva_EB2_5_2017_puinfo_iso_BDT.weights.xml.gz", - "RecoEgamma/ElectronIdentification/data/Fall17/EIDmva_EE_5_2017_puinfo_iso_BDT.weights.xml.gz", - "RecoEgamma/ElectronIdentification/data/Fall17/EIDmva_EB1_10_2017_puinfo_iso_BDT.weights.xml.gz", - "RecoEgamma/ElectronIdentification/data/Fall17/EIDmva_EB2_10_2017_puinfo_iso_BDT.weights.xml.gz", - "RecoEgamma/ElectronIdentification/data/Fall17/EIDmva_EE_10_2017_puinfo_iso_BDT.weights.xml.gz" + "RecoEgamma/ElectronIdentification/data/Fall17/EIDmva_EB1_5_2017_puinfo_iso_BDT.weights.root", + "RecoEgamma/ElectronIdentification/data/Fall17/EIDmva_EB2_5_2017_puinfo_iso_BDT.weights.root", + "RecoEgamma/ElectronIdentification/data/Fall17/EIDmva_EE_5_2017_puinfo_iso_BDT.weights.root", + "RecoEgamma/ElectronIdentification/data/Fall17/EIDmva_EB1_10_2017_puinfo_iso_BDT.weights.root", + "RecoEgamma/ElectronIdentification/data/Fall17/EIDmva_EB2_10_2017_puinfo_iso_BDT.weights.root", + "RecoEgamma/ElectronIdentification/data/Fall17/EIDmva_EE_10_2017_puinfo_iso_BDT.weights.root" ) ## The working point for this MVA that is expected to have about 90% signal diff --git a/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V2_cff.py b/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V2_cff.py index a52bcb826fb47..ccca705ab9662 100644 --- a/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V2_cff.py +++ b/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V2_cff.py @@ -10,12 +10,12 @@ weightFileDir = "RecoEgamma/ElectronIdentification/data/MVAWeightFiles/Fall17IsoV2" mvaWeightFiles = [ - path.join(weightFileDir, "EB1_5.weights.xml.gz"), # EB1_5 - path.join(weightFileDir, "EB2_5.weights.xml.gz"), # EB2_5 - path.join(weightFileDir, "EE_5.weights.xml.gz"), # EE_5 - path.join(weightFileDir, "EB1_10.weights.xml.gz"), # EB1_10 - path.join(weightFileDir, "EB2_10.weights.xml.gz"), # EB2_10 - path.join(weightFileDir, "EE_10.weights.xml.gz"), # EE_10 + path.join(weightFileDir, "EB1_5.weights.root"), # EB1_5 + path.join(weightFileDir, "EB2_5.weights.root"), # EB2_5 + path.join(weightFileDir, "EE_5.weights.root"), # EE_5 + path.join(weightFileDir, "EB1_10.weights.root"), # EB1_10 + path.join(weightFileDir, "EB2_10.weights.root"), # EB2_10 + path.join(weightFileDir, "EE_10.weights.root"), # EE_10 ] mvaEleID_Fall17_iso_V2_wpHZZ_container = EleMVARaw_WP( diff --git a/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V1_cff.py b/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V1_cff.py index 469d18528989a..94d25741accd9 100644 --- a/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V1_cff.py +++ b/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V1_cff.py @@ -26,12 +26,12 @@ mvaFall17WeightFiles_V1 = cms.vstring( - "RecoEgamma/ElectronIdentification/data/Fall17/EIDmva_EB1_5_2017_puinfo_BDT.weights.xml.gz", - "RecoEgamma/ElectronIdentification/data/Fall17/EIDmva_EB2_5_2017_puinfo_BDT.weights.xml.gz", - "RecoEgamma/ElectronIdentification/data/Fall17/EIDmva_EE_5_2017_puinfo_BDT.weights.xml.gz", - "RecoEgamma/ElectronIdentification/data/Fall17/EIDmva_EB1_10_2017_puinfo_BDT.weights.xml.gz", - "RecoEgamma/ElectronIdentification/data/Fall17/EIDmva_EB2_10_2017_puinfo_BDT.weights.xml.gz", - "RecoEgamma/ElectronIdentification/data/Fall17/EIDmva_EE_10_2017_puinfo_BDT.weights.xml.gz" + "RecoEgamma/ElectronIdentification/data/Fall17/EIDmva_EB1_5_2017_puinfo_BDT.weights.root", + "RecoEgamma/ElectronIdentification/data/Fall17/EIDmva_EB2_5_2017_puinfo_BDT.weights.root", + "RecoEgamma/ElectronIdentification/data/Fall17/EIDmva_EE_5_2017_puinfo_BDT.weights.root", + "RecoEgamma/ElectronIdentification/data/Fall17/EIDmva_EB1_10_2017_puinfo_BDT.weights.root", + "RecoEgamma/ElectronIdentification/data/Fall17/EIDmva_EB2_10_2017_puinfo_BDT.weights.root", + "RecoEgamma/ElectronIdentification/data/Fall17/EIDmva_EE_10_2017_puinfo_BDT.weights.root" ) ## The working point for this MVA that is expected to have about 90% signal diff --git a/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V2_cff.py b/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V2_cff.py index 3d637d9333286..4d49a127e3e4e 100644 --- a/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V2_cff.py +++ b/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V2_cff.py @@ -10,12 +10,12 @@ weightFileDir = "RecoEgamma/ElectronIdentification/data/MVAWeightFiles/Fall17NoIsoV2" mvaWeightFiles = cms.vstring( - path.join(weightFileDir, "EB1_5.weights.xml.gz"), # EB1_5 - path.join(weightFileDir, "EB2_5.weights.xml.gz"), # EB2_5 - path.join(weightFileDir, "EE_5.weights.xml.gz"), # EE_5 - path.join(weightFileDir, "EB1_10.weights.xml.gz"), # EB1_10 - path.join(weightFileDir, "EB2_10.weights.xml.gz"), # EB2_10 - path.join(weightFileDir, "EE_10.weights.xml.gz"), # EE_10 + path.join(weightFileDir, "EB1_5.weights.root"), # EB1_5 + path.join(weightFileDir, "EB2_5.weights.root"), # EB2_5 + path.join(weightFileDir, "EE_5.weights.root"), # EE_5 + path.join(weightFileDir, "EB1_10.weights.root"), # EB1_10 + path.join(weightFileDir, "EB2_10.weights.root"), # EB2_10 + path.join(weightFileDir, "EE_10.weights.root"), # EE_10 ) mvaEleID_Fall17_noIso_V2_wp80_container = EleMVARaw_WP( diff --git a/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_GeneralPurpose_V1_cff.py b/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_GeneralPurpose_V1_cff.py index 0c65afc9dacd1..3f512c62280ad 100644 --- a/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_GeneralPurpose_V1_cff.py +++ b/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_GeneralPurpose_V1_cff.py @@ -25,9 +25,9 @@ # 2 EE pt 10-inf GeV mvaSpring16WeightFiles_V1 = cms.vstring( - "RecoEgamma/ElectronIdentification/data/Spring16_GeneralPurpose_V1/electronID_mva_Spring16_GeneralPurpose_V1_EB1_10.weights.xml.gz", - "RecoEgamma/ElectronIdentification/data/Spring16_GeneralPurpose_V1/electronID_mva_Spring16_GeneralPurpose_V1_EB2_10.weights.xml.gz", - "RecoEgamma/ElectronIdentification/data/Spring16_GeneralPurpose_V1/electronID_mva_Spring16_GeneralPurpose_V1_EE_10.weights.xml.gz" + "RecoEgamma/ElectronIdentification/data/Spring16_GeneralPurpose_V1/electronID_mva_Spring16_GeneralPurpose_V1_EB1_10.weights.root", + "RecoEgamma/ElectronIdentification/data/Spring16_GeneralPurpose_V1/electronID_mva_Spring16_GeneralPurpose_V1_EB2_10.weights.root", + "RecoEgamma/ElectronIdentification/data/Spring16_GeneralPurpose_V1/electronID_mva_Spring16_GeneralPurpose_V1_EE_10.weights.root" ) ### WP to give about 90 and 80% signal efficiecny for electrons from Drell-Yan with pT > 25 GeV diff --git a/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_HZZ_V1_cff.py b/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_HZZ_V1_cff.py index 9d0691af2601d..41d5fb51a3368 100644 --- a/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_HZZ_V1_cff.py +++ b/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_HZZ_V1_cff.py @@ -31,12 +31,12 @@ # 5 EE pt 10-inf GeV mvaSpring16WeightFiles_V1 = cms.vstring( - "RecoEgamma/ElectronIdentification/data/Spring16_HZZ_V1/electronID_mva_Spring16_HZZ_V1_EB1_5.weights.xml.gz", - "RecoEgamma/ElectronIdentification/data/Spring16_HZZ_V1/electronID_mva_Spring16_HZZ_V1_EB2_5.weights.xml.gz", - "RecoEgamma/ElectronIdentification/data/Spring16_HZZ_V1/electronID_mva_Spring16_HZZ_V1_EE_5.weights.xml.gz", - "RecoEgamma/ElectronIdentification/data/Spring16_HZZ_V1/electronID_mva_Spring16_HZZ_V1_EB1_10.weights.xml.gz", - "RecoEgamma/ElectronIdentification/data/Spring16_HZZ_V1/electronID_mva_Spring16_HZZ_V1_EB2_10.weights.xml.gz", - "RecoEgamma/ElectronIdentification/data/Spring16_HZZ_V1/electronID_mva_Spring16_HZZ_V1_EE_10.weights.xml.gz" + "RecoEgamma/ElectronIdentification/data/Spring16_HZZ_V1/electronID_mva_Spring16_HZZ_V1_EB1_5.weights.root", + "RecoEgamma/ElectronIdentification/data/Spring16_HZZ_V1/electronID_mva_Spring16_HZZ_V1_EB2_5.weights.root", + "RecoEgamma/ElectronIdentification/data/Spring16_HZZ_V1/electronID_mva_Spring16_HZZ_V1_EE_5.weights.root", + "RecoEgamma/ElectronIdentification/data/Spring16_HZZ_V1/electronID_mva_Spring16_HZZ_V1_EB1_10.weights.root", + "RecoEgamma/ElectronIdentification/data/Spring16_HZZ_V1/electronID_mva_Spring16_HZZ_V1_EB2_10.weights.root", + "RecoEgamma/ElectronIdentification/data/Spring16_HZZ_V1/electronID_mva_Spring16_HZZ_V1_EE_10.weights.root" ) ### WP tuned for HZZ analysis with very high efficiency (about 98%) diff --git a/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer16UL_ID_ISO_cff.py b/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer16UL_ID_ISO_cff.py index 51abb6e23b173..8a851d6b97429 100644 --- a/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer16UL_ID_ISO_cff.py +++ b/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer16UL_ID_ISO_cff.py @@ -7,12 +7,12 @@ weightFileDir = "RecoEgamma/ElectronIdentification/data/MVAWeightFiles/Summer_16UL_ID_ISO" mvaWeightFiles = cms.vstring( - path.join(weightFileDir, "EB1_5.weights.xml.gz"), # EB1_5 - path.join(weightFileDir, "EB2_5.weights.xml.gz"), # EB2_5 - path.join(weightFileDir, "EE_5.weights.xml.gz"), # EE_5 - path.join(weightFileDir, "EB1_10.weights.xml.gz"), # EB1_10 - path.join(weightFileDir, "EB2_10.weights.xml.gz"), # EB2_10 - path.join(weightFileDir, "EE_10.weights.xml.gz"), # EE_10 + path.join(weightFileDir, "EB1_5.weights.root"), # EB1_5 + path.join(weightFileDir, "EB2_5.weights.root"), # EB2_5 + path.join(weightFileDir, "EE_5.weights.root"), # EE_5 + path.join(weightFileDir, "EB1_10.weights.root"), # EB1_10 + path.join(weightFileDir, "EB2_10.weights.root"), # EB2_10 + path.join(weightFileDir, "EE_10.weights.root"), # EE_10 ) categoryCuts = cms.vstring( diff --git a/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer17UL_ID_ISO_cff.py b/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer17UL_ID_ISO_cff.py index 0de6ea8170844..fcbd1540825d5 100644 --- a/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer17UL_ID_ISO_cff.py +++ b/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer17UL_ID_ISO_cff.py @@ -7,12 +7,12 @@ weightFileDir = "RecoEgamma/ElectronIdentification/data/MVAWeightFiles/Summer_17UL_ID_ISO" mvaWeightFiles = cms.vstring( - path.join(weightFileDir, "EB1_5.weights.xml.gz"), # EB1_5 - path.join(weightFileDir, "EB2_5.weights.xml.gz"), # EB2_5 - path.join(weightFileDir, "EE_5.weights.xml.gz"), # EE_5 - path.join(weightFileDir, "EB1_10.weights.xml.gz"), # EB1_10 - path.join(weightFileDir, "EB2_10.weights.xml.gz"), # EB2_10 - path.join(weightFileDir, "EE_10.weights.xml.gz"), # EE_10 + path.join(weightFileDir, "EB1_5.weights.root"), # EB1_5 + path.join(weightFileDir, "EB2_5.weights.root"), # EB2_5 + path.join(weightFileDir, "EE_5.weights.root"), # EE_5 + path.join(weightFileDir, "EB1_10.weights.root"), # EB1_10 + path.join(weightFileDir, "EB2_10.weights.root"), # EB2_10 + path.join(weightFileDir, "EE_10.weights.root"), # EE_10 ) categoryCuts = cms.vstring( diff --git a/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer18UL_ID_ISO_cff.py b/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer18UL_ID_ISO_cff.py index abc002ac45086..00849b50c1d32 100644 --- a/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer18UL_ID_ISO_cff.py +++ b/RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer18UL_ID_ISO_cff.py @@ -7,12 +7,12 @@ weightFileDir = "RecoEgamma/ElectronIdentification/data/MVAWeightFiles/Summer_18UL_ID_ISO" mvaWeightFiles = cms.vstring( - path.join(weightFileDir, "EB1_5.weights.xml.gz"), # EB1_5 - path.join(weightFileDir, "EB2_5.weights.xml.gz"), # EB2_5 - path.join(weightFileDir, "EE_5.weights.xml.gz"), # EE_5 - path.join(weightFileDir, "EB1_10.weights.xml.gz"), # EB1_10 - path.join(weightFileDir, "EB2_10.weights.xml.gz"), # EB2_10 - path.join(weightFileDir, "EE_10.weights.xml.gz"), # EE_10 + path.join(weightFileDir, "EB1_5.weights.root"), # EB1_5 + path.join(weightFileDir, "EB2_5.weights.root"), # EB2_5 + path.join(weightFileDir, "EE_5.weights.root"), # EE_5 + path.join(weightFileDir, "EB1_10.weights.root"), # EB1_10 + path.join(weightFileDir, "EB2_10.weights.root"), # EB2_10 + path.join(weightFileDir, "EE_10.weights.root"), # EE_10 ) categoryCuts = cms.vstring(