StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DSMLayer_E101_2017.cc
1 #include "DSMLayer_E101_2017.hh"
2 
3 #include "DSMAlgo_EE101_2017.hh"
4 #include "DSMAlgo_EE102_2017.hh"
5 
6 DSMLayer_E101_2017::DSMLayer_E101_2017() : DSMLayer_E101_2009()
7 {
8  //printf("DSMLayer_E101_2017 constructor\n");
9  for (size_t dsm = 0; dsm < size(); ++dsm)
10  (*this)[dsm].setName("EE", 1, dsm);
11 }
12 
13 void DSMLayer_E101_2017::run()
14 {
15  DSMAlgo_EE101_2017()((*this)[0]); // EE101
16  DSMAlgo_EE102_2017()((*this)[1]); // EE102
17 }