CMS 3D CMS Logo

EcalTBTDCRecInfo.h
Go to the documentation of this file.
1 #ifndef RECECAL_ECALTBTDCRECINFO_H
2 #define RECECAL_ECALTBTDCRECINFO_H 1
3 
4 #include <ostream>
5 
13 public:
15  EcalTBTDCRecInfo(const float& offset) : offset_(offset){};
16 
18 
19  float offset() const { return offset_; }
20 
21 private:
22  float offset_;
23 };
24 
25 std::ostream& operator<<(std::ostream&, const EcalTBTDCRecInfo&);
26 
27 #endif
EcalTBTDCRecInfo(const float &offset)
std::ostream & operator<<(std::ostream &, const EcalTBTDCRecInfo &)
float offset() const