CMS 3D CMS Logo

photonDRN_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from Configuration.ProcessModifiers.enableSonicTriton_cff import enableSonicTriton
3 
4 #behind-the-scenes modifier that only turns on the DRN photon regression
5 _photonDRN = cms.Modifier()
6 
7 #modifier to enable DRN energy regression for photons
8 #requires also having enableSonicTriton
9 photonDRN = cms.ModifierChain(_photonDRN, enableSonicTriton)