ATLAS Offline Software
Loading...
Searching...
No Matches
L1CaloDisabledTowers.h
Go to the documentation of this file.
1// -*- C++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef TRIGT1CALOCALIBCONDITIONS_L1CALODISABLEDTOWERS_H
8#define TRIGT1CALOCALIBCONDITIONS_L1CALODISABLEDTOWERS_H
9
17{
18public:
20 L1CaloDisabledTowers(unsigned int channelId, unsigned int disabledBits);
21
22 unsigned int channelId() const { return m_channelId; }
23 unsigned int disabledBits() const { return m_disabledBits; }
24
25 void setChannelId(unsigned int channelId) { m_channelId = channelId; }
27
28private:
29 unsigned int m_channelId = 0;
30 unsigned int m_disabledBits = 0;
31};
32
33#endif // TRIGT1CALOCALIBCONDITIONS_L1CALODISABLEDTOWERS_H
unsigned int channelId() const
unsigned int disabledBits() const
void setChannelId(unsigned int channelId)
void setdisabledBits(unsigned int disabledBits)