StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DSMAlgo_EM201_2014_b.hh
1 //
2 // Pibero Djawotho <pibero@comp.tamu.edu>
3 // Texas A&M University Cyclotron Institute
4 // 7 Jan 2014_b
5 //
6 
7 #ifndef DSM_ALGO_EM201_2014_b_HH
8 #define DSM_ALGO_EM201_2014_b_HH
9 
10 #include "DSMAlgo.hh"
11 
12 struct DSMAlgo_EM201_2014_b : public DSMAlgo {
13  void operator()(DSM& dsm);
14 };
15 
16 #endif // DSM_ALGO_EM201_2014_b_HH
Definition: DSM.hh:16