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 public:
28  virtual ~EcalFenixEtTot();
29  virtual std::vector<int> process(const std::vector<EBDataFrame *> &);
30 
31  void process(std::vector<std::vector<int>> &, int nStr, int bitMask, std::vector<int> &out);
32 
33 private:
34 };
35 
36 #endif
class for calculation of Et for Fenix tcp calculates the sum
virtual ~EcalFenixEtTot()
virtual std::vector< int > process(const std::vector< EBDataFrame * > &)