#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.
23{
25
26 if(!
tgcArgs()->USE_BIS78()){
return;}
27
28
30 for (
size_t ssc=0; ssc <
kNMaxSSC; ssc++){
33 }
34 }
35 }
36
38 for (
size_t dphi=0; dphi!=
N_DPHI; dphi++) {
41 }
42 }
43
44
46
49 } else {
51 }
52}
void setLevel(MSG::Level lvl)
Change the current logging level.
AthMessaging()
Default constructor:
void set_USE_BIS78(bool v)
int m_flagROI[kNRoiInSSC][kNMaxSSC][kNEndcapTrigSector]
static constexpr unsigned int N_DPHI
LVL1TGCTrigger::TGCArguments * tgcArgs()
LVL1TGCTrigger::TGCArguments * m_tgcArgs
std::vector< short int > m_CW[N_DETA][N_DPHI]
static constexpr unsigned int N_DETA
static constexpr unsigned int kNEndcapTrigSector
The number of endcap trigger sectors per side.
static constexpr unsigned int kNumberOfEndcapRoI
The number of ROIs in a endcap trigger sector.
static constexpr unsigned int kNMaxSSC
The maximim number of SubSector-Clusters (SSC) (i.e.
static constexpr unsigned int kNRoiInSSC
The default number of ROIs in SSC.
◆ ~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 |
◆ 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.
40{
42
43 if (
m_lvl == MSG::NIL) {
47 }
48}
std::string m_nm
Message source name.
std::atomic< IMessageSvc * > m_imsg
MessageSvc pointer.
std::atomic< MSG::Level > m_lvl
Current logging level.
IMessageSvc * getMessageSvc(bool quiet=false)
◆ 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 163 of file AthMessaging.h.
164{
166 if (!ms) {
170 }
171
174}
boost::thread_specific_ptr< MsgStream > m_msg_tls
MsgStream instance (a std::cout like with print-out levels)
void initMessaging() const
Initialize our message level and MessageSvc.
◆ 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 178 of file AthMessaging.h.
179{
return msg() << lvl; }
MsgStream & msg() const
The standard message stream.
◆ 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.
152{
155 return true;
156 } else {
157 return false;
158 }
159}
◆ 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.
57{
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();
64
66
67 for(unsigned int bis78hit_id=0; bis78hit_id!=bis78Eta_vec.size(); bis78hit_id++){
68
69
71 }
72
74}
◆ 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
◆ 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
| unsigned int LVL1TGC::TGCBIS78CoincidenceMap::N_DETA = 64 |
|
staticconstexprprivate |
◆ N_DPHI
| unsigned int LVL1TGC::TGCBIS78CoincidenceMap::N_DPHI = 16 |
|
staticconstexprprivate |
The documentation for this class was generated from the following files: