CMS 3D CMS Logo

HFPreRecAlgo.h
Go to the documentation of this file.
1 #ifndef RecoLocalCalo_HcalRecAlgos_HFPreRecAlgo_h_
2 #define RecoLocalCalo_HcalRecAlgos_HFPreRecAlgo_h_
3 
5 
6 class QIE10DataFrame;
7 class HcalCoder;
8 class HcalCalibrations;
9 
11 {
12 public:
13  inline explicit HFPreRecAlgo(const bool sumAllTS) : sumAllTS_(sumAllTS) {}
14 
15  inline ~HFPreRecAlgo() {}
16 
18  int tsToUse,
19  const HcalCoder& coder,
20  const HcalCalibrations& calibs) const;
21 private:
22  bool sumAllTS_;
23 };
24 
25 #endif // RecoLocalCalo_HcalRecAlgos_HFPreRecAlgo_h_
HFQIE10Info reconstruct(const QIE10DataFrame &digi, int tsToUse, const HcalCoder &coder, const HcalCalibrations &calibs) const
Definition: HFPreRecAlgo.cc:12
HFPreRecAlgo(const bool sumAllTS)
Definition: HFPreRecAlgo.h:13