ATLAS Offline Software
Functions
L1CALO2 Namespace Reference

Functions

def L1CALO2Cfg (flags)
 

Function Documentation

◆ L1CALO2Cfg()

def L1CALO2.L1CALO2Cfg (   flags)
Main config fragment for L1CALO2

Definition at line 15 of file L1CALO2.py.

15 def L1CALO2Cfg(flags):
16  """Main config fragment for L1CALO2"""
17  acc = ComponentAccumulator()
18  from AthenaCommon.Logging import logging
19  log = logging.getLogger('RAWtoALL')
20  log.info('****************** L1CALO2 *****************')
21 
22  from DerivationFrameworkL1Calo.L1CALOCore import L1CALOCoreCfg
23  L1CALO2 = L1CALOCoreCfg(flags, deriv="L1CALO2")
24  acc.merge(L1CALO2)
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
L1CALO2.L1CALO2Cfg
def L1CALO2Cfg(flags)
Definition: L1CALO2.py:15