![]() |
|
|||
File indexing completed on 2024-04-06 12:03:39
0001 import FWCore.ParameterSet.Config as cms 0002 from Configuration.ProcessModifiers.enableSonicTriton_cff import enableSonicTriton 0003 0004 #behind-the-scenes modifier that only turns on the DRN photon regression 0005 _photonDRN = cms.Modifier() 0006 0007 #modifier to enable DRN energy regression for photons 0008 #requires also having enableSonicTriton 0009 photonDRN = cms.ModifierChain(_photonDRN, enableSonicTriton)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |