Loading [MathJax]/jax/output/SVG/config.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
PhysicsAnalysis
AnalysisCommon
FakeBkgTools
FakeBkgTools
LhoodMMFitInfo.h
Go to the documentation of this file.
1
#ifndef Lhood_MM_FitInfo_h
2
#define Lhood_MM_FitInfo_h
3
4
#include <vector>
5
#include <string>
6
#include "
FakeBkgTools/FakeBkgInternals.h
"
7
8
class
TDirectory;
9
class
TTree;
10
11
namespace
CP
12
{
13
struct
LhoodMMFitInfo
{
14
15
LhoodMMFitInfo
(
int
nlep = 1);
16
17
std::vector< std::vector < std::vector< FakeBkgTools::Efficiency> > >
coeffs_num
;
18
std::vector < std::vector< FakeBkgTools::Efficiency> >
normterms
;
19
std::vector<std::vector<double> >
event_cat
;
20
std::vector<std::vector<double> >
event_sumw2
;
21
std::vector< std::vector < double > >
OSfrac_num
;
22
std::vector< std::vector < double > >
OSfrac_denom
;
23
int
totEvents
;
24
std::vector<double>
eventCount
;
25
void
add
(
LhoodMMFitInfo
& rhs,
int
nLepMax);
26
void
resizeVectors
(
unsigned
nlep);
27
void
reset
();
28
29
};
30
31
}
32
33
#endif
CP::LhoodMMFitInfo::totEvents
int totEvents
Definition:
LhoodMMFitInfo.h:23
CP::LhoodMMFitInfo::OSfrac_denom
std::vector< std::vector< double > > OSfrac_denom
Definition:
LhoodMMFitInfo.h:22
CP::LhoodMMFitInfo::add
void add(LhoodMMFitInfo &rhs, int nLepMax)
Definition:
LhoodMMFitInfo.cxx:35
CP::LhoodMMFitInfo::LhoodMMFitInfo
LhoodMMFitInfo(int nlep=1)
Definition:
LhoodMMFitInfo.cxx:12
CP::LhoodMMFitInfo::resizeVectors
void resizeVectors(unsigned nlep)
Definition:
LhoodMMFitInfo.cxx:73
CP
Select isolated Photons, Electrons and Muons.
Definition:
Control/xAODRootAccess/xAODRootAccess/TEvent.h:49
CP::LhoodMMFitInfo::eventCount
std::vector< double > eventCount
Definition:
LhoodMMFitInfo.h:24
CP::LhoodMMFitInfo::OSfrac_num
std::vector< std::vector< double > > OSfrac_num
Definition:
LhoodMMFitInfo.h:21
CP::LhoodMMFitInfo::event_sumw2
std::vector< std::vector< double > > event_sumw2
Definition:
LhoodMMFitInfo.h:20
CP::LhoodMMFitInfo::event_cat
std::vector< std::vector< double > > event_cat
Definition:
LhoodMMFitInfo.h:19
CP::LhoodMMFitInfo::coeffs_num
std::vector< std::vector< std::vector< FakeBkgTools::Efficiency > > > coeffs_num
Definition:
LhoodMMFitInfo.h:17
CP::LhoodMMFitInfo
Definition:
LhoodMMFitInfo.h:13
FakeBkgInternals.h
CP::LhoodMMFitInfo::reset
void reset()
Definition:
LhoodMMFitInfo.cxx:17
CP::LhoodMMFitInfo::normterms
std::vector< std::vector< FakeBkgTools::Efficiency > > normterms
Definition:
LhoodMMFitInfo.h:18
Generated on Tue Mar 25 2025 21:14:14 for ATLAS Offline Software by
1.8.18