#include <TGCBIS78CoincidenceMap.h>
|
static constexpr unsigned int | N_DETA = 64 |
|
static constexpr unsigned int | N_DPHI = 16 |
|
Definition at line 23 of file TGCBIS78CoincidenceMap.h.
◆ TGCBIS78CoincidenceMap() [1/3]
Definition at line 19 of file TGCBIS78CoincidenceMap.cxx.
26 if(!
tgcArgs()->USE_BIS78()){
return;}
29 for (
size_t sec=0; sec < kNEndcapTrigSector; sec++){
30 for (
size_t ssc=0; ssc < kNMaxSSC; ssc++){
31 for (
size_t pos=0;
pos < kNRoiInSSC;
pos++){
38 for (
size_t dphi=0; dphi!=
N_DPHI; dphi++) {
39 m_CW[
dr][dphi].resize(kNumberOfEndcapRoI);
◆ ~TGCBIS78CoincidenceMap()
virtual LVL1TGC::TGCBIS78CoincidenceMap::~TGCBIS78CoincidenceMap |
( |
| ) |
|
|
virtualdefault |
◆ TGCBIS78CoincidenceMap() [2/3]
◆ TGCBIS78CoincidenceMap() [3/3]
LVL1TGC::TGCBIS78CoincidenceMap::TGCBIS78CoincidenceMap |
( |
| ) |
|
|
privatedelete |
◆ getFlagROI()
int LVL1TGC::TGCBIS78CoincidenceMap::getFlagROI |
( |
const unsigned int |
roi, |
|
|
const unsigned int |
ssc, |
|
|
const unsigned int |
sec, |
|
|
const unsigned int |
side |
|
) |
| const |
Definition at line 76 of file TGCBIS78CoincidenceMap.cxx.
83 if (roi >= kNRoiInSSC)
return -1;
84 if (ssc >= kNMaxSSC)
return 0;
85 if (sec >= kNEndcapTrigSector)
return -1;
◆ getVersion()
const std::string& LVL1TGC::TGCBIS78CoincidenceMap::getVersion |
( |
| ) |
const |
|
inline |
◆ 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.
◆ readMap()
bool LVL1TGC::TGCBIS78CoincidenceMap::readMap |
( |
| ) |
|
◆ setLevel()
void AthMessaging::setLevel |
( |
MSG::Level |
lvl | ) |
|
|
inherited |
◆ tgcArgs() [1/2]
◆ tgcArgs() [2/2]
◆ TGCBIS78_pt()
int LVL1TGC::TGCBIS78CoincidenceMap::TGCBIS78_pt |
( |
const BIS78TrigOut * |
bis78Out, |
|
|
int |
|
|
) |
| const |
Definition at line 56 of file TGCBIS78CoincidenceMap.cxx.
58 std::vector<uint8_t> bis78Eta_vec=bis78Out->getBIS78eta();
59 std::vector<uint8_t> bis78Phi_vec=bis78Out->getBIS78phi();
60 std::vector<uint8_t> bis78Deta_vec=bis78Out->getBIS78Deta();
61 std::vector<uint8_t> bis78Dphi_vec=bis78Out->getBIS78Dphi();
62 std::vector<uint8_t> bis78flag3over3eta_vec=bis78Out->getBIS78flag3over3eta();
63 std::vector<uint8_t> bis78flag3over3phi_vec=bis78Out->getBIS78flag3over3phi();
67 for(
unsigned int bis78hit_id=0; bis78hit_id!=bis78Eta_vec.size(); bis78hit_id++){
◆ ATLAS_THREAD_SAFE
std::atomic_flag m_initialized AthMessaging::ATLAS_THREAD_SAFE = ATOMIC_FLAG_INIT |
|
mutableprivateinherited |
◆ m_CW
std::vector<short int> LVL1TGC::TGCBIS78CoincidenceMap::m_CW[N_DETA][N_DPHI] |
|
private |
◆ m_flagROI
int LVL1TGC::TGCBIS78CoincidenceMap::m_flagROI[kNRoiInSSC][kNMaxSSC][kNEndcapTrigSector] |
|
private |
◆ 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 |
◆ m_tgcArgs
◆ m_verName
std::string LVL1TGC::TGCBIS78CoincidenceMap::m_verName |
|
private |
◆ N_DETA
constexpr unsigned int LVL1TGC::TGCBIS78CoincidenceMap::N_DETA = 64 |
|
staticconstexprprivate |
◆ N_DPHI
constexpr unsigned int LVL1TGC::TGCBIS78CoincidenceMap::N_DPHI = 16 |
|
staticconstexprprivate |
The documentation for this class was generated from the following files: