ATLAS Offline Software
|
#include <ALFA_EdgeMethod.h>
Public Types | |
typedef std::pair< std::pair< Float_t, Bool_t >, Bool_t > | Edge |
typedef std::pair< std::pair< Float_t, Float_t >, UInt_t > | Corridor |
typedef std::pair< Corridor, Corridor > | Track |
Public Member Functions | |
ALFA_EdgeMethod () | |
ALFA_EdgeMethod (Bool_t bOpt_Sisters, Bool_t bOpt_UseGaps) | |
~ALFA_EdgeMethod () | |
void | Initialize (Int_t iRPot, Float_t faMD[RPOTSCNT][ALFALAYERSCNT *ALFAPLATESCNT][ALFAFIBERSCNT], Float_t fbMD[RPOTSCNT][ALFALAYERSCNT *ALFAPLATESCNT][ALFAFIBERSCNT], const std::list< MDHIT > &ListMDHits) |
Bool_t | EdgeMethod (UInt_t no_Detector, std::vector< Track > &tracks) |
void | selectedFibers (UInt_t no_Detector, Track &track, Int_t *selectedFib) |
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 | findEdges (UInt_t no_Detector, UInt_t no_Orient, std::vector< Edge > &edges) |
void | findCorridors (std::vector< Edge > &edges, std::vector< Corridor > &corridors) |
Bool_t | testTrack () |
Bool_t | iterOne (UInt_t no_Detector, UInt_t no_Orient, std::vector< Corridor > &corridors) |
Bool_t | iterationOne (UInt_t no_Detector, std::vector< Track > &tracks) |
Bool_t | iterNext (UInt_t no_Detector, UInt_t no_Orient, Float_t pos, Int_t level, Corridor &corr) |
Bool_t | iterationNext (UInt_t no_Detector, std::vector< Track > &tracks) |
void | readUVONE (Int_t no_Detector, Double_t u_pos=91.0, Double_t v_pos=-91.0) |
void | initMessaging () const |
Initialize our message level and MessageSvc. More... | |
Static Private Member Functions | |
static Bool_t | functionSortEdges (Edge edg1, Edge edg2) |
static Bool_t | functionSortCorrsOne (Corridor corr1, Corridor corr2) |
static Bool_t | functionSortTracks (Track track1, Track track2) |
Private Attributes | |
Float_t | m_faMD [RPOTSCNT][ALFALAYERSCNT *ALFAPLATESCNT][ALFAFIBERSCNT] |
Float_t | m_fbMD [RPOTSCNT][ALFALAYERSCNT *ALFAPLATESCNT][ALFAFIBERSCNT] |
Bool_t | m_bFiberHitsMD [RPOTSCNT][ALFALAYERSCNT *ALFAPLATESCNT][ALFAFIBERSCNT] |
Int_t | m_iMultiMD [RPOTSCNT][ALFALAYERSCNT *ALFAPLATESCNT] |
Double_t | m_uv_geo [RPOTSCNT][ALFALAYERSCNT *ALFAPLATESCNT][ALFAFIBERSCNT] |
Bool_t | m_bOpt_Sisters |
Bool_t | m_bOpt_UseGaps |
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 19 of file ALFA_EdgeMethod.h.
typedef std::pair< std::pair< Float_t, Float_t >, UInt_t > ALFA_EdgeMethod::Corridor |
Definition at line 31 of file ALFA_EdgeMethod.h.
typedef std::pair< std::pair< Float_t, Bool_t >, Bool_t > ALFA_EdgeMethod::Edge |
Definition at line 30 of file ALFA_EdgeMethod.h.
typedef std::pair< Corridor, Corridor > ALFA_EdgeMethod::Track |
Definition at line 32 of file ALFA_EdgeMethod.h.
ALFA_EdgeMethod::ALFA_EdgeMethod | ( | ) |
Definition at line 10 of file ALFA_EdgeMethod.cxx.
ALFA_EdgeMethod::ALFA_EdgeMethod | ( | Bool_t | bOpt_Sisters, |
Bool_t | bOpt_UseGaps | ||
) |
Definition at line 15 of file ALFA_EdgeMethod.cxx.
ALFA_EdgeMethod::~ALFA_EdgeMethod | ( | ) |
Definition at line 22 of file ALFA_EdgeMethod.cxx.
Bool_t ALFA_EdgeMethod::EdgeMethod | ( | UInt_t | no_Detector, |
std::vector< Track > & | tracks | ||
) |
Definition at line 276 of file ALFA_EdgeMethod.cxx.
|
private |
Definition at line 101 of file ALFA_EdgeMethod.cxx.
|
private |
Definition at line 65 of file ALFA_EdgeMethod.cxx.
Definition at line 61 of file ALFA_EdgeMethod.cxx.
Definition at line 70 of file ALFA_EdgeMethod.cxx.
void ALFA_EdgeMethod::Initialize | ( | Int_t | iRPot, |
Float_t | faMD[RPOTSCNT][ALFALAYERSCNT *ALFAPLATESCNT][ALFAFIBERSCNT], | ||
Float_t | fbMD[RPOTSCNT][ALFALAYERSCNT *ALFAPLATESCNT][ALFAFIBERSCNT], | ||
const std::list< MDHIT > & | ListMDHits | ||
) |
Definition at line 27 of file ALFA_EdgeMethod.cxx.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
|
private |
|
private |
Definition at line 207 of file ALFA_EdgeMethod.cxx.
|
private |
Definition at line 234 of file ALFA_EdgeMethod.cxx.
|
private |
Definition at line 172 of file ALFA_EdgeMethod.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 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.
|
private |
Definition at line 442 of file ALFA_EdgeMethod.cxx.
void ALFA_EdgeMethod::selectedFibers | ( | UInt_t | no_Detector, |
Track & | track, | ||
Int_t * | selectedFib | ||
) |
Definition at line 298 of file ALFA_EdgeMethod.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.
|
private |
Definition at line 165 of file ALFA_EdgeMethod.cxx.
|
mutableprivateinherited |
Messaging initialized (initMessaging)
Definition at line 141 of file AthMessaging.h.
|
private |
Definition at line 84 of file ALFA_EdgeMethod.h.
|
private |
Definition at line 89 of file ALFA_EdgeMethod.h.
|
private |
Definition at line 90 of file ALFA_EdgeMethod.h.
|
private |
Definition at line 82 of file ALFA_EdgeMethod.h.
|
private |
Definition at line 83 of file ALFA_EdgeMethod.h.
|
mutableprivateinherited |
MessageSvc pointer.
Definition at line 135 of file AthMessaging.h.
|
private |
Definition at line 85 of file ALFA_EdgeMethod.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 87 of file ALFA_EdgeMethod.h.