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