Loading [MathJax]/extensions/tex2jax.js
JHUGen MELA
JHUGen v7.5.6, MELA v2.4.2
Matrix element calculations as used in JHUGen.
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
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
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
r
s
t
z
Classes
Class List
Class Index
Class Hierarchy
Class 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
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
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
v
w
x
z
Functions
!
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
x
z
Typedefs
Enumerations
Enumerator
c
g
l
m
n
s
Macros
_
a
b
c
g
m
p
q
s
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
SuperDijetMela.h
Go to the documentation of this file.
1
#ifndef SUPERDIJETMELA
2
#define SUPERDIJETMELA
3
4
#include <unordered_map>
5
#include "
MELADifermionResolutionModel.h
"
6
7
8
class
SuperDijetMela
{
9
protected
:
10
float
sqrts
;
11
TVar::VerbosityLevel
verbosity
;
12
/***** RESOLUTION HANDLES *****/
13
std::unordered_map<int, MELADifermionResolutionModel*>
ResolutionModelMap
;
14
15
/***** Constructor wrapper *****/
16
void
Build
();
17
18
public
:
19
SuperDijetMela
(
float
sqrts_,
TVar::VerbosityLevel
verbosity_);
20
SuperDijetMela
(
const
SuperDijetMela
& other);
21
~SuperDijetMela
();
22
23
void
SetVerbosity
(
const
TVar::VerbosityLevel
verbosity_){
verbosity
=verbosity_; }
24
25
void
SetupResolutionModel
(
TVar::Production
prod);
26
float
GetConvBW
(
TVar::Production
prod,
MELACandidate
* cand,
bool
useTrueBW);
27
28
};
29
30
#endif
31
SuperDijetMela::ResolutionModelMap
std::unordered_map< int, MELADifermionResolutionModel * > ResolutionModelMap
Definition:
SuperDijetMela.h:13
MELADifermionResolutionModel.h
TVar::VerbosityLevel
VerbosityLevel
Definition:
TVar.hh:47
SuperDijetMela
Definition:
SuperDijetMela.h:8
SuperDijetMela::~SuperDijetMela
~SuperDijetMela()
Definition:
SuperDijetMela.cc:26
SuperDijetMela::SetVerbosity
void SetVerbosity(const TVar::VerbosityLevel verbosity_)
Definition:
SuperDijetMela.h:23
SuperDijetMela::SuperDijetMela
SuperDijetMela(float sqrts_, TVar::VerbosityLevel verbosity_)
Definition:
SuperDijetMela.cc:14
SuperDijetMela::Build
void Build()
Definition:
SuperDijetMela.cc:30
SuperDijetMela::sqrts
float sqrts
Definition:
SuperDijetMela.h:10
SuperDijetMela::verbosity
TVar::VerbosityLevel verbosity
Definition:
SuperDijetMela.h:11
MELACandidate
Definition:
MELACandidate.h:7
TVar::Production
Production
Definition:
TVar.hh:61
SuperDijetMela::SetupResolutionModel
void SetupResolutionModel(TVar::Production prod)
Definition:
SuperDijetMela.cc:35
SuperDijetMela::GetConvBW
float GetConvBW(TVar::Production prod, MELACandidate *cand, bool useTrueBW)
Definition:
SuperDijetMela.cc:64
MELA
interface
SuperDijetMela.h
Generated on Fri Oct 18 2024 15:51:14 for JHUGen MELA by
1.8.17