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
Simulation
ISF
ISF_Core
ISF_Event
ISF_Event
SimSvcID.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// SimSvcID.h, (c) ATLAS Detector software
8
9
#ifndef ISF_EVENT_SIMSVCID_H
10
#define ISF_EVENT_SIMSVCID_H 1
11
12
13
// Gaudi Kernel
14
#include "GaudiKernel/MsgStream.h"
15
16
// use these macros to check a given SimSvcID for its validity
17
#define validSimID(simID) ( (simID<ISF::fMaxNumAtlasSimIDs) && (simID>=ISF::fFirstAtlasSimID) )
18
#define assertSimID(simID) ( assert(validSimGeoID(simID)) )
19
20
namespace
ISF
{
21
28
typedef
uint8_t
SimSvcID
;
29
30
enum
SimSvcIDs
{
31
// Not yet set, not decided
32
fUndefinedSimID
=
ISF::SimSvcID
( 0 ),
33
// Event Generator (not actually a simulator per se but may be used for routing decisions)
34
fEventGeneratorSimID
=
ISF::SimSvcID
( 1 ),
35
// to be used for space allocation (e.g. simulator arrays)
36
fFirstAtlasSimID
=
ISF::SimSvcID
( 2 ),
37
38
// to be used to allocate space (e.g. simulator arrays)
39
fMaxNumAtlasSimIDs
=
ISF::SimSvcID
( 32 )
40
};
41
43
inline
MsgStream&
operator <<
( MsgStream& sl,
const
SimSvcID
&
id
) { sl << (
int
)(
id
);
return
sl; }
44
inline
std::ostream&
operator <<
( std::ostream& sl,
const
SimSvcID
&
id
) { sl << (
int
)(
id
) ;
return
sl; }
45
46
}
// end of namespace
47
48
#endif // ISF_EVENT_SIMSVCID_H
ISF::SimSvcIDs
SimSvcIDs
Definition:
SimSvcID.h:30
xAOD::uint8_t
uint8_t
Definition:
Muon_v1.cxx:557
ISF::operator<<
MsgStream & operator<<(MsgStream &sl, const ISF::ISFParticle &isfp)
Definition:
ISFParticle.h:210
python.CaloAddPedShiftConfig.int
int
Definition:
CaloAddPedShiftConfig.py:45
ISF::SimSvcID
uint8_t SimSvcID
Simulation service ID datatype.
Definition:
SimSvcID.h:28
ISF
ISFParticleOrderedQueue.
Definition:
PrimaryParticleInformation.h:13
ISF::fEventGeneratorSimID
@ fEventGeneratorSimID
Definition:
SimSvcID.h:34
ISF::fUndefinedSimID
@ fUndefinedSimID
Definition:
SimSvcID.h:32
ISF::fMaxNumAtlasSimIDs
@ fMaxNumAtlasSimIDs
Definition:
SimSvcID.h:39
ISF::fFirstAtlasSimID
@ fFirstAtlasSimID
Definition:
SimSvcID.h:36
Generated on Sun May 4 2025 21:17:20 for ATLAS Offline Software by
1.8.18