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