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
LArCalorimeter
LArCafJobs
LArCafJobs
LArSimpleShapeDumper.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
10
#ifndef LARCAFJOBS_LARSIMPLESHAPEDUMPER_H
11
#define LARCAFJOBS_LARSIMPLESHAPEDUMPER_H
12
13
#include "
AthenaBaseComps/AthAlgorithm.h
"
14
#include "GaudiKernel/ToolHandle.h"
15
#include "
StoreGate/DataHandle.h
"
16
#include "
CaloIdentifier/LArEM_ID.h
"
17
#include "
CaloIdentifier/LArHEC_ID.h
"
18
#include "
CaloIdentifier/LArFCAL_ID.h
"
19
#include "
CaloIdentifier/CaloGain.h
"
20
#include "
LArIdentifier/LArOnlineID.h
"
21
22
#include <string>
23
24
class
MsgStream;
25
class
StoreGateSvc
;
26
class
ILArShape
;
27
class
HWIdentifier
;
28
class
Identifier
;
29
class
CaloDetDescrElement
;
30
31
class
ATLAS_NOT_THREAD_SAFE
LArSimpleShapeDumper
:
public
AthAlgorithm
32
{
33
public
:
34
LArSimpleShapeDumper
(
const
std::string &
name
, ISvcLocator * pSvcLocator);
35
~
LArSimpleShapeDumper
();
36
37
//standart algorithm methods
38
virtual
StatusCode
initialize
()
override
;
39
virtual
StatusCode
execute
()
override
;
40
virtual
StatusCode
finalize
()
override
;
41
42
private
:
43
44
const
LArOnlineID
*
m_onlineHelper
;
45
const
DataHandle<ILArShape>
m_shape
;
46
};
47
48
#endif
python.tests.PyTestsLib.finalize
def finalize(self)
_info( "content of StoreGate..." ) self.sg.dump()
Definition:
PyTestsLib.py:50
LArEM_ID.h
ATLAS_NOT_THREAD_SAFE
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
Definition:
checker_macros.h:212
initialize
void initialize()
Definition:
run_EoverP.cxx:894
CaloDetDescrElement
This class groups all DetDescr information related to a CaloCell. Provides a generic interface for al...
Definition:
Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:66
LArHEC_ID.h
HWIdentifier
Definition:
HWIdentifier.h:13
DataHandle.h
LArG4FSStartPointFilterLegacy.execute
execute
Definition:
LArG4FSStartPointFilterLegacy.py:20
AthAlgorithm.h
LArSimpleShapeDumper
Definition:
LArSimpleShapeDumper.h:32
LArSimpleShapeDumper::m_onlineHelper
const LArOnlineID * m_onlineHelper
Definition:
LArSimpleShapeDumper.h:44
StoreGateSvc
The Athena Transient Store API.
Definition:
StoreGateSvc.h:124
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgorithm
Definition:
AthAlgorithm.h:47
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
LArOnlineID
Definition:
LArOnlineID.h:20
DataHandle< ILArShape >
LArFCAL_ID.h
LArSimpleShapeDumper::m_shape
const DataHandle< ILArShape > m_shape
Definition:
LArSimpleShapeDumper.h:45
CaloGain.h
ILArShape
Definition:
ILArShape.h:13
LArOnlineID.h
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Thu Apr 10 2025 21:14:05 for ATLAS Offline Software by
1.8.18