ATLAS Offline Software
Functions
L1CALO1 Namespace Reference

Functions

def L1CALO1Cfg (flags)
 

Function Documentation

◆ L1CALO1Cfg()

def L1CALO1.L1CALO1Cfg (   flags)
Main config fragment for L1CALO1

Definition at line 14 of file L1CALO1.py.

14 def L1CALO1Cfg(flags):
15  """Main config fragment for L1CALO1"""
16  acc = ComponentAccumulator()
17  from AthenaCommon.Logging import logging
18  log = logging.getLogger('RAWtoALL')
19  log.info('****************** L1CALO1 *****************')
20 
21  from DerivationFrameworkL1Calo.L1CALOCore import L1CALOCoreCfg
22  L1CALO1 = L1CALOCoreCfg(flags, deriv="L1CALO1")
23  acc.merge(L1CALO1)
24 
25  return acc
26 
27 
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
L1CALOCore.L1CALOCoreCfg
def L1CALOCoreCfg(flags, deriv='L1CALO1', **kwargs)
Definition: L1CALOCore.py:15
L1CALO1.L1CALO1Cfg
def L1CALO1Cfg(flags)
Definition: L1CALO1.py:14