CMS 3D CMS Logo

EcalFenixEtTot.h
Go to the documentation of this file.
1 #ifndef ECAL_FENIX_ET_TOT_H
2 #define ECAL_FENIX_ET_TOT_H
3 
5 #include <vector>
6 
26 
27 public:
29  virtual ~EcalFenixEtTot();
30  virtual std::vector<int> process(const std::vector<EBDataFrame *> &);
31 
32  void process(std::vector<std::vector<int>> &, int nStr, int bitMask,
33  std::vector<int> &out);
34 
35 private:
36 };
37 
38 #endif
class for calculation of Et for Fenix tcp calculates the sum
virtual ~EcalFenixEtTot()
virtual std::vector< int > process(const std::vector< EBDataFrame * > &)