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