CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch1/src/SimCalorimetry/EcalTrigPrimAlgos/interface/EcalFenixEtStrip.h

Go to the documentation of this file.
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