CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
25 
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 , std::vector<int> & out);
33 
34  private:
35 };
36 
37 
38 #endif
class for calculation of Et for Fenix tcp calculates the sum
tuple out
Definition: dbtoconf.py:99
virtual ~EcalFenixEtTot()
virtual std::vector< int > process(const std::vector< EBDataFrame * > &)