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
Calorimeter
CaloIdentifier
CaloIdentifier
LArFCAL_SuperCell_ID.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef CALOIDENTIFIER_LARFCAL_SUPERCELL_ID_H
6
#define CALOIDENTIFIER_LARFCAL_SUPERCELL_ID_H
7
8
#include "
AthenaKernel/CLASS_DEF.h
"
9
#include "
CaloIdentifier/LArFCAL_Base_ID.h
"
10
#include "
AthenaKernel/BaseInfo.h
"
11
12
#include <vector>
13
#include <algorithm>
14
#include <set>
15
16
47
class
LArFCAL_SuperCell_ID
:
public
LArFCAL_Base_ID
48
{
49
public
:
50
LArFCAL_SuperCell_ID
(
void
);
51
~LArFCAL_SuperCell_ID
(
void
);
52
54
virtual
int
initialize_from_dictionary
(
const
IdDictMgr
& dict_mgr);
55
};
56
57
//using the macro below we can assign an identifier (and a version)
58
//This is required and checked at compile time when you try to record/retrieve
59
CLASS_DEF
(
LArFCAL_SuperCell_ID
, 12829437 , 1 )
60
SG_BASE
(
LArFCAL_SuperCell_ID
,
LArFCAL_Base_ID
);
61
62
63
#endif // CALOIDENTIFIER_LARFCAL_SUPERCELL_ID_H
LArFCAL_Base_ID
Definition:
LArFCAL_Base_ID.h:19
LArFCAL_Base_ID.h
LArFCAL_SuperCell_ID
Helper class for LArFCAL offline identifiers for supercells.
Definition:
LArFCAL_SuperCell_ID.h:48
IdDictMgr
Definition:
IdDictMgr.h:14
BaseInfo.h
Provide an interface for finding inheritance information at run time.
LArFCAL_SuperCell_ID::~LArFCAL_SuperCell_ID
~LArFCAL_SuperCell_ID(void)
LArFCAL_SuperCell_ID::LArFCAL_SuperCell_ID
LArFCAL_SuperCell_ID(void)
Definition:
LArFCAL_SuperCell_ID.cxx:17
SG_BASE
SG_BASE(LArFCAL_SuperCell_ID, LArFCAL_Base_ID)
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition:
Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:67
LArFCAL_SuperCell_ID::initialize_from_dictionary
virtual int initialize_from_dictionary(const IdDictMgr &dict_mgr)
initialization from the identifier dictionary
Definition:
LArFCAL_SuperCell_ID.cxx:25
CLASS_DEF.h
macros to associate a CLID to a type
Generated on Sat Mar 15 2025 21:13:44 for ATLAS Offline Software by
1.8.18