#include <TGCTMDB.h>
Definition at line 19 of file TGCTMDB.h.
◆ TGCTMDB() [1/2]
LVL1TGC::TGCTMDB::TGCTMDB |
( |
| ) |
|
◆ ~TGCTMDB()
virtual LVL1TGC::TGCTMDB::~TGCTMDB |
( |
| ) |
|
|
virtualdefault |
◆ TGCTMDB() [2/2]
◆ eraseOutput()
void LVL1TGC::TGCTMDB::eraseOutput |
( |
| ) |
|
|
private |
◆ getInnerTileBits()
int LVL1TGC::TGCTMDB::getInnerTileBits |
( |
const TGCSide |
side, |
|
|
int |
sectorID |
|
) |
| const |
Definition at line 154 of file TGCTMDB.cxx.
158 for (
int ii = 0; ii < 4; ii++) {
165 int tmp_all = (tmp_6 << 1) | (tmp_56);
167 inner_tile |= (tmp_all << (ii*2));
◆ getOutput() [1/2]
Definition at line 120 of file TGCTMDB.cxx.
123 if ((sector<0)||(sector>47))
return 0;
125 int octant = sector / 6;
126 int sec = sector % 6;
129 else if (sec==1)
offset = -4;
130 else if (sec==2)
offset = 0;
131 else if (sec==3)
offset = 0;
132 else if (sec==4)
offset = 2;
133 else if (sec==5)
offset = 2;
◆ getOutput() [2/2]
◆ initMessaging()
void AthMessaging::initMessaging |
( |
| ) |
const |
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
◆ msg() [1/2]
MsgStream & AthMessaging::msg |
( |
| ) |
const |
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 164 of file AthMessaging.h.
◆ msg() [2/2]
MsgStream & AthMessaging::msg |
( |
const MSG::Level |
lvl | ) |
const |
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 179 of file AthMessaging.h.
180 {
return msg() << lvl; }
◆ msgLvl()
bool AthMessaging::msgLvl |
( |
const MSG::Level |
lvl | ) |
const |
|
inlineinherited |
Test the output level.
- Parameters
-
lvl | The message level to test against |
- Returns
- boolean Indicating if messages at given level will be printed
- Return values
-
true | Messages at level "lvl" will be printed |
Definition at line 151 of file AthMessaging.h.
◆ operator!=()
◆ operator=()
◆ operator==()
int LVL1TGC::TGCTMDB::operator== |
( |
const TGCTMDB & |
right | ) |
const |
|
delete |
◆ print()
void LVL1TGC::TGCTMDB::print |
( |
| ) |
const |
◆ retrieve()
Definition at line 20 of file TGCTMDB.cxx.
28 if(!readTileMuonReceiverContainer.isValid()){
29 ATH_MSG_ERROR(
"Cannot retrieve Tile Muon Receiver Container.");
30 return StatusCode::FAILURE;
40 for (
size_t ip=0;
ip<4;
ip++){
43 ATH_MSG_DEBUG(
"thresholds[] :" << thresholds[0] << thresholds[1] << thresholds[2] << thresholds[3] );
45 <<
" ID of GetThreshold : "
46 << tmObj_Thresholds->
GetID() );
55 for ( ; tmItr != tileMuRecCont->
end(); ++tmItr) {
59 unsigned int moduleID =
static_cast<unsigned int>(tmObj->
GetID());
60 unsigned int sideID = (moduleID & 0xf00) >> 8;
61 unsigned int mod = (moduleID & 0x0ff);
66 for (
size_t ip=0;
ip<4;
ip++){
70 if (
mod > 63 || (sideID !=3 && sideID !=4) ||
78 }
else if (sideID == 4) {
84 if (tile2SL[0] ==
true && tile2SL[1] ==
false) {
86 }
else if (tile2SL[0] ==
false && tile2SL[1] ==
true) {
88 }
else if (tile2SL[0] ==
false && tile2SL[1] ==
false) {
92 if (tile2SL[2] ==
true && tile2SL[3] ==
false) {
94 }
else if (tile2SL[2] ==
false && tile2SL[3] ==
true) {
96 }
else if (tile2SL[2] ==
false && tile2SL[3] ==
false) {
109 return StatusCode::SUCCESS;
◆ setLevel()
void AthMessaging::setLevel |
( |
MSG::Level |
lvl | ) |
|
|
inherited |
◆ setOutput()
◆ ATLAS_THREAD_SAFE
std::atomic_flag m_initialized AthMessaging::ATLAS_THREAD_SAFE = ATOMIC_FLAG_INIT |
|
mutableprivateinherited |
◆ kNTileModule
constexpr unsigned int LVL1TGC::TGCTMDB::kNTileModule = 64 |
|
staticconstexprprivate |
◆ m_buffer
◆ m_imsg
std::atomic<IMessageSvc*> AthMessaging::m_imsg { nullptr } |
|
mutableprivateinherited |
◆ m_lvl
std::atomic<MSG::Level> AthMessaging::m_lvl { MSG::NIL } |
|
mutableprivateinherited |
◆ m_msg_tls
boost::thread_specific_ptr<MsgStream> AthMessaging::m_msg_tls |
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels)
Definition at line 132 of file AthMessaging.h.
◆ m_nm
std::string AthMessaging::m_nm |
|
privateinherited |
The documentation for this class was generated from the following files: