| 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 FMEVENTSELECTOR_H 002 #define FMEVENTSELECTOR_H 003 004 #include <TGFrame.h> 005 #include "INtupleReader.h" 006 #include "IDisplayFrame.h" 007 008 #include "TGNumberEntry.h" 009 010 class FMEventSelector 011 { 012 public: 013 FMEventSelector(IDisplayFrame* parentFrame); 014 virtual ~FMEventSelector(void); 015 016 void OnEventNumberSet(Long_t val); 017 018 private: 019 IDisplayFrame* m_pParentFrame; 020 INtupleReader* m_pReader; 021 TGNumberEntry* m_fEventSelNumberEntry; 022 }; 023 024 #endif
| [ 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. |
|