![]() |
ATLAS Offline Software
|
#include <TGCNSWCoincidenceMap.h>
Public Member Functions | |
| TGCNSWCoincidenceMap (TGCArguments *tgcargs, const std::string &version, int side, int oct, int mod) | |
| ~TGCNSWCoincidenceMap ()=default | |
| bool | isForward (int module) |
| int | TGCNSW_pTcalcu_EtaPhi (const LVL1TGC::NSWTrigOut *nswOut, int RoI) const |
| int | TGCNSW_pTcalcu_EtaDtheta (const LVL1TGC::NSWTrigOut *nswOut, int RoI) const |
| const std::string & | getVersion () const |
| int | getSideId () const |
| int | getOctantId () const |
| TGCNSWCoincidenceMap (const TGCNSWCoincidenceMap &right) | |
| bool | readMap (const std::string &moduleName, ReadCW_Type cw_type) |
| bool | readShift () |
| TGCArguments * | tgcArgs () |
| const TGCArguments * | tgcArgs () const |
| bool | msgLvl (const MSG::Level lvl) const |
| Test the output level. | |
| MsgStream & | msg () const |
| The standard message stream. | |
| MsgStream & | msg (const MSG::Level lvl) const |
| The standard message stream. | |
| void | setLevel (MSG::Level lvl) |
| Change the current logging level. | |
Private Types | |
| enum | { N_dEta =64 , N_dPhi =16 , N_Dtheta =32 , N_PT_THRESH =15 } |
| enum | ReadCW_Type { EtaPhi_CW =0 , EtaDtheta_CW } |
Private Member Functions | |
| TGCNSWCoincidenceMap ()=delete | |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| std::map< TGCRegionType, int > | m_NumberOfEtaRaw = {{TGCRegionType::ENDCAP,37}, {TGCRegionType::FORWARD,16}} |
| std::map< TGCRegionType, int > | m_NumberOfRoI = {{TGCRegionType::ENDCAP, LVL1TGC::kNumberOfEndcapRoI}, {TGCRegionType::FORWARD,64}} |
| std::vector< short int > | m_EtaPhi_CW [N_dEta][N_dPhi] |
| std::vector< short int > | m_EtaDtheta_CW [N_dEta][N_Dtheta] |
| std::vector< short int > | m_Offset_Eta |
| std::vector< short int > | m_Offset_Phi |
| std::string | m_verName |
| int | m_side {} |
| int | m_octant {} |
| int | m_module {} |
| int | m_sector {} |
| TGCRegionType | m_region {TGCRegionType::FORWARD} |
| TGCArguments * | m_tgcArgs {} |
| std::string | m_nm |
| Message source name. | |
| boost::thread_specific_ptr< MsgStream > | m_msg_tls |
| MsgStream instance (a std::cout like with print-out levels). | |
| std::atomic< IMessageSvc * > | m_imsg { nullptr } |
| MessageSvc pointer. | |
| std::atomic< MSG::Level > | m_lvl { MSG::NIL } |
| Current logging level. | |
| std::atomic_flag m_initialized | ATLAS_THREAD_SAFE = ATOMIC_FLAG_INIT |
| Messaging initialized (initMessaging). | |
Definition at line 24 of file TGCNSWCoincidenceMap.h.
|
private |
|
private |
| Enumerator | |
|---|---|
| EtaPhi_CW | |
| EtaDtheta_CW | |
Definition at line 29 of file TGCNSWCoincidenceMap.h.
|
privatedelete |
| LVL1TGCTrigger::TGCNSWCoincidenceMap::TGCNSWCoincidenceMap | ( | TGCArguments * | tgcargs, |
| const std::string & | version, | ||
| int | side, | ||
| int | oct, | ||
| int | mod ) |
Definition at line 22 of file TGCNSWCoincidenceMap.cxx.
|
default |
| LVL1TGCTrigger::TGCNSWCoincidenceMap::TGCNSWCoincidenceMap | ( | const TGCNSWCoincidenceMap & | right | ) |
| int LVL1TGCTrigger::TGCNSWCoincidenceMap::getOctantId | ( | ) | const |
| int LVL1TGCTrigger::TGCNSWCoincidenceMap::getSideId | ( | ) | const |
| const std::string & LVL1TGCTrigger::TGCNSWCoincidenceMap::getVersion | ( | ) | const |
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
| bool LVL1TGCTrigger::TGCNSWCoincidenceMap::isForward | ( | int | module | ) |
Definition at line 83 of file TGCNSWCoincidenceMap.cxx.
|
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 167 of file AthMessaging.h.
|
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 182 of file AthMessaging.h.
|
inlineinherited |
Test the output level.
| lvl | The message level to test against |
| true | Messages at level "lvl" will be printed |
Definition at line 151 of file AthMessaging.h.
| bool LVL1TGCTrigger::TGCNSWCoincidenceMap::readMap | ( | const std::string & | moduleName, |
| ReadCW_Type | cw_type ) |
Definition at line 129 of file TGCNSWCoincidenceMap.cxx.
| bool LVL1TGCTrigger::TGCNSWCoincidenceMap::readShift | ( | ) |
Definition at line 197 of file TGCNSWCoincidenceMap.cxx.
|
inherited |
Change the current logging level.
Use this rather than msg().setLevel() for proper operation with MT.
Definition at line 28 of file AthMessaging.cxx.
|
inline |
Definition at line 51 of file TGCNSWCoincidenceMap.h.
|
inline |
Definition at line 52 of file TGCNSWCoincidenceMap.h.
| int LVL1TGCTrigger::TGCNSWCoincidenceMap::TGCNSW_pTcalcu_EtaDtheta | ( | const LVL1TGC::NSWTrigOut * | nswOut, |
| int | RoI ) const |
just for now. before we finalize the strategy, we always return the lowest pT value if we can find the NSW hit
Definition at line 110 of file TGCNSWCoincidenceMap.cxx.
| int LVL1TGCTrigger::TGCNSWCoincidenceMap::TGCNSW_pTcalcu_EtaPhi | ( | const LVL1TGC::NSWTrigOut * | nswOut, |
| int | RoI ) const |
just for now. before we finalize the strategy, we always return the lowest pT value if we can find the NSW hit
Definition at line 88 of file TGCNSWCoincidenceMap.cxx.
|
mutableprivateinherited |
Messaging initialized (initMessaging).
Definition at line 141 of file AthMessaging.h.
|
private |
Definition at line 56 of file TGCNSWCoincidenceMap.h.
Definition at line 55 of file TGCNSWCoincidenceMap.h.
|
mutableprivateinherited |
|
mutableprivateinherited |
|
private |
Definition at line 63 of file TGCNSWCoincidenceMap.h.
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels).
Definition at line 132 of file AthMessaging.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.
|
private |
Definition at line 30 of file TGCNSWCoincidenceMap.h.
|
private |
Definition at line 31 of file TGCNSWCoincidenceMap.h.
|
private |
Definition at line 62 of file TGCNSWCoincidenceMap.h.
|
private |
Definition at line 57 of file TGCNSWCoincidenceMap.h.
|
private |
Definition at line 58 of file TGCNSWCoincidenceMap.h.
|
private |
Definition at line 65 of file TGCNSWCoincidenceMap.h.
|
private |
Definition at line 64 of file TGCNSWCoincidenceMap.h.
|
private |
Definition at line 61 of file TGCNSWCoincidenceMap.h.
|
private |
Definition at line 67 of file TGCNSWCoincidenceMap.h.
|
private |
Definition at line 60 of file TGCNSWCoincidenceMap.h.