Skip to content
Snippets Groups Projects
Commit 8a8dc802 authored by Chad Lantz's avatar Chad Lantz
Browse files

Added GetAlignment function to allow other classes access to test beam setup

parent ba92ca08
No related branches found
No related tags found
No related merge requests found
......@@ -133,10 +133,11 @@ public:
inline void ForcePosition ( G4bool arg ){ForceDetectorPosition = arg;}
inline void SetPI0Flag ( G4bool arg ){PI0 = arg;}
virtual Survey* GetSurvey ( G4String name );
inline G4bool GetOverlapsFlag ( ){ return CHECK_OVERLAPS; }
inline G4bool GetOpticalFlag ( ){ return OPTICAL; }
inline G4bool GetPI0Flag ( ){ return PI0; }
virtual Survey* GetSurvey ( G4String name );
inline Alignment GetAlignment ( ){ return *m_alignment; }
inline G4bool GetOverlapsFlag ( ){ return CHECK_OVERLAPS; }
inline G4bool GetOpticalFlag ( ){ return OPTICAL; }
inline G4bool GetPI0Flag ( ){ return PI0; }
inline std::vector< ModTypeZDC* >* GetZDCvec ( ){ return &m_ZDCvec; }
inline std::vector< ModTypeRPD* >* GetRPDvec ( ){ return &m_RPDvec; }
inline ModTypeTRI* GetTRI ( ){ return m_TRI; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment