Skip to content

Commit

Permalink
increased w0 parameter in cluster CoG for the ZDC (#1617)
Browse files Browse the repository at this point in the history
increases the w0 parameter in the ZDC cluster reconstruction CoG so that
the subcell with the largest energy does not dominate the position
reconstruction too much. Without this fix, the positions of the clusters
are strongly pulled towards the subcell with the most energy, causing an
unwanted pattern in the reconstructed cluster position.

### Briefly, what does this PR introduce?
Increase the w0 parameter in the ZDC

### What kind of change does this PR introduce?
- [ ] Bug fix (issue #__)
- [ ] New feature (issue #__)
- [ ] Documentation update
- [X] Other: parameter tweaking

### Please check if this PR fulfills the following:
- [X] Tests for the changes have been added
- [X] Documentation has been added / updated
- [X] Changes have been communicated to collaborators

### Does this PR introduce breaking changes? What changes might users
need to make to their code?
no
### Does this PR change default behavior?
yes.  modifies the paramters of the cluster position reconstruction
  • Loading branch information
sebouh137 authored Sep 17, 2024
1 parent 237af36 commit f833c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detectors/ZDC/ZDC.cc
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ extern "C" {
{
.energyWeight = "log",
.sampFrac = 0.0203,
.logWeightBaseCoeffs={5.0,0.65,0.31},
.logWeightBaseCoeffs={5.8,0.65,0.31},
.logWeightBase_Eref=50*dd4hep::GeV,
.longitudinalShowerInfoAvailable = true,
},
Expand Down

0 comments on commit f833c1b

Please sign in to comment.