| 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 FMDATASELECTOR_H 002 #define FMDATASELECTOR_H 003 004 #include "INtupleReader.h" 005 #include "IDisplayFrame.h" 006 007 #include <TGFrame.h> 008 #include <TGButton.h> 009 010 #include <map> 011 #include <string> 012 013 class FMDataSelector 014 { 015 public: 016 FMDataSelector(IDisplayFrame* parentFrame); 017 virtual ~FMDataSelector(void); 018 019 void OnDataChange(Int_t id); 020 021 private: 022 IDisplayFrame* m_pParentFrame; 023 INtupleReader* m_pReader; 024 025 std::map<int, std::string> m_mapBranchesId; 026 027 int m_previousId; 028 }; 029 030 #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. |
|