StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DSMAlgo_EM201_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_EM201_2009_HH
8 #define DSM_ALGO_EM201_2009_HH
9 
10 #include "DSMAlgo.hh"
11 
12 struct DSMAlgo_EM201_2009 : public DSMAlgo {
13  int ajpBarrel(const DSM& dsm, int offset) const;
14  int ajpEndcap(const DSM& dsm) const;
15 
16  void operator()(DSM& dsm);
17 };
18 
19 #endif // DSM_ALGO_EM201_2009_HH
Definition: DSM.hh:16