Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
MuonSpectrometer
MuonCalib
CscCalib
CscCalibData
CscCalibData
CscCalibReportBase.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef CSCCALIBDATA_CSCCALIBREPORTBASE_H
6
#define CSCCALIBDATA_CSCCALIBREPORTBASE_H
7
8
/**************************************************************************
9
Package: MuonSpectrometer/MuonCalib/CscCalib/CscCalibData
10
Name: CscCalibReportBase.h
11
Author: Caleb Parnell-Lampen
12
Date & Place: July 4, 2008, University of Arizona
13
14
Base class to hold info for a class. Mostly an interface class for which
15
different types of reports can be derived from.
16
****************************************************************************/
17
#include <string>
18
19
class
CscCalibReportBase
20
{
21
22
public
:
23
24
/* default constructor */
25
CscCalibReportBase
();
26
27
/* full constructor */
28
CscCalibReportBase
(std::string theReportName);
29
30
/* destructor */
31
virtual
~CscCalibReportBase
();
32
33
/* set the calibration constants */
34
void
setLabel
(
const
std::string &
label
);
35
36
/* get report name*/
37
const
std::string&
getLabel
()
const
;
38
39
private
:
40
/* Simple label for defining the type of report*/
41
std::string
m_label
;
42
};
43
44
#endif
CscCalibReportBase::CscCalibReportBase
CscCalibReportBase()
Definition:
CscCalibReportBase.cxx:9
CscCalibReportBase::~CscCalibReportBase
virtual ~CscCalibReportBase()
CscCalibReportBase::m_label
std::string m_label
Definition:
CscCalibReportBase.h:49
add-xsec-uncert-quadrature-N.label
label
Definition:
add-xsec-uncert-quadrature-N.py:104
CscCalibReportBase::getLabel
const std::string & getLabel() const
Definition:
CscCalibReportBase.cxx:23
CscCalibReportBase
Definition:
CscCalibReportBase.h:20
CscCalibReportBase::setLabel
void setLabel(const std::string &label)
Definition:
CscCalibReportBase.cxx:18
Generated on Mon Apr 21 2025 21:09:05 for ATLAS Offline Software by
1.8.18