CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalFenixStripFgvbEE.h
Go to the documentation of this file.
1 #ifndef ECAL_FENIXSTRIP_FGVB_EE_H
2 #define ECAL_FENIXSTRIP_FGVB_EE_H
4 
5 #include <vector>
6 
7 class EEDataFrame ;
8 //class EcalTPGFineGrainStripEE;
9 
22 
23  private:
24  // std::vector<unsigned int> const * params_ ;
26  public:
28  virtual ~EcalFenixStripFgvbEE();
29  void setParameters(uint32_t id, const EcalTPGFineGrainStripEE*);
30  void process( std::vector<std::vector<int> > &lin_out, std::vector<int> &output);
31 };
32 
33 
34 #endif
const EcalTPGFineGrainStripEE::Item * fgparams_
calculation of Fgvb for the endcap in Fenix Strip calculates fgvb for the endcap in Fenix Strip ...
void process(std::vector< std::vector< int > > &lin_out, std::vector< int > &output)
void setParameters(uint32_t id, const EcalTPGFineGrainStripEE *)