| Report problems to ATLAS LXR Team (with time and IP address indicated) |
|
[ source navigation ] [ diff markup ] [ identifier search ] [ general search ] |
||||
|
||||||
| Links to LXR source navigation pages for stable releases | [ 12.*.* ] [ 13.*.* ] [ 14.*.* ] [ 15.*.* ] | |||||
001 #ifndef FMDETECTORSELECTOR_H 002 #define FMDETECTORSELECTOR_H 003 004 #include "IDisplayFrame.h" 005 006 #include <TGFrame.h> 007 #include <TGButton.h> 008 009 class FMDetectorSelector 010 { 011 public: 012 FMDetectorSelector(IDisplayFrame* parentFrame); 013 virtual ~FMDetectorSelector(void); 014 015 enum eDetectorId{ BT_RADIO_DET_EM = 0, BT_RADIO_DET_HAD, BT_RADIO_DET_BOTH }; 016 017 inline eDetectorId getSelectedDetectors() { return m_previousId; }; 018 019 void OnDetectorsChange(Int_t id); 020 021 private: 022 023 IDisplayFrame* m_pParentFrame; 024 TGRadioButton* m_fDetRadioButton[3]; 025 026 eDetectorId m_previousId; 027 }; 028 029 #endif 030
| [ source navigation ] | [ diff markup ] | [ identifier search ] | [ general search ] |
| Due to the LXR bug, the updates fail sometimes to remove references to deleted files. The Saturday's full rebuilds fix these problems | |
| This page was automatically generated by the LXR engine. |
|