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
InnerDetector
InDetRawEvent
InDetRawData
src
SCT1_RawData.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// SCT1_RawData.cxx
7
// Implementation file for class SCT1_RawData
9
// (c) ATLAS Detector software
11
// Version 1.0 13/08/2002 Veronique Boisvert
13
14
#include <new>
15
#include "
InDetRawData/SCT1_RawData.h
"
16
#include "
InDetRawData/SCT_RDORawData.h
"
17
18
// default constructor
19
SCT1_RawData::SCT1_RawData
() :
20
SCT_RDORawData
(
Identifier
(), 0)
//call base-class constructor
21
{}
22
23
// Constructor with parameters:
24
SCT1_RawData::SCT1_RawData
(
const
Identifier
rdoId,
25
const
unsigned
int
word) :
26
SCT_RDORawData
( rdoId, word)
//call base-class constructor
27
{}
28
29
30
//SCT1_RawData *SCT1_RawData::newObject(const Identifier rdoId, const unsigned int word)
31
//{
32
// SCT1_RawData *p_rdo=0;
33
34
// create a new object and check
35
// try {
36
// p_rdo=new SCT1_RawData(rdoId, word);
37
// } catch (...) {
38
// p_rdo=0;
39
// }
40
// return p_rdo;
41
//}
42
SCT_RDORawData
Definition:
SCT_RDORawData.h:24
SCT1_RawData.h
SCT1_RawData::SCT1_RawData
SCT1_RawData()
Definition:
SCT1_RawData.cxx:19
SCT_RDORawData.h
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Sun May 11 2025 21:17:11 for ATLAS Offline Software by
1.8.18