Skip to content

Commit

Permalink
rename value of a property
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannimarchiori committed Oct 9, 2023
1 parent 72b9814 commit a848093
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class CreateFCCeeCaloNeighbours : public extends1<Service, ICaloCreateMap> {
// Radii of layers in the segmented volume
Gaudi::Property<std::vector<double>> m_activeVolumesTheta{this, "activeVolumesTheta"};
/// Whether to create the geant4 geometry or not
Gaudi::Property<bool> m_includeDiagonalCells{this, "UseDiagonalCells", false, "If True will consider also diagonal neighbours in volumes with theta-module segmentation"};
Gaudi::Property<bool> m_includeDiagonalCells{this, "includeDiagonalCells", false, "If True will consider also diagonal neighbours in volumes with theta-module segmentation"};

/// Names of the detector readout for volumes with nested volume structure and no segmentation
Gaudi::Property<std::vector<std::string>> m_readoutNamesNested{this, "readoutNamesVolumes"};
Expand Down

0 comments on commit a848093

Please sign in to comment.