Page MenuHomeHEPForge

Parameters.cc
No OneTemporary

Parameters.cc

#include "Parameters.hh"
namespace SpartyJet {
Parameters::Parameters() {
MidPoint_seedThreshold = 1;
MidPoint_coneRadius = 0.7;
MidPoint_coneAreaFraction = 0.25;
MidPoint_maxPairSize = 2;
MidPoint_maxIterations = 100;
MidPoint_overlapThreshold = 0.75;
MidPoint_reduceConeSize = 0;
JetClu_seedThreshold = 1;
JetClu_coneRadius = 0.7;
JetClu_adjacencyCut = 2;
JetClu_maxIterations = 100;
JetClu_iratch = 1;
JetClu_overlapThreshold = 0.75;
FastJet_aachen = false;
FastJet_area = true;
FastJet_inclusive = true;
FastJet_exclusive = false;
// FastJet_strategy = fastjet::Best;
FastJet_Rparam = 1.0;
FastJet_ptmin = 5.0;
FastJet_dcut = 25.0;
FastJet_ghost_etamax = 6.0;
FastJet_repeat = 5;
FastJet_ghost_area = 0.01;
FastJet_grid_scatter = 1E-4;
FastJet_kt_scatter = 0.01;
FastJet_mean_ghost_kt = 1E-100;
SISCone_area = false;
SISCone_inclusive = true;
SISCone_exclusive = false;
SISCone_coneRadius = 0.7;
SISCone_overlapThreshold = 0.75;
SISCone_nPassMax = 0;
SISCone_protojetptmin = 0.0;
SISCone_caching = 0;
SISCone_ghost_etamax = 6.0;
SISCone_repeat = 5;
SISCone_ghost_area = 0.1;
SISCone_grid_scatter = 1E-4;
SISCone_kt_scatter = 0.01;
SISCone_mean_ghost_kt = 1E-100;
D0Cone_cone_radius = 0.5;
D0Cone_min_jet_Et = 0.0;
D0Cone_split_ratio = 0.5;
D0Cone_far_ratio = 0.5;
D0Cone_Et_min_ratio = 0.5;
D0Cone_kill_duplicate = true;
D0Cone_duplicate_dR = 0.005;
D0Cone_duplicate_dPT = 0.01;
D0Cone_search_factor = 1.0;
D0Cone_pT_min_leading_protojet = 0.0;
D0Cone_pT_min_second_protojet = 0.0;
D0Cone_merge_max = 10000;
D0Cone_pT_min_nomerge = 0.0;
D0Cone_Item_ET_Threshold = 0.0;
D0Cone_Zvertex = 0.0;
CellJet_eTjetMinIn = 0;
CellJet_coneRadiusIn = 0.7;
CellJet_eTseedIn = 1.5;
AtlasCone_coneRadius = 0.7;
AtlasCone_seedPt = 1;
AtlasCone_splitmerge = 0.75;
AtlasKt_m_rParameter = 0.7;
//AtlasKt_m_excluN = ?
//AtlasKt_m_excluD = ?
AtlasKt_findername = "Standard";
}
} // namespace SpartyJet

File Metadata

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
4833526
Default Alt Text
Parameters.cc (2 KB)

Event Timeline