Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
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
{
11
return
0.;
12
}
13
14
string
QjetsPlugin::description
()
const
{
15
string
desc(
"Qjets pruning plugin"
);
16
return
desc;
17
}
18
19
void
QjetsPlugin::run_clustering
(fastjet::ClusterSequence &
cs
)
const
{
20
Qjets
qjets(_zcut, _dcut_fctr, _exp_min, _exp_max, _rigidity, _truncation_fctr, _rnEngine);
21
if
(_rand_seed_set)
22
qjets.
SetRandSeed
(_seed);
23
qjets.
Cluster
(cs);
24
}
Qjets::Cluster
void Cluster(fastjet::ClusterSequence &cs)
Definition:
Qjets.cc:61
fwrapper::cs
auto_ptr< ClusterSequence > cs
Definition:
fastjetfortran_madfks.cc:45
Qjets::SetRandSeed
void SetRandSeed(unsigned int seed)
Definition:
Qjets.cc:5
QjetsPlugin::description
std::string description() const
Definition:
QjetsPlugin.cc:14
Qjets
Definition:
Qjets.h:26
QjetsPlugin::run_clustering
void run_clustering(fastjet::ClusterSequence &cs) const
Definition:
QjetsPlugin.cc:19
QjetsPlugin.h
QjetsPlugin::SetRandSeed
void SetRandSeed(unsigned int seed)
Definition:
QjetsPlugin.cc:5
QjetsPlugin::R
double R() const
Definition:
QjetsPlugin.cc:10
fileCollector.seed
tuple seed
Definition:
fileCollector.py:125
Generated for CMSSW Reference Manual by
1.8.5