ATLAS Offline Software
Loading...
Searching...
No Matches
IMdtCalibrationOutput.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5// IMdtCalibrationOutput.h
6// Header file for class IMdtCalibrationOutput
8// (c) ATLAS Detector software
10// nveldik@nikhef.nl
12
13#ifndef MUONCALIB_IMDTCALIBRATIONOUTPUT_H
14#define MUONCALIB_IMDTCALIBRATIONOUTPUT_H
15
16#include <string>
17
18namespace MuonCalib {
19
27
29 public:
31 IMdtCalibrationOutput(const std::string& name) : m_name(name) {}
32
35
36 virtual const std::string& name() const { return m_name; }
37
38 private:
39 std::string m_name;
40 };
41
42} // namespace MuonCalib
43
44#endif
virtual const std::string & name() const
IMdtCalibrationOutput(const std::string &name)
constructor, string used to identify the instance
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.