ATLAS Offline Software
Loading...
Searching...
No Matches
LArFillDSPConfig.h
Go to the documentation of this file.
1//-*- C++ -*-
2
3/*
4 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5*/
6
7
8#ifndef LARCALIBTOOLS_LARFILLDSPCONFIG_H
9#define LARCALIBTOOLS_LARFILLDSPCONFIG_H
10
11#include <string>
13#include "GaudiKernel/ToolHandle.h"
14
15class LArOnlineID;
16
18{
19
21 // Public methods:
23 public:
25 LArFillDSPConfig( const std::string& name, ISvcLocator* pSvcLocator );
26
29
30 // Athena algorithm's Hooks
31 StatusCode initialize();
32 StatusCode execute() {return StatusCode::SUCCESS;}
33 StatusCode finalize() {return StatusCode::SUCCESS;}
34 virtual StatusCode stop();
35
36 private:
40
41 std::string m_folderName;
42 bool m_dump;
43 bool m_lowmu;
44};
45
46#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode stop()
LArFillDSPConfig()
Default constructor:
std::string m_folderName
StatusCode initialize()
StatusCode finalize()
const LArOnlineID * m_onlineID
virtual ~LArFillDSPConfig()
Destructor:
LArFillDSPConfig(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
StatusCode execute()