ATLAS Offline Software
|
#include <MMT_Diamond.h>
Public Member Functions | |
MMT_Diamond (const MuonGM::MuonDetectorManager *detManager) | |
void | clearEvent () |
void | createRoads_fillHits (const unsigned int iterator, std::vector< hitData_entry > &hitDatas, const MuonGM::MuonDetectorManager *detManager, std::shared_ptr< MMT_Parameters > par, const int phi) |
void | findDiamonds (const unsigned int iterator, const int event) |
double | phiShift (const int n, const double phi, const char side) const |
const std::vector< diamond_t > & | getDiamondVector () const |
diamond_t | getDiamond (const unsigned int iterator) const |
const std::vector< double > & | getHitSlopes () const |
std::vector< std::shared_ptr< MMT_Hit > > | getHitVector (const unsigned int iterator) const |
std::vector< slope_t > | getSlopeVector (const unsigned int iterator) const |
unsigned int | getDiamondSize () const |
int | getUVfactor () const |
void | resetSlopes () |
void | setTrapezoidalShape (bool flag) |
void | setUVfactor (int factor) |
bool | isTrapezoidalShape () const |
int | getStationPhi () const |
int | getRoadSize () const |
void | setRoadSize (int size) |
int | getRoadSizeUpX () const |
void | setRoadSizeUpX (int sizeUp) |
int | getRoadSizeDownX () const |
void | setRoadSizeDownX (int sizeDown) |
int | getRoadSizeUpUV () const |
void | setRoadSizeUpUV (int sizeUpUV) |
int | getRoadSizeDownUV () const |
void | setRoadSizeDownUV (int sizeDownUV) |
char | getSector () const |
unsigned int | getXthreshold () const |
void | setXthreshold (int threshold) |
bool | getUV () const |
void | setUV (bool flag) |
unsigned int | getUVthreshold () const |
void | setUVthreshold (int threshold) |
bool | msgLvl (const MSG::Level lvl) const |
Test the output level. More... | |
MsgStream & | msg () const |
The standard message stream. More... | |
MsgStream & | msg (const MSG::Level lvl) const |
The standard message stream. More... | |
void | setLevel (MSG::Level lvl) |
Change the current logging level. More... | |
Private Member Functions | |
void | initMessaging () const |
Initialize our message level and MessageSvc. More... | |
Private Attributes | |
const MuonGM::MuonDetectorManager * | m_detManager {} |
MuonDetectorManager. More... | |
bool | m_trapflag {} |
int | m_uvfactor {} |
bool | m_uvflag {} |
int | m_roadSize {} |
int | m_roadSizeUpX {} |
int | m_roadSizeDownX {} |
int | m_roadSizeUpUV {} |
int | m_roadSizeDownUV {} |
int | m_xthr {} |
int | m_uvthr {} |
int | m_phi {} |
char | m_sector {} |
std::vector< diamond_t > | m_diamonds |
std::vector< double > | m_hitslopes |
std::string | m_nm |
Message source name. More... | |
boost::thread_specific_ptr< MsgStream > | m_msg_tls |
MsgStream instance (a std::cout like with print-out levels) More... | |
std::atomic< IMessageSvc * > | m_imsg { nullptr } |
MessageSvc pointer. More... | |
std::atomic< MSG::Level > | m_lvl { MSG::NIL } |
Current logging level. More... | |
std::atomic_flag m_initialized | ATLAS_THREAD_SAFE = ATOMIC_FLAG_INIT |
Messaging initialized (initMessaging) More... | |
Definition at line 53 of file MMT_Diamond.h.
MMT_Diamond::MMT_Diamond | ( | const MuonGM::MuonDetectorManager * | detManager | ) |
Definition at line 7 of file MMT_Diamond.cxx.
void MMT_Diamond::clearEvent | ( | ) |
Definition at line 11 of file MMT_Diamond.cxx.
void MMT_Diamond::createRoads_fillHits | ( | const unsigned int | iterator, |
std::vector< hitData_entry > & | hitDatas, | ||
const MuonGM::MuonDetectorManager * | detManager, | ||
std::shared_ptr< MMT_Parameters > | par, | ||
const int | phi | ||
) |
Definition at line 22 of file MMT_Diamond.cxx.
Definition at line 110 of file MMT_Diamond.cxx.
Definition at line 62 of file MMT_Diamond.h.
|
inline |
Definition at line 66 of file MMT_Diamond.h.
Definition at line 61 of file MMT_Diamond.h.
|
inline |
Definition at line 63 of file MMT_Diamond.h.
|
inline |
Definition at line 64 of file MMT_Diamond.h.
|
inline |
Definition at line 74 of file MMT_Diamond.h.
|
inline |
Definition at line 82 of file MMT_Diamond.h.
|
inline |
Definition at line 78 of file MMT_Diamond.h.
|
inline |
Definition at line 80 of file MMT_Diamond.h.
|
inline |
Definition at line 76 of file MMT_Diamond.h.
|
inline |
Definition at line 84 of file MMT_Diamond.h.
Definition at line 65 of file MMT_Diamond.h.
|
inline |
Definition at line 73 of file MMT_Diamond.h.
|
inline |
Definition at line 87 of file MMT_Diamond.h.
|
inline |
Definition at line 67 of file MMT_Diamond.h.
|
inline |
Definition at line 89 of file MMT_Diamond.h.
|
inline |
Definition at line 85 of file MMT_Diamond.h.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
|
inline |
Definition at line 71 of file MMT_Diamond.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 164 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 179 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.
void MMT_Diamond::resetSlopes | ( | ) |
Definition at line 278 of file MMT_Diamond.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 75 of file MMT_Diamond.h.
|
inline |
Definition at line 83 of file MMT_Diamond.h.
|
inline |
Definition at line 79 of file MMT_Diamond.h.
|
inline |
Definition at line 81 of file MMT_Diamond.h.
|
inline |
Definition at line 77 of file MMT_Diamond.h.
|
inline |
Definition at line 69 of file MMT_Diamond.h.
|
inline |
Definition at line 88 of file MMT_Diamond.h.
|
inline |
Definition at line 70 of file MMT_Diamond.h.
|
inline |
Definition at line 90 of file MMT_Diamond.h.
|
inline |
Definition at line 86 of file MMT_Diamond.h.
|
mutableprivateinherited |
Messaging initialized (initMessaging)
Definition at line 141 of file AthMessaging.h.
|
private |
MuonDetectorManager.
Definition at line 93 of file MMT_Diamond.h.
|
private |
Definition at line 102 of file MMT_Diamond.h.
|
private |
Definition at line 103 of file MMT_Diamond.h.
|
mutableprivateinherited |
MessageSvc pointer.
Definition at line 135 of file AthMessaging.h.
|
mutableprivateinherited |
Current logging level.
Definition at line 138 of file AthMessaging.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 99 of file MMT_Diamond.h.
|
private |
Definition at line 97 of file MMT_Diamond.h.
|
private |
Definition at line 97 of file MMT_Diamond.h.
|
private |
Definition at line 97 of file MMT_Diamond.h.
|
private |
Definition at line 97 of file MMT_Diamond.h.
|
private |
Definition at line 97 of file MMT_Diamond.h.
|
private |
Definition at line 100 of file MMT_Diamond.h.
|
private |
Definition at line 94 of file MMT_Diamond.h.
|
private |
Definition at line 95 of file MMT_Diamond.h.
|
private |
Definition at line 96 of file MMT_Diamond.h.
|
private |
Definition at line 98 of file MMT_Diamond.h.
|
private |
Definition at line 98 of file MMT_Diamond.h.