The Gaudi Framework
master (f31105fd)
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
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
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
Typedefs
a
b
c
d
e
f
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
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
Enumerations
a
c
d
e
f
i
l
m
n
o
p
q
r
s
t
v
Enumerator
a
b
c
d
e
f
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Properties
Related Functions
:
a
b
c
d
e
g
h
i
m
o
p
r
s
t
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
u
z
Variables
a
b
c
d
e
g
h
i
m
o
p
q
r
s
t
v
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Enumerations
Enumerator
c
e
f
p
u
v
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Public Member Functions
|
List of all members
CompareFirstOfPointerPair_t Struct Reference
Public Member Functions
template<typename S , typename T >
bool
operator()
(const
std::pair
< S *, T * > &p1, const
std::pair
< S *, T * > &p2) const
Detailed Description
Definition at line
55
of file
ChronoStatSvc.cpp
.
Member Function Documentation
◆
operator()()
template<typename S , typename T >
bool CompareFirstOfPointerPair_t::operator()
(
const
std::pair
< S *, T * > &
p1
,
const
std::pair
< S *, T * > &
p2
)
const
inline
Definition at line
57
of file
ChronoStatSvc.cpp
.
57
{
58
auto
e1
=
p1
.first;
59
auto
e2
=
p2
.first;
60
return
( !
e1
|| !
e2
) || *
e1
< *
e2
;
61
}
The documentation for this struct was generated from the following file:
GaudiCommonSvc/src/
ChronoStatSvc.cpp
AlgSequencer.p2
p2
Definition:
AlgSequencer.py:30
AlgSequencer.p1
p1
Definition:
AlgSequencer.py:29
e2
HepRndm::Engine< TripleRand > e2
Definition:
HepRndmEngines.cpp:203
HepRndm::Engine
Definition:
HepRndmEngine.h:35
CompareFirstOfPointerPair_t
Generated on Mon Apr 7 2025 16:26:30 for The Gaudi Framework by
1.8.18