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
Reconstruction
Jet
JetEvent
JetEvent
JetMomentMapManager.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef JETEVENT_JETMOMENTMAPMANAGER_H
8
#define JETEVENT_JETMOMENTMAPMANAGER_H
9
24
#include "
JetEvent/JetMomentMap.h
"
25
26
#include <set>
27
class
JetMomentMap
;
28
class
JetMomentMapManager
{
29
30
public
:
31
JetMomentMapManager
():
m_noRemoveMode
(false) {};
32
~JetMomentMapManager
();
33
void
add
(
JetMomentMap
*
m
);
34
void
remove
(
const
JetMomentMap
*
m
);
35
void
clear
();
36
static
JetMomentMapManager
s_instance
;
37
protected
:
38
std::set<JetMomentMap*>
m_maps
;
39
40
bool
m_noRemoveMode
;
41
42
};
43
#endif
JetMomentMap
Definition:
JetMomentMap.h:21
JetMomentMap.h
python.SystemOfUnits.m
int m
Definition:
SystemOfUnits.py:91
JetMomentMapManager::~JetMomentMapManager
~JetMomentMapManager()
Definition:
JetMomentMapManager.cxx:23
JetMomentMapManager::m_noRemoveMode
bool m_noRemoveMode
Definition:
JetMomentMapManager.h:40
JetMomentMapManager::remove
void remove(const JetMomentMap *m)
Definition:
JetMomentMapManager.cxx:15
JetMomentMapManager::JetMomentMapManager
JetMomentMapManager()
Definition:
JetMomentMapManager.h:31
JetMomentMapManager::add
void add(JetMomentMap *m)
Definition:
JetMomentMapManager.cxx:10
JetMomentMapManager::s_instance
static JetMomentMapManager s_instance
Definition:
JetMomentMapManager.h:36
JetMomentMapManager
////////////////////////////////////////
Definition:
JetMomentMapManager.h:28
JetMomentMapManager::m_maps
std::set< JetMomentMap * > m_maps
Definition:
JetMomentMapManager.h:38
JetMomentMapManager::clear
void clear()
Definition:
JetMomentMapManager.cxx:26
Generated on Sun Mar 23 2025 21:12:52 for ATLAS Offline Software by
1.8.18