CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FlashlistElements.h
Go to the documentation of this file.
1 #ifndef _flashlist_elements_h_
2 #define _flashlist_elements_h_
3 
4 #include "xdata/Bag.h"
5 #include "xdata/String.h"
6 //#include "xdata/Boolean.h"
7 //#include "xdata/Integer.h"
8 
9 namespace xmas2dqm
10 {
11  namespace wse
12  {
13 
15  {
16  public:
18  //~ServiceProperties();
19  void registerFields(xdata::Bag<FlashlistElements> * bag);
20  //static bool less(ServiceProperties s1, ServiceProperties s2);
21  xdata::String flashlist;
22  xdata::String element;
23  xdata::String xtitle;
24  xdata::String ytitle;
25  xdata::String bins;
26  xdata::String xmin;
27  xdata::String xmax;
28  };
29  }
30 }
31 
32 #endif
void registerFields(xdata::Bag< FlashlistElements > *bag)