CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalFenixEtStrip.h
Go to the documentation of this file.
1 #ifndef ECAL_FENIX_ET_STRIP_H
2 #define ECAL_FENIX_ET_STRIP_H
3 #include <vector>
4 
21  private:
22 
23  public:
25  virtual ~EcalFenixEtStrip();
26  void process(const std::vector<std::vector<int> > &linout, int nrXtals, std::vector<int> & output);
27 };
28 
29 #endif
virtual ~EcalFenixEtStrip()
void process(const std::vector< std::vector< int > > &linout, int nrXtals, std::vector< int > &output)