ATLAS Offline Software
LArRawChannelBuilderToolBadChannelTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
12 #ifndef LARROD_LARRAWCHANNELBUILDERTOOLBADCHANNELTOOL_H
13 #define LARROD_LARRAWCHANNELBUILDERTOOLBADCHANNELTOOL_H
14 
15 #include "GaudiKernel/ToolHandle.h"
16 
21 
22 #include <string>
23 
24 class LArDigit;
25 
27 {
28  public:
29 
31  const std::string& name,
32  const IInterface* parent);
33 
34  bool buildRawChannel(const LArDigit* digit,
35  float pedestal,
36  const std::vector<float>& ramps,
37  MsgStream* pLog);
38 
40 
41  private:
43  Gaudi::Property<std::vector<std::string> > m_problemsToMask{this,"ProblemsToMask",{},"Bad-Channel categories to mask"};
44  SG::ReadCondHandleKey<LArBadChannelCont> m_bcContKey {this, "BadChanKey", "LArBadChannel", "SG key for LArBadChan object"};
45 };
46 
47 #endif
LArRawChannelBuilderToolBase.h
checkRpcDigits.digit
digit
Definition: checkRpcDigits.py:186
LArBadChannelCont.h
LArRawChannelBuilderToolBadChannelTool::initTool
StatusCode initTool()
Definition: LArRawChannelBuilderToolBadChannelTool.cxx:24
LArRawChannelBuilderToolBadChannelTool::m_bcContKey
SG::ReadCondHandleKey< LArBadChannelCont > m_bcContKey
Definition: LArRawChannelBuilderToolBadChannelTool.h:44
LArDigit
Liquid Argon digit base class.
Definition: LArDigit.h:25
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArRawChannelBuilderToolBadChannelTool::buildRawChannel
bool buildRawChannel(const LArDigit *digit, float pedestal, const std::vector< float > &ramps, MsgStream *pLog)
Definition: LArRawChannelBuilderToolBadChannelTool.cxx:33
test_pyathena.parent
parent
Definition: test_pyathena.py:15
LArRawChannelBuilderToolBase
Base tool to make the interface with the driver.
Definition: LArRawChannelBuilderToolBase.h:33
LArRawChannelBuilderToolBadChannelTool::LArRawChannelBuilderToolBadChannelTool
LArRawChannelBuilderToolBadChannelTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition: LArRawChannelBuilderToolBadChannelTool.cxx:11
ReadCondHandleKey.h
LArRawChannelBuilderToolBadChannelTool
Check for bad channels using LArBadChannelTool and increment the error counter.
Definition: LArRawChannelBuilderToolBadChannelTool.h:27
LArRawChannelBuilderToolBadChannelTool::m_bcMask
LArBadChannelMask m_bcMask
Definition: LArRawChannelBuilderToolBadChannelTool.h:42
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
SG::ReadCondHandleKey
Definition: ReadCondHandleKey.h:20
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
LArBadChannelMask.h
LArBadChannelMask
Definition: LArBadChannelMask.h:18
LArRawChannelBuilderToolBadChannelTool::m_problemsToMask
Gaudi::Property< std::vector< std::string > > m_problemsToMask
Definition: LArRawChannelBuilderToolBadChannelTool.h:43