StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DSMLayer_EM201_2014_B.cc
1 #include "DSMLayer_EM201_2014_B.hh"
2 
3 #include "DSMAlgo_EM201_2014_b.hh"
4 
5 DSMLayer_EM201_2014_B::DSMLayer_EM201_2014_B() : DSMLayer_EM201_2009()
6 {
7  //printf("DSMLayer_EM201_2014_B constructor\n");
8  front().name = "EM201";
9 }
10 
11 void DSMLayer_EM201_2014_B::run()
12 {
13  DSMAlgo_EM201_2014_b()(front()); // EM201
14 }