StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DSMLayer_E001_2017.cc
1 #include "DSMAlgo_EE001_2017.hh"
2 #include "DSMAlgo_EE002_2017.hh"
3 #include "DSMLayer_E001_2017.hh"
4 
5 DSMLayer_E001_2017::DSMLayer_E001_2017() : DSMLayer_E001_2009()
6 {
7  for (size_t dsm = 0; dsm < size(); ++dsm)
8  (*this)[dsm].setName("EE", 0, dsm);
9 }
10 
11 void DSMLayer_E001_2017::run()
12 {
13  DSMAlgo_EE001_2017()((*this)[0]); // EE001
14  DSMAlgo_EE002_2017()((*this)[1]); // EE002
15  DSMAlgo_EE001_2017()((*this)[2]); // EE003
16  DSMAlgo_EE001_2017()((*this)[3]); // EE004
17  DSMAlgo_EE002_2017()((*this)[4]); // EE005
18  DSMAlgo_EE001_2017()((*this)[5]); // EE006
19  DSMAlgo_EE001_2017()((*this)[6]); // EE007
20  DSMAlgo_EE002_2017()((*this)[7]); // EE008
21  DSMAlgo_EE001_2017()((*this)[8]); // EE009
22 }