CMS 3D CMS Logo

EcalEBFenixStripFormatEB.h
Go to the documentation of this file.
1 #ifndef SimCalorimetry_EcalEBTrigPrimAlgos_EcalEBFenixStripFormatEB_h
2 #define SimCalorimetry_EcalEBTrigPrimAlgos_EcalEBFenixStripFormatEB_h
3 
4 #include <vector>
5 #include <cstdint>
6 
8 
19 private:
22  int input_;
23  uint32_t shift_;
24  // int buffer_;
25 
26  int setInput(int input, int inputPeak, int inputsFGVB);
27  int process();
28 
29 public:
31  virtual ~EcalEBFenixStripFormatEB();
32  virtual void process(std::vector<int> &, std::vector<int> &, std::vector<int> &, std::vector<int> &);
33  void setParameters(uint32_t &, const EcalTPGSlidingWindow *&);
34 };
35 #endif
int setInput(int input, int inputPeak, int inputsFGVB)
Formatting for Fenix strip input: 18 bits + 3x 1bit (fgvb, gapflagbit, output from peakfinder) output...
static std::string const input
Definition: EdmProvDump.cc:50
void setParameters(uint32_t &, const EcalTPGSlidingWindow *&)