Skip to content

Commit

Permalink
Removed V2 ID for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
guitargeek committed Jul 30, 2018
1 parent 755f11a commit 0b13baf
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 72 deletions.
1 change: 0 additions & 1 deletion PhysicsTools/PatAlgos/python/slimming/miniAOD_tools.py
Expand Up @@ -320,7 +320,6 @@ def miniAOD_customizeCommon(process):
photon_ids = ['RecoEgamma.PhotonIdentification.Identification.cutBasedPhotonID_Fall17_94X_V1_TrueVtx_cff',
'RecoEgamma.PhotonIdentification.Identification.mvaPhotonID_Fall17_94X_V1_cff',
'RecoEgamma.PhotonIdentification.Identification.mvaPhotonID_Fall17_94X_V1p1_cff',
'RecoEgamma.PhotonIdentification.Identification.mvaPhotonID_Fall17_94X_V2_cff',
'RecoEgamma.PhotonIdentification.Identification.cutBasedPhotonID_Spring16_V2p2_cff',
'RecoEgamma.PhotonIdentification.Identification.mvaPhotonID_Spring16_nonTrig_V1_cff']
switchOnVIDPhotonIdProducer(process,DataFormat.AOD, task)
Expand Down

This file was deleted.

Expand Up @@ -14,9 +14,6 @@
from RecoEgamma.PhotonIdentification.Identification.mvaPhotonID_Fall17_94X_V1p1_cff import *
mvaConfigsForPhoProducer.append( mvaPhoID_RunIIFall17_v1p1_producer_config )

from RecoEgamma.PhotonIdentification.Identification.mvaPhotonID_Fall17_94X_V2_cff import *
mvaConfigsForPhoProducer.append( mvaPhoID_RunIIFall17_v2_producer_config )

photonMVAValueMapProducer = cms.EDProducer('PhotonMVAValueMapProducer',
# The module automatically detects AOD vs miniAOD, so we configure both
#
Expand Down
3 changes: 0 additions & 3 deletions RecoEgamma/PhotonIdentification/test/testPhotonMVA_cfg.py
Expand Up @@ -38,7 +38,6 @@
'RecoEgamma.PhotonIdentification.Identification.mvaPhotonID_Spring16_nonTrig_V1_cff',
'RecoEgamma.PhotonIdentification.Identification.mvaPhotonID_Fall17_94X_V1_cff',
'RecoEgamma.PhotonIdentification.Identification.mvaPhotonID_Fall17_94X_V1p1_cff',
'RecoEgamma.PhotonIdentification.Identification.mvaPhotonID_Fall17_94X_V2_cff',
]

#add them to the VID producer
Expand All @@ -63,13 +62,11 @@
"photonMVAValueMapProducer:PhotonMVAEstimatorRun2Spring16NonTrigV1Values",
"photonMVAValueMapProducer:PhotonMVAEstimatorRunIIFall17v1Values",
"photonMVAValueMapProducer:PhotonMVAEstimatorRunIIFall17v1p1Values",
"photonMVAValueMapProducer:PhotonMVAEstimatorRunIIFall17v2Values",
),
phoMVAValMapLabels = cms.untracked.vstring(
"Spring16NonTrigV1",
"Fall17v1",
"Fall17v1p1",
"Fall17v2",
),
phoMVACats = cms.untracked.vstring(
"photonMVAValueMapProducer:PhotonMVAEstimatorRunIIFall17v1Categories",
Expand Down

0 comments on commit 0b13baf

Please sign in to comment.