8#ifndef LARCALIBTOOLS_LARFILLDSPCONFIG_H
9#define LARCALIBTOOLS_LARFILLDSPCONFIG_H
13#include "GaudiKernel/ToolHandle.h"
24 using AthReentrantAlgorithm::AthReentrantAlgorithm;
30 virtual StatusCode
execute(
const EventContext&)
const override {
return StatusCode::SUCCESS;}
31 virtual StatusCode
stop()
override;
38 StringProperty
m_folderName {
this,
"Foldername",
"/LAR/Configuraton/DSPConfiguration" };
39 BooleanProperty
m_dump {
this,
"Dump",
true };
40 BooleanProperty
m_lowmu {
this,
"isLowMu",
false };
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode stop() override
StringProperty m_folderName
const LArOnlineID * m_onlineID
virtual ~LArFillDSPConfig()
Destructor:
virtual StatusCode execute(const EventContext &) const override
LArFillDSPConfig()=delete
Default constructor: