CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalFenixStripFormatEB.h
Go to the documentation of this file.
1 #ifndef ECAL_FENIX_STRIP_FORMAT_EB_H
2 #define ECAL_FENIX_STRIP_FORMAT_EB_H
3 
4 #include <vector>
5 #include <stdint.h>
6 
8 
20 
21  private:
23  int input_;
24  uint32_t shift_;
25  // int buffer_;
26 
27  int setInput(int input, int inputPeak);
28  int process();
29 
30  public:
32  virtual ~EcalFenixStripFormatEB();
33  virtual void process(std::vector<int> &, std::vector<int> &, std::vector<int> &) ;
34  void setParameters(uint32_t&, const EcalTPGSlidingWindow*&);
35 };
36 #endif
int setInput(int input, int inputPeak)
tuple input
Definition: collect_tpl.py:10
Formatting for Fenix strip input: 18 bits + 3x 1bit (fgvb, gapflagbit, output from peakfinder) output...
void setParameters(uint32_t &, const EcalTPGSlidingWindow *&)