ATLAS Offline Software
Loading...
Searching...
No Matches
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
20 StatusCode initialize();
21 StatusCode execute();
22 StatusCode finalize();
23
24 private:
25 ToolHandle<ICaloBadChanTool> m_caloBCT;
26 std::string m_fileName;
28};
29
30#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Helper class for offline cell identifiers.
Definition CaloCell_ID.h:34
DumpCaloBadChannels(const std::string &name, ISvcLocator *pSvcLocator)
const CaloCell_ID * m_cellID
ToolHandle< ICaloBadChanTool > m_caloBCT