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
VP1MissingEtSystems
VP1MissingEtSystems
VP1MissingEtCollWidget.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
7
// //
8
// Header file for class VP1MissingEtCollWidget //
9
// //
10
// Description: Collection widget. Specialisation which //
11
// imposes desired section ordering. //
12
// //
13
// Author: Thomas H. Kittelmann (Thomas.Kittelmann@cern.ch) //
14
// Initial version: July 2008 //
15
// //
17
18
#ifndef VP1MISSINGETCOLLWIDGET_H
19
#define VP1MISSINGETCOLLWIDGET_H
20
21
#include "
VP1Base/VP1CollectionWidget.h
"
22
23
class
VP1MissingEtCollWidget
:
public
VP1CollectionWidget
{
24
public
:
25
26
VP1MissingEtCollWidget
(QWidget *
parent
= 0);
// : VP1CollectionWidget(parent) {}
27
virtual
~VP1MissingEtCollWidget
();
//{}
28
29
protected
:
30
31
void
sortSections
(QList<QString>& sections);
/* {
32
//Order: standard -> truth -> ... -> calo
33
ensureFirst("*truth*",sections);
34
ensureFirst("*standard*",sections);
35
ensureLast("*calo*",sections);
36
}*/
37
38
private
Q_SLOTS:
39
void
setShape
(
bool
);
40
41
};
42
43
44
#endif
VP1MissingEtCollWidget
Definition:
VP1MissingEtCollWidget.h:23
VP1MissingEtCollWidget::sortSections
void sortSections(QList< QString > §ions)
Definition:
VP1MissingEtCollWidget.cxx:17
VP1MissingEtCollWidget::setShape
void setShape(bool)
Definition:
VP1MissingEtCollWidget.cxx:24
VP1CollectionWidget.h
VP1MissingEtCollWidget::~VP1MissingEtCollWidget
virtual ~VP1MissingEtCollWidget()
Definition:
VP1MissingEtCollWidget.cxx:12
VP1MissingEtCollWidget::VP1MissingEtCollWidget
VP1MissingEtCollWidget(QWidget *parent=0)
Definition:
VP1MissingEtCollWidget.cxx:7
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
VP1CollectionWidget
Definition:
VP1CollectionWidget.h:32
Generated on Wed Apr 2 2025 21:22:57 for ATLAS Offline Software by
1.8.18