StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DSMAlgo_EM201_2013_a.hh
1 #ifndef DSM_ALGO_EM201_2013_A_HH
2 #define DSM_ALGO_EM201_2013_A_HH
3 
4 #include "DSMAlgo.hh"
5 
6 struct DSMAlgo_EM201_2013_a : public DSMAlgo {
7  int ajpBarrel(DSM& dsm, int offset) const;
8 // int ajpEndcap(const DSM& dsm) const;
9  int Dijet(DSM& dsm, int jpTH) const;
10  int EndDijet(DSM& dsm, int jpTH) const;
11 
12  void operator()(DSM& dsm);
13 };
14 
15 #endif // DSM_ALGO_EM201_2013_A_HH
Definition: DSM.hh:16