CMS 3D CMS Logo

EcalFenixEtTot.h
Go to the documentation of this file.
1 #ifndef SIMCALORIMETRY_ECALTRIGPRIMALGOS_ECALFENIXETTOT_H
2 #define SIMCALORIMETRY_ECALTRIGPRIMALGOS_ECALFENIXETTOT_H
3 
5 #include <vector>
6 
29 public:
31  virtual ~EcalFenixEtTot();
32  virtual std::vector<int> process(const std::vector<EBDataFrame *> &);
33 
34  void process(std::vector<std::vector<int>> &,
35  int nStr,
36  int bitMask,
37  int bitOddEven,
38  std::vector<int> &out_even,
39  std::vector<int> &out_odd);
40 
41 private:
42 };
43 
44 #endif
class for calculation of Et for Fenix tcp calculates the sum. As in the firmware the Et sum is splitt...
virtual std::vector< int > process(const std::vector< EBDataFrame *> &)
virtual ~EcalFenixEtTot()