diff --git a/RecFCCeeCalorimeter/src/components/CreateFCCeeCaloNeighbours.h b/RecFCCeeCalorimeter/src/components/CreateFCCeeCaloNeighbours.h index 2330e53d..07bed908 100644 --- a/RecFCCeeCalorimeter/src/components/CreateFCCeeCaloNeighbours.h +++ b/RecFCCeeCalorimeter/src/components/CreateFCCeeCaloNeighbours.h @@ -61,7 +61,7 @@ class CreateFCCeeCaloNeighbours : public extends1 { // Radii of layers in the segmented volume Gaudi::Property> m_activeVolumesTheta{this, "activeVolumesTheta"}; /// Whether to create the geant4 geometry or not - Gaudi::Property m_includeDiagonalCells{this, "UseDiagonalCells", false, "If True will consider also diagonal neighbours in volumes with theta-module segmentation"}; + Gaudi::Property 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> m_readoutNamesNested{this, "readoutNamesVolumes"};