CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FlashlistElements.cc
Go to the documentation of this file.
2 
3 namespace xmas2dqm
4 {
5  namespace wse
6  {
7 
9  :
10  flashlist("flashlist_const"),
11  element("element_const"),
12  xtitle("xtitle_const"),
13  ytitle("ytitle_const")
14  {
15  }
16 
17  void FlashlistElements::registerFields(xdata::Bag<FlashlistElements> * bag)
18  {
19  bag->addField("flashlist", &flashlist);
20  bag->addField("element", &element);
21  bag->addField("xtitle", &xtitle);
22  bag->addField("ytitle", &ytitle);
23  bag->addField("bins", &bins);
24  bag->addField("xmin", &xmin);
25  bag->addField("xmax", &xmax);
26  }
27 
28  /*bool ServiceProperties::less(ServiceProperties s1, ServiceProperties s2)
29  {
30  return ( s1.priority_ <= s2.priority_ );
31  }*/
32  }
33 }
void registerFields(xdata::Bag< FlashlistElements > *bag)