Skip to content

Commit

Permalink
Add missing paranthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
guitargeek committed Dec 11, 2018
1 parent 99daa85 commit 6457cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhysicsTools/PatAlgos/python/slimming/miniAOD_tools.py
Expand Up @@ -329,7 +329,7 @@ def miniAOD_customizeCommon(process):
from Configuration.Eras.Modifier_run2_miniAOD_devel_cff import run2_miniAOD_devel
run2_miniAOD_devel.toModify(photon_id_config, photon_ids = photon_id_config.photon_ids + \
["RecoEgamma.PhotonIdentification.Identification.mvaPhotonID_Fall17_94X_V2_cff",
"RecoEgamma.PhotonIdentification.Identification.cutBasedPhotonID_Fall17_94X_V2_cff"]
"RecoEgamma.PhotonIdentification.Identification.cutBasedPhotonID_Fall17_94X_V2_cff"])

switchOnVIDPhotonIdProducer(process,DataFormat.AOD, task)
process.egmPhotonIsolation.srcToIsolate = \
Expand Down

0 comments on commit 6457cd0

Please sign in to comment.