CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalFenixMaxof2.h
Go to the documentation of this file.
1 #ifndef ECAL_FENIX_MAXOF2_H
2 #define ECAL_FENIX_MAXOF2_H
3 
4 #include <vector>
5 
19 
20 public:
21  EcalFenixMaxof2(int maxNrSamples,int nbMaxStrips) ;
22  virtual ~EcalFenixMaxof2() ;
23  void process(std::vector<std::vector <int> > &, int nStr, int bitMask, std::vector<int> &out);
24 
25  private:
27  std::vector<std::vector<int> > sumby2_;
28 };
29 
30 #endif
void process(std::vector< std::vector< int > > &, int nStr, int bitMask, std::vector< int > &out)
std::vector< std::vector< int > > sumby2_
EcalFenixMaxof2(int maxNrSamples, int nbMaxStrips)
virtual ~EcalFenixMaxof2()