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
MuonCnv
MuonCnvToolInterfaces
MuonCnvToolInterfaces
MuonCnvToolInterfaces/MuonCnvToolInterfaces/ICSC_RDOtoByteStreamTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MUONCNVTOOLINTERFACES_ICSC_RDOTOBYTESTREAMTOOL_H
6
#define MUONCNVTOOLINTERFACES_ICSC_RDOTOBYTESTREAMTOOL_H
7
8
#include "GaudiKernel/IAlgTool.h"
9
#include "
ByteStreamData/RawEvent.h
"
10
11
class
CscRawDataContainer
;
12
class
MsgStream ;
13
14
namespace
Muon
{
15
/*
16
An AlgTool to provide conversion between CSC RDO <---> ByteStream,
17
and fill it in RawEvent.
18
19
@author Ketevi A. Assamagan BNL December 27 2003
20
*/
21
class
ICSC_RDOtoByteStreamTool
:
virtual
public
IAlgTool
22
{
23
24
public
:
25
DeclareInterfaceID
(
ICSC_RDOtoByteStreamTool
, 1, 0 );
26
28
virtual
bool
isCosmic
()
const
=0;
29
31
virtual
bool
isOldCosmic
()
const
=0;
32
33
virtual
StatusCode
convert
(
const
CscRawDataContainer
* cont, MsgStream&
log
)
const
= 0;
34
};
35
}
36
37
#endif
38
39
40
Muon::ICSC_RDOtoByteStreamTool::convert
virtual StatusCode convert(const CscRawDataContainer *cont, MsgStream &log) const =0
Muon::ICSC_RDOtoByteStreamTool::isOldCosmic
virtual bool isOldCosmic() const =0
for the old cosmic data before the ROB id=ROD id fix
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
Muon::ICSC_RDOtoByteStreamTool::isCosmic
virtual bool isCosmic() const =0
to read the cosmic data
RawEvent.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
Muon::ICSC_RDOtoByteStreamTool::DeclareInterfaceID
DeclareInterfaceID(ICSC_RDOtoByteStreamTool, 1, 0)
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
CscRawDataContainer
This container provides access to collections of CSC RDOs and a mechanism for recording them.
Definition:
CscRawDataContainer.h:23
Muon::ICSC_RDOtoByteStreamTool
Definition:
MuonCnvToolInterfaces/MuonCnvToolInterfaces/ICSC_RDOtoByteStreamTool.h:22
Generated on Sat Mar 15 2025 21:11:36 for ATLAS Offline Software by
1.8.18