CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/SimCalorimetry/EcalTrigPrimAlgos/interface/EcalFenixEtTot.h

Go to the documentation of this file.
00001 #ifndef ECAL_FENIX_ET_TOT_H
00002 #define ECAL_FENIX_ET_TOT_H
00003 
00004 #include "DataFormats/EcalDigi/interface/EBDataFrame.h"
00005 #include <vector>
00006 
00024 class EcalFenixEtTot {
00025 
00026 
00027  public:
00028   EcalFenixEtTot();
00029   virtual ~EcalFenixEtTot();
00030   virtual std::vector<int> process(const std::vector<EBDataFrame *> &); 
00031     
00032   void process(std::vector<std::vector <int> >&,int nStr, int bitMask , std::vector<int> & out);
00033 
00034  private:
00035 };
00036 
00037 
00038 #endif