ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonCalib
MdtCalib
MdtCalibInterfaces
MdtCalibInterfaces
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
18
namespace
MuonCalib
{
19
27
28
class
IMdtCalibrationOutput
{
29
public
:
31
IMdtCalibrationOutput
(
const
std::string&
name
) :
m_name
(
name
) {}
32
34
virtual
~IMdtCalibrationOutput
() {}
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
MuonCalib::IMdtCalibrationOutput::name
virtual const std::string & name() const
Definition
IMdtCalibrationOutput.h:36
MuonCalib::IMdtCalibrationOutput::IMdtCalibrationOutput
IMdtCalibrationOutput(const std::string &name)
constructor, string used to identify the instance
Definition
IMdtCalibrationOutput.h:31
MuonCalib::IMdtCalibrationOutput::~IMdtCalibrationOutput
virtual ~IMdtCalibrationOutput()
destructor
Definition
IMdtCalibrationOutput.h:34
MuonCalib::IMdtCalibrationOutput::m_name
std::string m_name
Definition
IMdtCalibrationOutput.h:39
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition
CscCalcPed.cxx:21
Generated on
for ATLAS Offline Software by
1.17.0