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

Folder <-> Object mapping for /TRIGGER/L1Calo/V1/Conditions/DisabledTowers . More...

#include <L1CaloDisabledTowers.h>

Collaboration diagram for L1CaloDisabledTowers:

Public Member Functions

 L1CaloDisabledTowers ()
 
 L1CaloDisabledTowers (unsigned int channelId, unsigned int disabledBits)
 
unsigned int channelId () const
 
unsigned int disabledBits () const
 
void setChannelId (unsigned int channelId)
 
void setdisabledBits (unsigned int disabledBits)
 

Private Attributes

unsigned int m_channelId = 0
 
unsigned int m_disabledBits = 0
 

Detailed Description

Folder <-> Object mapping for /TRIGGER/L1Calo/V1/Conditions/DisabledTowers .

Automatically created using:

python/CreateClassesForFolder.py –db frontier://ATLF/();schema=ATLAS_COOLONL_TRIGGER;dbname=CONDBR2 /TRIGGER/L1Calo/V1/Conditions/DisabledTowers

Definition at line 16 of file L1CaloDisabledTowers.h.

Constructor & Destructor Documentation

◆ L1CaloDisabledTowers() [1/2]

L1CaloDisabledTowers::L1CaloDisabledTowers ( )
inline

Definition at line 19 of file L1CaloDisabledTowers.h.

19 {}

◆ L1CaloDisabledTowers() [2/2]

L1CaloDisabledTowers::L1CaloDisabledTowers ( unsigned int  channelId,
unsigned int  disabledBits 
)

Definition at line 7 of file L1CaloDisabledTowers.cxx.

10 {
11 }

Member Function Documentation

◆ channelId()

unsigned int L1CaloDisabledTowers::channelId ( ) const
inline

Definition at line 22 of file L1CaloDisabledTowers.h.

22 { return m_channelId; }

◆ disabledBits()

unsigned int L1CaloDisabledTowers::disabledBits ( ) const
inline

Definition at line 23 of file L1CaloDisabledTowers.h.

23 { return m_disabledBits; }

◆ setChannelId()

void L1CaloDisabledTowers::setChannelId ( unsigned int  channelId)
inline

Definition at line 25 of file L1CaloDisabledTowers.h.

◆ setdisabledBits()

void L1CaloDisabledTowers::setdisabledBits ( unsigned int  disabledBits)
inline

Definition at line 26 of file L1CaloDisabledTowers.h.

Member Data Documentation

◆ m_channelId

unsigned int L1CaloDisabledTowers::m_channelId = 0
private

Definition at line 29 of file L1CaloDisabledTowers.h.

◆ m_disabledBits

unsigned int L1CaloDisabledTowers::m_disabledBits = 0
private

Definition at line 30 of file L1CaloDisabledTowers.h.


The documentation for this class was generated from the following files:
L1CaloDisabledTowers::channelId
unsigned int channelId() const
Definition: L1CaloDisabledTowers.h:22
L1CaloDisabledTowers::m_disabledBits
unsigned int m_disabledBits
Definition: L1CaloDisabledTowers.h:30
L1CaloDisabledTowers::m_channelId
unsigned int m_channelId
Definition: L1CaloDisabledTowers.h:29
L1CaloDisabledTowers::disabledBits
unsigned int disabledBits() const
Definition: L1CaloDisabledTowers.h:23