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 
14  public:
15 
17  EcalTBTDCRecInfo(const float& offset): offset_(offset)
18  {
19  };
20 
22 
23  float offset() const { return offset_; }
24 
25  private:
26 
27  float offset_;
28 
29 };
30 
31 std::ostream& operator<<(std::ostream&, const EcalTBTDCRecInfo&);
32 
33 #endif
EcalTBTDCRecInfo(const float &offset)
std::ostream & operator<<(std::ostream &, const EcalTBTDCRecInfo &)
float offset() const