Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Brieuc Francois <[email protected]>
  • Loading branch information
AlexisMlz and BrieucF authored Apr 15, 2024
1 parent e1d4fb8 commit 0fa3ce6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions RecFCCeeCalorimeter/src/components/AugmentClustersFCCee.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ StatusCode AugmentClustersFCCee::initialize()
const char *detector = m_detectorNames[k].c_str();
for (unsigned layer = 0; layer < m_numLayers[k]; layer++)
{
showerShapeDecorations.push_back(Form("f%s%d", detector, layer));
showerShapeDecorations.push_back(Form("theta%s%d", detector, layer));
showerShapeDecorations.push_back(Form("phi%s%d", detector, layer));
showerShapeDecorations.push_back(Form("energy_%s_layer_%d", detector, layer));
showerShapeDecorations.push_back(Form("theta_%s_layer_%d", detector, layer));
showerShapeDecorations.push_back(Form("phi_%s_layer_%d", detector, layer));
}
}
m_showerShapeHandle.put(showerShapeDecorations);
Expand Down
2 changes: 1 addition & 1 deletion RecFCCeeCalorimeter/src/components/AugmentClustersFCCee.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace dd4hep

/** @class AugmentClustersFCCee
*
* Add to the cluster shape parameters the energies and barycenter positions
* Add to the cluster shape parameters the sum of the cluster cells energy and barycenter theta/phi coordinates
* per layer. The theta position is calculated with a log(E) weighting
*
* @author Alexis Maloizel
Expand Down

0 comments on commit 0fa3ce6

Please sign in to comment.