ATLAS Offline Software
Public Member Functions | Private Attributes | Friends | List of all members
TileTTL1Cell_p1 Class Reference

#include <TileTTL1Cell_p1.h>

Collaboration diagram for TileTTL1Cell_p1:

Public Member Functions

 TileTTL1Cell_p1 ()
 Default constructor: More...
 

Private Attributes

unsigned int m_channelID
 
float m_eneTower
 
float m_timeAve
 
float m_corrFactor
 
uint16_t m_quality
 

Friends

class TileTTL1CellCnv_p1
 

Detailed Description

Definition at line 20 of file TileTTL1Cell_p1.h.

Constructor & Destructor Documentation

◆ TileTTL1Cell_p1()

TileTTL1Cell_p1::TileTTL1Cell_p1 ( )
inline

Default constructor:

Definition at line 29 of file TileTTL1Cell_p1.h.

29  : m_channelID(0), m_eneTower(0.0),
30  m_timeAve(0.0), m_corrFactor(0.0),
31  m_quality(0) {}

Friends And Related Function Documentation

◆ TileTTL1CellCnv_p1

friend class TileTTL1CellCnv_p1
friend

Definition at line 23 of file TileTTL1Cell_p1.h.

Member Data Documentation

◆ m_channelID

unsigned int TileTTL1Cell_p1::m_channelID
private

Definition at line 35 of file TileTTL1Cell_p1.h.

◆ m_corrFactor

float TileTTL1Cell_p1::m_corrFactor
private

Definition at line 38 of file TileTTL1Cell_p1.h.

◆ m_eneTower

float TileTTL1Cell_p1::m_eneTower
private

Definition at line 36 of file TileTTL1Cell_p1.h.

◆ m_quality

uint16_t TileTTL1Cell_p1::m_quality
private

Definition at line 39 of file TileTTL1Cell_p1.h.

◆ m_timeAve

float TileTTL1Cell_p1::m_timeAve
private

Definition at line 37 of file TileTTL1Cell_p1.h.


The documentation for this class was generated from the following file:
TileTTL1Cell_p1::m_eneTower
float m_eneTower
Definition: TileTTL1Cell_p1.h:36
TileTTL1Cell_p1::m_timeAve
float m_timeAve
Definition: TileTTL1Cell_p1.h:37
TileTTL1Cell_p1::m_channelID
unsigned int m_channelID
Definition: TileTTL1Cell_p1.h:35
TileTTL1Cell_p1::m_quality
uint16_t m_quality
Definition: TileTTL1Cell_p1.h:39
TileTTL1Cell_p1::m_corrFactor
float m_corrFactor
Definition: TileTTL1Cell_p1.h:38