#include <EcalTBTDCRecInfo.h>
Public Member Functions | |
EcalTBTDCRecInfo () | |
EcalTBTDCRecInfo (const float &offset) | |
float | offset () const |
~EcalTBTDCRecInfo () | |
Private Attributes | |
float | offset_ |
Simple container for TDC reconstructed informations
Definition at line 14 of file EcalTBTDCRecInfo.h.
EcalTBTDCRecInfo::EcalTBTDCRecInfo | ( | ) | [inline] |
Definition at line 17 of file EcalTBTDCRecInfo.h.
{};
EcalTBTDCRecInfo::EcalTBTDCRecInfo | ( | const float & | offset | ) | [inline] |
Definition at line 18 of file EcalTBTDCRecInfo.h.
EcalTBTDCRecInfo::~EcalTBTDCRecInfo | ( | ) | [inline] |
Definition at line 22 of file EcalTBTDCRecInfo.h.
{};
float EcalTBTDCRecInfo::offset | ( | ) | const [inline] |
Definition at line 24 of file EcalTBTDCRecInfo.h.
References offset_.
Referenced by operator<<().
{ return offset_; }
float EcalTBTDCRecInfo::offset_ [private] |
Definition at line 28 of file EcalTBTDCRecInfo.h.
Referenced by offset().