detector chamber

This commit is contained in:
AndreaRigoni
2026-03-19 09:46:36 +00:00
parent 176a82f108
commit ca2223e04c
7 changed files with 212 additions and 24 deletions

View File

@@ -48,6 +48,10 @@ protected:
class MuonEvent : public MuonEventData {
public:
using MuonEventData::LineIn;
using MuonEventData::LineOut;
using MuonEventData::GetMomentum;
inline HLine3f & LineIn() { return this->m_LineIn; }
inline HLine3f & LineOut() { return this->m_LineOut; }
inline Scalarf & Momentum() { return this->m_Momentum; }