Skip to content

Commit

Permalink
[Backport v1.13] JetReconstructionConfig: reduce default ghost area t…
Browse files Browse the repository at this point in the history
…o 0.01 (#1447)

# Description
Backport of #1446 to `v1.13`.

Co-authored-by: Dmitry Kalinkin <[email protected]>
  • Loading branch information
epic-capybara and veprbl authored May 12, 2024
1 parent 29be575 commit 83a8852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithms/reco/JetReconstructionConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace eicrecon {
double maxCstPt = 100. * dd4hep::GeV; // maximum pT of objects fed to clsuter sequence
double minJetPt = 1.0 * dd4hep::GeV; // minimum jet pT
double ghostMaxRap = 3.5; // maximum rapidity of ghosts
double ghostArea = 0.001; // area per ghost
double ghostArea = 0.01; // area per ghost
int numGhostRepeat = 1; // number of times a ghost is reused per grid site
std::string jetAlgo = "antikt_algorithm"; // jet finding algorithm
std::string recombScheme = "E_scheme"; // particle recombination scheme
Expand Down

0 comments on commit 83a8852

Please sign in to comment.