CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalFenixFgvbEB.h
Go to the documentation of this file.
1 #ifndef ECAL_FENIX_FGVB_EB_H
2 #define ECAL_FENIX_FGVB_EB_H
3 
4 #include <vector>
5 #include <stdint.h>
6 
9 
23 
24  private:
26  // std::vector<int> adder_out_;
27  // std::vector<int> maxOf2_out_;
28  // std::vector<int> fgvb_out_;
29  std::vector<int> add_out_8_;
30 
31 
32  public:
33  EcalFenixFgvbEB(int maxNrSamples) ;
34  virtual ~EcalFenixFgvbEB();
35  void setParameters(uint32_t towid,const EcalTPGFineGrainEBGroup *ecaltpgFgEBGroup,const EcalTPGFineGrainEBIdMap *ecaltpgFineGrainEB );
36 
37  void process( std::vector<int> &add_out, std::vector<int> &maxof2_out, std::vector<int> & output);
38 };
39 
40 
41 #endif
void setParameters(uint32_t towid, const EcalTPGFineGrainEBGroup *ecaltpgFgEBGroup, const EcalTPGFineGrainEBIdMap *ecaltpgFineGrainEB)
calculation of Fgvb for Fenix Tcp, format barrel calculates fgvb for the barrel
void process(std::vector< int > &add_out, std::vector< int > &maxof2_out, std::vector< int > &output)
virtual ~EcalFenixFgvbEB()
std::vector< int > add_out_8_
EcalFenixFgvbEB(int maxNrSamples)