13#ifndef CALOUTILS_TOOLWITHCONSTANTSTESTTOOL_H
14#define CALOUTILS_TOOLWITHCONSTANTSTESTTOOL_H
28 :
public CaloUtils::ToolWithConstants<AthAlgTool>
32 using base_class::base_class;
40 StatusCode
execute (
const EventContext& ctx)
const;
53 {
this,
"CondKey",
"",
"" };
56 {
this,
"RunNumber", 284500,
"" };
58 Constant<float>
m_cf1 {
this,
"cf1", 1.5,
"cf1 doc" };
59 Constant<int>
m_ci1 {
this,
"ci1",
"ci1 doc" };
60 Constant<bool>
m_cb1 {
this,
"cb1",
"cb1 doc" };
61 Constant<CaloRec::Array<1> >
m_ca1 {
this,
"ca1",
"ca1 doc" };
62 Constant<CaloRec::Array<2> >
m_ca2 {
this,
"ca2",
"ca2 doc" };