Skip to content

Commit

Permalink
[CreateCaloCells] Switch cross-talk to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
BrieucF committed Jul 9, 2024
1 parent 0341395 commit a73b95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecCalorimeter/src/components/CreateCaloCells.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class CreateCaloCells : public GaudiAlgorithm {
ToolHandle<ICalorimeterTool> m_geoTool{"TubeLayerPhiEtaCaloTool", this};

/// Add crosstalk to cells?
Gaudi::Property<bool> m_addCrosstalk{this, "addCrosstalk", true, "Add crosstalk effect?"};
Gaudi::Property<bool> m_addCrosstalk{this, "addCrosstalk", false, "Add crosstalk effect?"};
/// Calibrate to EM scale?
Gaudi::Property<bool> m_doCellCalibration{this, "doCellCalibration", true, "Calibrate to EM scale?"};
/// Add noise to cells?
Expand Down

0 comments on commit a73b95c

Please sign in to comment.