ATLAS Offline Software
Loading...
Searching...
No Matches
L1CALO2 Namespace Reference

Functions

 L1CALO2Cfg (flags)

Function Documentation

◆ L1CALO2Cfg()

L1CALO2.L1CALO2Cfg ( flags)
Main config fragment for L1CALO2

Definition at line 14 of file L1CALO2.py.

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