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