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
w
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
CscCalibEvent
src
CscCalibData.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/**********************************************************************
6
Author: Ketevi A. Assamagan
7
BNL, October 3, 2005
8
**********************************************************************/
9
10
#include "
CscCalibEvent/CscCalibData.h
"
11
13
CscCalibData::CscCalibData
(
const
CscCalibData
& rhs ) :
14
m_idHash ( rhs.m_idHash ),
15
m_calibConst ( rhs.m_calibConst )
16
17
{}
18
20
CscCalibData
&
CscCalibData::operator=
(
const
CscCalibData
& rhs ) {
21
if
(
this
!= &rhs ) {
22
m_idHash
= rhs.
m_idHash
;
23
m_calibConst
= rhs.
m_calibConst
;
24
}
25
return
*
this
;
26
}
27
28
CscCalibData
Definition:
MuonCalib/CscCalib/CscCalibEvent/CscCalibEvent/CscCalibData.h:19
CscCalibData::m_idHash
int m_idHash
Definition:
MuonCalib/CscCalib/CscCalibEvent/CscCalibEvent/CscCalibData.h:31
CscCalibData::operator=
CscCalibData & operator=(const CscCalibData &rhs)
Assignement operator.
Definition:
CscCalibData.cxx:20
CscCalibData.h
CscCalibData::m_calibConst
std::vector< float > m_calibConst
Definition:
MuonCalib/CscCalib/CscCalibEvent/CscCalibEvent/CscCalibData.h:34
CscCalibData::CscCalibData
CscCalibData()
Definition:
MuonCalib/CscCalib/CscCalibEvent/CscCalibEvent/CscCalibData.h:39
Generated on Tue May 27 2025 21:08:04 for ATLAS Offline Software by
1.8.18