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 15 of file L1CALO1.py.

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