Skip to content

Commit

Permalink
fixing gbts data storage
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosie-Hasan committed Nov 22, 2024
1 parent 9ddf2e4 commit b33faca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/include/Acts/Seeding/GbtsDataStorage.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ struct GbtsSP {
bool isSCT() const { return !m_isPixel; }
float phi() const { return m_phi; }
float r() const {return m_r;}
bool ClusterWidth() const { return m_ClusterWidth; }
float ClusterWidth() const { return m_ClusterWidth; }
};

template <typename space_point_t>
Expand Down

0 comments on commit b33faca

Please sign in to comment.