CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
FWHLTTriggerTableView.h
Go to the documentation of this file.
1 #ifndef Fireworks_Core_FWHLTTriggerTableView_h
2 #define Fireworks_Core_FWHLTTriggerTableView_h
3 // -*- C++ -*-
4 //
5 // Package: Core
6 // Class : FWHLTTriggerTableView
7 //
16 //
17 // Original Author:
18 // Created: Tue Jan 25 16:02:24 CET 2011
19 //
20 
23 
24 #include <unordered_map>
25 
28 class ViewerParameterGUI;
29 
31 public:
32  FWHLTTriggerTableView(TEveWindowSlot*);
33  ~FWHLTTriggerTableView() override {}
34 
35 protected:
36  void fillTable(fwlite::Event* event) override;
37 
38 private:
39  typedef std::unordered_map<std::string, double> acceptmap_t;
40 
43 
45 };
46 #endif
std::unordered_map< std::string, double > acceptmap_t
void fillTable(fwlite::Event *event) override
FWHLTTriggerTableView(TEveWindowSlot *)