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