CMS 3D CMS Logo

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 public:
24  virtual ~EcalFenixEtStrip();
25  void process(const std::vector<std::vector<int>> &linout, int nrXtals,
26  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)