Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F10664168
Parameters.hh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Subscribers
None
Parameters.hh
View Options
#ifndef _PARAMETERS_H
#define _PARAMETERS_H
#include
<iostream>
#include
<string>
using
namespace
std
;
namespace
SpartyJet
{
enum
AlgCode
{
ALG_JETCLU
=
1
,
ALG_MIDPOINT
,
ALG_FASTJET
,
ALG_SISCONE
,
ALG_D0CONE
,
ALG_ATLASCONE
,
ALG_ATLASKT
,
ALG_CELLJET
};
class
Parameters
{
public
:
Parameters
();
//Parameters
/////////////////////////////////////
//type name // default
//--------------------------//-----------
double
JetClu_seedThreshold
;
// = 1;
double
JetClu_coneRadius
;
// = 0.7;
int
JetClu_adjacencyCut
;
// = 2;
int
JetClu_maxIterations
;
// = 100;
int
JetClu_iratch
;
// = 1;
double
JetClu_overlapThreshold
;
// = 0.75;
//--------------------------//-----------
double
MidPoint_seedThreshold
;
// = 1;
double
MidPoint_coneRadius
;
// = 0.7;
double
MidPoint_coneAreaFraction
;
// = 0.25;
int
MidPoint_maxPairSize
;
// = 2;
int
MidPoint_maxIterations
;
// = 100;
double
MidPoint_overlapThreshold
;
// = 0.75;
int
MidPoint_reduceConeSize
;
// = 0;
bool
MidPoint_doSecondPass
;
// = false;
//--------------------------//-----------
bool
FastJet_aachen
;
// = false
bool
FastJet_area
;
// = true
bool
FastJet_inclusive
;
// = true
bool
FastJet_exclusive
;
// = false
// int FastJet_strategy; // =
double
FastJet_Rparam
;
// = 1.0
double
FastJet_ptmin
;
// = 5.0
double
FastJet_dcut
;
// = 25.0
double
FastJet_ghost_etamax
;
// = 6.0
int
FastJet_repeat
;
// = 5
double
FastJet_ghost_area
;
// = 0.01
double
FastJet_grid_scatter
;
// = 1E-4
double
FastJet_kt_scatter
;
// = 0.02
double
FastJet_mean_ghost_kt
;
// = 1E-100
//--------------------------//-----------
bool
SISCone_area
;
// = false
bool
SISCone_inclusive
;
// = true
bool
SISCone_exclusive
;
// = false
double
SISCone_coneRadius
;
// = 0.7
double
SISCone_overlapThreshold
;
// = 0.75
int
SISCone_nPassMax
;
// = 0
double
SISCone_protojetptmin
;
// = 0.0
int
SISCone_caching
;
// = 0
double
SISCone_ghost_etamax
;
// = 6.0
int
SISCone_repeat
;
// = 5
double
SISCone_ghost_area
;
// = 0.1
double
SISCone_grid_scatter
;
// = 1E-4
double
SISCone_kt_scatter
;
// = 0.01
double
SISCone_mean_ghost_kt
;
// = 1E-100
//--------------------------//-----------
bool
D0Cone_do_second_pass
;
// = false
float
D0Cone_cone_radius
;
// = 0.5
float
D0Cone_min_jet_Et
;
// = 0.0
float
D0Cone_split_ratio
;
// = 0.5
float
D0Cone_far_ratio
;
// = 0.5
float
D0Cone_Et_min_ratio
;
// = 0.5
bool
D0Cone_kill_duplicate
;
// = true
float
D0Cone_duplicate_dR
;
// = 0.005
float
D0Cone_duplicate_dPT
;
// = 0.01
float
D0Cone_search_factor
;
// = 1.0
float
D0Cone_pT_min_leading_protojet
;
// 0.0
float
D0Cone_pT_min_second_protojet
;
// 0.0
int
D0Cone_merge_max
;
// = 10000
float
D0Cone_pT_min_nomerge
;
// = 0.0
float
D0Cone_Item_ET_Threshold
;
// = 0.0
float
D0Cone_Zvertex
;
// = 0.0
//--------------------------//-----------
double
CellJet_eTjetMinIn
;
// = 0
double
CellJet_coneRadiusIn
;
// = 0.7
double
CellJet_eTseedIn
;
// = 1.5
//--------------------------//-----------
double
AtlasCone_coneRadius
;
// = 0.7
double
AtlasCone_seedPt
;
// = 1
double
AtlasCone_splitmerge
;
// = 0.75
//--------------------------//-----------
double
AtlasKt_m_rParameter
;
// = 0.7
// int AtlasKt_m_excluN; // = ?
// double AtlasKt_m_excluD; // = ?
string
AtlasKt_findername
;
// = "Standard"
};
}
// namespace SpartyJet
#endif
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Thu, Apr 24, 6:31 AM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4850602
Default Alt Text
Parameters.hh (3 KB)
Attached To
rSPARTYJETSVN spartyjetsvn
Event Timeline
Log In to Comment