StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DSMAlgo_BC101_2015.hh
1 #ifndef DSM_ALGO_BC101_2015_HH
2 #define DSM_ALGO_BC101_2015_HH
3 
4 #include "DSMAlgo.hh"
5 #include "DSM.hh"
6 
7 struct DSMAlgo_BC101_2015 : public DSMAlgo {
8  void operator()(DSM& dsm);
9 };
10 void getBemcJetPatchSums2015A(const DSM& bc101, int& jpx, int& jpy, int& jpz, int& jpPartial, int& highTowerBits);
11 #endif // DSM_ALGO_BC101_2015_HH
Definition: DSM.hh:16