00001 #ifndef ECAL_FENIX_ET_STRIP_H 00002 #define ECAL_FENIX_ET_STRIP_H 00003 #include <vector> 00004 00020 class EcalFenixEtStrip { 00021 private: 00022 00023 public: 00024 EcalFenixEtStrip(); 00025 virtual ~EcalFenixEtStrip(); 00026 void process(const std::vector<std::vector<int> > &linout, int nrXtals, std::vector<int> & output); 00027 }; 00028 00029 #endif