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

persistent class for LArRawChannel, version p2. More...

#include <LArRawChannel_p2.h>

Collaboration diagram for LArRawChannel_p2:

Public Member Functions

 LArRawChannel_p2 ()
 

Private Attributes

unsigned int m_channelID
 
int m_energy
 
int m_time
 
unsigned int m_qualityandgain
 

Friends

class LArRawChannelCnv_p2
 
class LArRawChannelContainerCnv_p4
 

Detailed Description

persistent class for LArRawChannel, version p2.

Definition at line 14 of file LArRawChannel_p2.h.

Constructor & Destructor Documentation

◆ LArRawChannel_p2()

LArRawChannel_p2::LArRawChannel_p2 ( )
inline

Definition at line 18 of file LArRawChannel_p2.h.

19  : m_channelID(0),
20  m_energy(0),
21  m_time(0),
23  { };

Friends And Related Function Documentation

◆ LArRawChannelCnv_p2

friend class LArRawChannelCnv_p2
friend

Definition at line 25 of file LArRawChannel_p2.h.

◆ LArRawChannelContainerCnv_p4

friend class LArRawChannelContainerCnv_p4
friend

Definition at line 26 of file LArRawChannel_p2.h.

Member Data Documentation

◆ m_channelID

unsigned int LArRawChannel_p2::m_channelID
private

Definition at line 30 of file LArRawChannel_p2.h.

◆ m_energy

int LArRawChannel_p2::m_energy
private

Definition at line 31 of file LArRawChannel_p2.h.

◆ m_qualityandgain

unsigned int LArRawChannel_p2::m_qualityandgain
private

Definition at line 34 of file LArRawChannel_p2.h.

◆ m_time

int LArRawChannel_p2::m_time
private

Definition at line 32 of file LArRawChannel_p2.h.


The documentation for this class was generated from the following file:
LArRawChannel_p2::m_energy
int m_energy
Definition: LArRawChannel_p2.h:31
LArRawChannel_p2::m_qualityandgain
unsigned int m_qualityandgain
Definition: LArRawChannel_p2.h:34
LArRawChannel_p2::m_channelID
unsigned int m_channelID
Definition: LArRawChannel_p2.h:30
LArRawChannel_p2::m_time
int m_time
Definition: LArRawChannel_p2.h:32