CMS 3D CMS Logo

HcalTDCReco.h
Go to the documentation of this file.
1 #ifndef HcalRecAlgos_HcalTDCReco_h
2 #define HcalRecAlgos_HcalTDCReco_h
3 
5 class HBHERecHit;
6 
7 class HcalTDCReco {
8 public:
9  HcalTDCReco();
10  void reconstruct(const HcalUpgradeDataFrame& digi, HBHERecHit& recHit) const;
11 };
12 #endif
void reconstruct(const HcalUpgradeDataFrame &digi, HBHERecHit &recHit) const