Main Page
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
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
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
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
_
a
d
e
f
l
m
o
p
s
t
u
v
Related 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
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
RecoJets
JetAlgorithms
src
QjetsPlugin.cc
Go to the documentation of this file.
1
#include "
RecoJets/JetAlgorithms/interface/QjetsPlugin.h
"
2
3
using namespace
std
;
4
5
void
QjetsPlugin::SetRandSeed
(
unsigned
int
seed
) {
6
_rand_seed_set =
true
;
7
_seed =
seed
;
8
}
9
10
double
QjetsPlugin::R
()
const
{
return
0.; }
11
12
string
QjetsPlugin::description
()
const
{
13
string
desc(
"Qjets pruning plugin"
);
14
return
desc;
15
}
16
17
void
QjetsPlugin::run_clustering
(fastjet::ClusterSequence&
cs
)
const
{
18
Qjets
qjets(_zcut, _dcut_fctr, _exp_min, _exp_max, _rigidity, _truncation_fctr, _rnEngine);
19
if
(_rand_seed_set)
20
qjets.
SetRandSeed
(_seed);
21
qjets.
Cluster
(
cs
);
22
}
Qjets::SetRandSeed
void SetRandSeed(unsigned int seed)
Definition:
Qjets.cc:5
QjetsPlugin::R
double R() const override
Definition:
QjetsPlugin.cc:10
fwrapper::cs
unique_ptr< ClusterSequence > cs
Definition:
fastjetfortran_madfks.cc:45
QjetsPlugin::run_clustering
void run_clustering(fastjet::ClusterSequence &cs) const override
Definition:
QjetsPlugin.cc:17
QjetsPlugin.h
QjetsPlugin::description
std::string description() const override
Definition:
QjetsPlugin.cc:12
std
Definition:
JetResolutionObject.h:76
Qjets
Definition:
Qjets.h:28
Qjets::Cluster
void Cluster(fastjet::ClusterSequence &cs)
Definition:
Qjets.cc:60
QjetsPlugin::SetRandSeed
void SetRandSeed(unsigned int seed)
Definition:
QjetsPlugin.cc:5
SurveyInfoScenario_cff.seed
seed
Definition:
SurveyInfoScenario_cff.py:295
Generated for CMSSW Reference Manual by
1.8.16