19 #ifndef LArRTMPARAMEXTRACTOR_H
20 #define LArRTMPARAMEXTRACTOR_H
27 #include "GaudiKernel/ToolHandle.h"
29 #include "tbb/blocked_range.h"
30 #include "tbb/global_control.h"
61 ToolHandle<LArWFParamTool> m_larWFParamTool{
this,
"LArWFParamTool",
"LArWFParamTool"};
98 mutable std::atomic<unsigned> m_counter{0};
103 caliWave(cw), chid(
id),
gain(
g) {};
120 MsgStream&
ms,std::atomic<unsigned>&
cnt ) :
121 m_tbbparams(
p), m_cabling(
cabling), m_tool(
t),
122 m_msg(
ms), m_counter(
cnt) {};
124 void operator() (
const tbb::blocked_range<size_t>&
r)
const;