StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DSMLayer_B101_2015.cc
1 #include "DSMLayer_B101_2015.hh"
2 
3 #include "DSMAlgo_BC101_2015.hh"
4 
5 DSMLayer_B101_2015::DSMLayer_B101_2015() : DSMLayer_B101_2009()
6 {
7  //printf("DSMLayer_B101_2015 constructor\n");
8  for (size_t dsm = 0; dsm < size(); ++dsm)
9  (*this)[dsm].setName("BC", 1, dsm);
10 }
11 void DSMLayer_B101_2015::run()
12 {
13  for_each(begin(), end(), DSMAlgo_BC101_2015());
14 }