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
graphics
VP1
VP1Systems
VP1CaloClusterSystems
VP1CaloClusterSystems
VP1CaloClusterSystem.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
7
// //
8
// Header file for class VP1CaloClusterSystem //
9
// //
10
// Description: System displaying clusters //
11
// //
12
// Author: Thomas H. Kittelmann (Thomas.Kittelmann@cern.ch) //
13
// Initial version: June 2008 //
14
// //
16
17
#ifndef VP1CALOCLUSTERSYSTEM_H
18
#define VP1CALOCLUSTERSYSTEM_H
19
20
#include "
VP1Base/IVP13DSystemSimple.h
"
21
22
class
VP1CaloClusterSystem
:
public
IVP13DSystemSimple
{
23
24
Q_OBJECT
25
26
public
:
27
VP1CaloClusterSystem
();
28
virtual
~VP1CaloClusterSystem
();
29
void
buildEventSceneGraph
(
StoreGateSvc
* sg, SoSeparator *
root
);
30
void
systemerase
();
31
void
userPickedNode
(SoNode* pickedNode, SoPath * pickedPath);
32
virtual
QWidget *
buildController
();
33
QByteArray
saveState
();
34
void
restoreFromState
(QByteArray);
35
36
private
:
37
class
Imp
;
38
Imp
*
m_d
;
39
};
40
41
#endif
VP1CaloClusterSystem::buildController
virtual QWidget * buildController()
Definition:
VP1CaloClusterSystem.cxx:71
IVP13DSystemSimple
Definition:
IVP13DSystemSimple.h:24
VP1CaloClusterSystem::saveState
QByteArray saveState()
Definition:
VP1CaloClusterSystem.cxx:90
sendEI_SPB.root
root
Definition:
sendEI_SPB.py:34
IVP13DSystemSimple.h
VP1CaloClusterSystem
Definition:
VP1CaloClusterSystem.h:22
StoreGateSvc
The Athena Transient Store API.
Definition:
StoreGateSvc.h:125
VP1CaloClusterSystem::userPickedNode
void userPickedNode(SoNode *pickedNode, SoPath *pickedPath)
Definition:
VP1CaloClusterSystem.cxx:78
VP1CaloClusterSystem::~VP1CaloClusterSystem
virtual ~VP1CaloClusterSystem()
Definition:
VP1CaloClusterSystem.cxx:44
VP1CaloClusterSystem::VP1CaloClusterSystem
VP1CaloClusterSystem()
Definition:
VP1CaloClusterSystem.cxx:35
VP1CaloClusterSystem::systemerase
void systemerase()
Definition:
VP1CaloClusterSystem.cxx:50
VP1CaloClusterSystem::Imp
Definition:
VP1CaloClusterSystem.cxx:27
VP1CaloClusterSystem::m_d
Imp * m_d
Definition:
VP1CaloClusterSystem.h:37
VP1CaloClusterSystem::buildEventSceneGraph
void buildEventSceneGraph(StoreGateSvc *sg, SoSeparator *root)
Definition:
VP1CaloClusterSystem.cxx:57
VP1CaloClusterSystem::restoreFromState
void restoreFromState(QByteArray)
Definition:
VP1CaloClusterSystem.cxx:106
Generated on Wed Apr 2 2025 21:22:52 for ATLAS Offline Software by
1.8.18