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

Folder <-> Object mapping for /TRIGGER/L1Calo/V1/Calibration/PpmDeadChannels . More...

#include <L1CaloPpmDeadChannels.h>

Collaboration diagram for L1CaloPpmDeadChannels:

Public Member Functions

 L1CaloPpmDeadChannels ()
 
 L1CaloPpmDeadChannels (unsigned int channelId, unsigned int errorCode, unsigned int noiseCut)
 
unsigned int channelId () const
 
unsigned int errorCode () const
 
unsigned int noiseCut () const
 
void setChannelId (unsigned int channelId)
 
void setErrorCode (unsigned int errorCode)
 
void setNoiseCut (unsigned int noiseCut)
 

Private Attributes

unsigned int m_channelId = 0
 
unsigned int m_errorCode = 0
 
unsigned int m_noiseCut = 0
 

Detailed Description

Folder <-> Object mapping for /TRIGGER/L1Calo/V1/Calibration/PpmDeadChannels .

Automatically created using:

python/CreateClassesForFolder.py –db frontier://ATLF/();schema=ATLAS_COOLONL_TRIGGER;dbname=CONDBR2 –exclude Comment /TRIGGER/L1Calo/V1/Calibration/PpmDeadChannels

Definition at line 16 of file L1CaloPpmDeadChannels.h.

Constructor & Destructor Documentation

◆ L1CaloPpmDeadChannels() [1/2]

L1CaloPpmDeadChannels::L1CaloPpmDeadChannels ( )
inline

Definition at line 19 of file L1CaloPpmDeadChannels.h.

19 {}

◆ L1CaloPpmDeadChannels() [2/2]

L1CaloPpmDeadChannels::L1CaloPpmDeadChannels ( unsigned int  channelId,
unsigned int  errorCode,
unsigned int  noiseCut 
)

Definition at line 7 of file L1CaloPpmDeadChannels.cxx.

11 {
12 }

Member Function Documentation

◆ channelId()

unsigned int L1CaloPpmDeadChannels::channelId ( ) const
inline

Definition at line 22 of file L1CaloPpmDeadChannels.h.

22 { return m_channelId; }

◆ errorCode()

unsigned int L1CaloPpmDeadChannels::errorCode ( ) const
inline

Definition at line 23 of file L1CaloPpmDeadChannels.h.

23 { return m_errorCode; }

◆ noiseCut()

unsigned int L1CaloPpmDeadChannels::noiseCut ( ) const
inline

Definition at line 24 of file L1CaloPpmDeadChannels.h.

24 { return m_noiseCut; }

◆ setChannelId()

void L1CaloPpmDeadChannels::setChannelId ( unsigned int  channelId)
inline

Definition at line 26 of file L1CaloPpmDeadChannels.h.

◆ setErrorCode()

void L1CaloPpmDeadChannels::setErrorCode ( unsigned int  errorCode)
inline

Definition at line 27 of file L1CaloPpmDeadChannels.h.

◆ setNoiseCut()

void L1CaloPpmDeadChannels::setNoiseCut ( unsigned int  noiseCut)
inline

Definition at line 28 of file L1CaloPpmDeadChannels.h.

28 { m_noiseCut = noiseCut; }

Member Data Documentation

◆ m_channelId

unsigned int L1CaloPpmDeadChannels::m_channelId = 0
private

Definition at line 31 of file L1CaloPpmDeadChannels.h.

◆ m_errorCode

unsigned int L1CaloPpmDeadChannels::m_errorCode = 0
private

Definition at line 32 of file L1CaloPpmDeadChannels.h.

◆ m_noiseCut

unsigned int L1CaloPpmDeadChannels::m_noiseCut = 0
private

Definition at line 33 of file L1CaloPpmDeadChannels.h.


The documentation for this class was generated from the following files:
L1CaloPpmDeadChannels::m_noiseCut
unsigned int m_noiseCut
Definition: L1CaloPpmDeadChannels.h:33
L1CaloPpmDeadChannels::m_channelId
unsigned int m_channelId
Definition: L1CaloPpmDeadChannels.h:31
L1CaloPpmDeadChannels::noiseCut
unsigned int noiseCut() const
Definition: L1CaloPpmDeadChannels.h:24
L1CaloPpmDeadChannels::channelId
unsigned int channelId() const
Definition: L1CaloPpmDeadChannels.h:22
L1CaloPpmDeadChannels::m_errorCode
unsigned int m_errorCode
Definition: L1CaloPpmDeadChannels.h:32
L1CaloPpmDeadChannels::errorCode
unsigned int errorCode() const
Definition: L1CaloPpmDeadChannels.h:23