ATLAS Offline Software
Loading...
Searching...
No Matches
CscCalibReportBase.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
6#include <string>
7#include <utility>
8
11
13 m_label(std::move(aLabel))
14{}
15
17
18void CscCalibReportBase::setLabel(const std::string & aLabel)
19{
20 m_label = aLabel;
21}
22
23const std::string& CscCalibReportBase::getLabel() const
24{
25 return m_label;
26}
void setLabel(const std::string &label)
virtual ~CscCalibReportBase()
const std::string & getLabel() const
STL namespace.