CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/SimCalorimetry/EcalTrigPrimAlgos/interface/EcalFenixStripFgvbEE.h

Go to the documentation of this file.
00001 #ifndef ECAL_FENIXSTRIP_FGVB_EE_H
00002 #define ECAL_FENIXSTRIP_FGVB_EE_H
00003 #include <CondFormats/EcalObjects/interface/EcalTPGFineGrainStripEE.h>
00004 
00005 #include <vector>
00006 
00007 class EEDataFrame ;
00008 //class EcalTPGFineGrainStripEE;
00009 
00021 class EcalFenixStripFgvbEE  {
00022 
00023  private:
00024   // std::vector<unsigned int> const * params_ ;
00025   const EcalTPGFineGrainStripEE::Item *fgparams_ ;
00026  public:
00027   EcalFenixStripFgvbEE() ;
00028   virtual ~EcalFenixStripFgvbEE();
00029   void    setParameters(uint32_t id, const EcalTPGFineGrainStripEE*);
00030   void process( std::vector<std::vector<int> > &lin_out, std::vector<int> &output);
00031 };
00032 
00033 
00034 #endif