ATLAS Offline Software
Loading...
Searching...
No Matches
ReadTBLArCalibDigits.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef READLARCALIBDIGITS_H
6#define READLARCALIBDIGITS_H
7
9#include "GaudiKernel/MsgStream.h"
11
12#include <fstream>
13
14class LArOnlineID;
15
17{
18 public:
19 ReadTBLArCalibDigits(const std::string & name, ISvcLocator * pSvcLocator);
20
22
23 //standart algorithm methods
24 StatusCode initialize();
25 StatusCode execute();
26 StatusCode finalize();
27
28 private:
31 std::ofstream m_outfile;
32 std::string m_containerKey;
33 std::string m_dumpFile;
34
35};
36
37#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
const LArOnlineID * m_onlineHelper
ReadTBLArCalibDigits(const std::string &name, ISvcLocator *pSvcLocator)