ATLAS Offline Software
DumpCaloBadChannels.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 //Dear emacs, this is -*-c++-*-
6 #ifndef LARCALIBTEST_DUMPCALOBADCHANNELS
7 #define LARCALIBTEST_DUMPCALOBADCHANNELS
8 
10 #include "GaudiKernel/ToolHandle.h"
13 
15 {
16  public:
17  DumpCaloBadChannels(const std::string & name, ISvcLocator * pSvcLocator);
19 
23 
24  private:
25  ToolHandle<ICaloBadChanTool> m_caloBCT;
26  std::string m_fileName;
28 };
29 
30 #endif
DumpCaloBadChannels::m_fileName
std::string m_fileName
Definition: DumpCaloBadChannels.h:26
DumpCaloBadChannels::DumpCaloBadChannels
DumpCaloBadChannels(const std::string &name, ISvcLocator *pSvcLocator)
Definition: DumpCaloBadChannels.cxx:12
DumpCaloBadChannels::initialize
StatusCode initialize()
Definition: DumpCaloBadChannels.cxx:26
DumpCaloBadChannels::execute
StatusCode execute()
Definition: DumpCaloBadChannels.cxx:60
CaloCell_ID.h
DumpCaloBadChannels::m_caloBCT
ToolHandle< ICaloBadChanTool > m_caloBCT
Definition: DumpCaloBadChannels.h:25
AthAlgorithm.h
DumpCaloBadChannels::finalize
StatusCode finalize()
Definition: DumpCaloBadChannels.cxx:36
DumpCaloBadChannels::m_cellID
const CaloCell_ID * m_cellID
Definition: DumpCaloBadChannels.h:27
DumpCaloBadChannels::~DumpCaloBadChannels
~DumpCaloBadChannels()
Definition: DumpCaloBadChannels.cxx:23
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ICaloBadChanTool.h
CaloCell_ID
Helper class for offline cell identifiers.
Definition: CaloCell_ID.h:34
AthAlgorithm
Definition: AthAlgorithm.h:47
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
DumpCaloBadChannels
Definition: DumpCaloBadChannels.h:15