CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
EcalTBTDCRecInfo Class Reference

#include <EcalTBTDCRecInfo.h>

Public Member Functions

 EcalTBTDCRecInfo ()
 
 EcalTBTDCRecInfo (const float &offset)
 
float offset () const
 
 ~EcalTBTDCRecInfo ()
 

Private Attributes

float offset_
 

Detailed Description

Simple container for TDC reconstructed informations

Definition at line 12 of file EcalTBTDCRecInfo.h.

Constructor & Destructor Documentation

◆ EcalTBTDCRecInfo() [1/2]

EcalTBTDCRecInfo::EcalTBTDCRecInfo ( )
inline

Definition at line 14 of file EcalTBTDCRecInfo.h.

14 {};

◆ EcalTBTDCRecInfo() [2/2]

EcalTBTDCRecInfo::EcalTBTDCRecInfo ( const float &  offset)
inline

Definition at line 15 of file EcalTBTDCRecInfo.h.

15 : offset_(offset){};
float offset() const

◆ ~EcalTBTDCRecInfo()

EcalTBTDCRecInfo::~EcalTBTDCRecInfo ( )
inline

Definition at line 17 of file EcalTBTDCRecInfo.h.

17 {};

Member Function Documentation

◆ offset()

float EcalTBTDCRecInfo::offset ( ) const
inline

Member Data Documentation

◆ offset_

float EcalTBTDCRecInfo::offset_
private

Definition at line 22 of file EcalTBTDCRecInfo.h.

Referenced by offset().