StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DSMAlgo_BC101_2013.hh
1 #ifndef DSM_ALGO_BC101_2013_HH
2 #define DSM_ALGO_BC101_2013_HH
3 
4 #include "DSMAlgo.hh"
5 #include "DSM.hh"
6 
7 struct DSMAlgo_BC101_2013 : public DSMAlgo {
8  void operator()(DSM& dsm);
9 };
10 
11 #endif // DSM_ALGO_BC101_2013_HH
Definition: DSM.hh:16