![]() |
ATLAS Offline Software
|
#include <ALFA_MDGap.h>
Public Member Functions | |
ALFA_MDGap () | |
~ALFA_MDGap () | |
StatusCode | Initialize (Int_t iRPot, Float_t faMD[RPOTSCNT][ALFALAYERSCNT *ALFAPLATESCNT][ALFAFIBERSCNT], Float_t fbMD[RPOTSCNT][ALFALAYERSCNT *ALFAPLATESCNT][ALFAFIBERSCNT], Int_t iUVCut, Float_t fOverlapCut) |
StatusCode | Execute (const std::list< MDHIT > &ListMDHits) |
StatusCode | Finalize (Float_t(&fRecXPos)[MAXTRACKNUM], Float_t(&fRecYPos)[MAXTRACKNUM]) |
void | GetData (Int_t(&iNumU)[MAXTRACKNUM], Int_t(&iNumV)[MAXTRACKNUM], Float_t(&fOvU)[MAXTRACKNUM], Float_t(&fOvV)[MAXTRACKNUM], Int_t(&iFibSel)[ALFALAYERSCNT *ALFAPLATESCNT]) |
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 | Proj_Store (Int_t iFiberSide, Int_t(&iOver)[72000], Float_t fbRef, Int_t iSideFlag) |
void | Find_Proj (const Int_t iOver[72000], Float_t fbRef, Float_t &fb, Float_t &fOv, Int_t &fNum) const |
void | Finding_Fib (Int_t iFiberSide, Float_t fbRef, Float_t fbRec, Int_t(&iFSel)[ALFAPLATESCNT], Int_t iSideFlag) |
void | Reco_Track (std::vector< Float_t > &b_p, std::vector< Float_t > &b_n, std::vector< Float_t > &Ov_p, std::vector< Float_t > &Ov_n, std::vector< int > &Num_p, std::vector< int > &Num_n, Int_t(&FSel_n)[ALFAPLATESCNT], Int_t(&FSel_p)[ALFAPLATESCNT], Int_t(&Gaps)[2][2], std::vector< Int_t > &GapsID, Bool_t(&FGaps_p)[ALFAPLATESCNT], Bool_t(&FGaps_n)[ALFAPLATESCNT], Int_t(&Gap_Fib_p)[ALFAPLATESCNT][2], Int_t(&Gap_Fib_n)[ALFAPLATESCNT][2]) |
Int_t | Silent_Gap (Int_t(&Over)[72000], Float_t b_ref, Float_t b_rec, const Int_t FSel[ALFAPLATESCNT], Bool_t(&FGap)[ALFAPLATESCNT], Int_t(&Gap_Fib)[ALFAPLATESCNT][2], Float_t OverLap, Int_t iSideFlag) |
Int_t | Active_Gap (Int_t iFiberSide, Int_t(&Over)[72000], Float_t b_ref, Float_t b_rec, const Int_t FSel[ALFAPLATESCNT], Float_t OverLap, Int_t iSideFlag) |
void | initMessaging () const |
Initialize our message level and MessageSvc. More... | |
Private Attributes | |
Int_t | m_iRPot |
Int_t | m_iUVCut |
Float_t | m_fOverlapCut |
Float_t | m_faMD [RPOTSCNT][ALFALAYERSCNT *ALFAPLATESCNT][ALFAFIBERSCNT] |
Float_t | m_fbMD [RPOTSCNT][ALFALAYERSCNT *ALFAPLATESCNT][ALFAFIBERSCNT] |
Int_t | m_iNumHitsLayer [ALFALAYERSCNT *ALFAPLATESCNT] |
Int_t | m_iNU [MAXTRACKNUM] |
Int_t | m_iNV [MAXTRACKNUM] |
Int_t | m_iFibSel [ALFALAYERSCNT *ALFAPLATESCNT] |
Float_t | m_fRecXPos [MAXTRACKNUM] |
Float_t | m_fRecYPos [MAXTRACKNUM] |
Float_t | m_fOvU [MAXTRACKNUM] |
Float_t | m_fOvV [MAXTRACKNUM] |
std::map< Int_t, FIBERS > | m_MapLayers |
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 27 of file ALFA_MDGap.h.
ALFA_MDGap::ALFA_MDGap | ( | ) |
Definition at line 7 of file ALFA_MDGap.cxx.
ALFA_MDGap::~ALFA_MDGap | ( | ) |
Definition at line 26 of file ALFA_MDGap.cxx.
|
private |
Definition at line 597 of file ALFA_MDGap.cxx.
Definition at line 64 of file ALFA_MDGap.cxx.
StatusCode ALFA_MDGap::Finalize | ( | Float_t(&) | fRecXPos[MAXTRACKNUM], |
Float_t(&) | fRecYPos[MAXTRACKNUM] | ||
) |
Definition at line 144 of file ALFA_MDGap.cxx.
|
private |
Definition at line 199 of file ALFA_MDGap.cxx.
|
private |
Definition at line 263 of file ALFA_MDGap.cxx.
void ALFA_MDGap::GetData | ( | Int_t(&) | iNumU[MAXTRACKNUM], |
Int_t(&) | iNumV[MAXTRACKNUM], | ||
Float_t(&) | fOvU[MAXTRACKNUM], | ||
Float_t(&) | fOvV[MAXTRACKNUM], | ||
Int_t(&) | iFibSel[ALFALAYERSCNT *ALFAPLATESCNT] | ||
) |
Definition at line 520 of file ALFA_MDGap.cxx.
StatusCode ALFA_MDGap::Initialize | ( | Int_t | iRPot, |
Float_t | faMD[RPOTSCNT][ALFALAYERSCNT *ALFAPLATESCNT][ALFAFIBERSCNT], | ||
Float_t | fbMD[RPOTSCNT][ALFALAYERSCNT *ALFAPLATESCNT][ALFAFIBERSCNT], | ||
Int_t | iUVCut, | ||
Float_t | fOverlapCut | ||
) |
Definition at line 30 of file ALFA_MDGap.cxx.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.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 158 of file ALFA_MDGap.cxx.
|
private |
Definition at line 327 of file ALFA_MDGap.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 537 of file ALFA_MDGap.cxx.
|
mutableprivateinherited |
Messaging initialized (initMessaging)
Definition at line 141 of file AthMessaging.h.
|
private |
Definition at line 39 of file ALFA_MDGap.h.
|
private |
Definition at line 40 of file ALFA_MDGap.h.
|
private |
Definition at line 36 of file ALFA_MDGap.h.
|
private |
Definition at line 51 of file ALFA_MDGap.h.
|
private |
Definition at line 52 of file ALFA_MDGap.h.
|
private |
Definition at line 49 of file ALFA_MDGap.h.
|
private |
Definition at line 50 of file ALFA_MDGap.h.
|
private |
Definition at line 47 of file ALFA_MDGap.h.
|
mutableprivateinherited |
MessageSvc pointer.
Definition at line 135 of file AthMessaging.h.
|
private |
Definition at line 45 of file ALFA_MDGap.h.
|
private |
Definition at line 43 of file ALFA_MDGap.h.
|
private |
Definition at line 46 of file ALFA_MDGap.h.
|
private |
Definition at line 34 of file ALFA_MDGap.h.
|
private |
Definition at line 35 of file ALFA_MDGap.h.
|
mutableprivateinherited |
Current logging level.
Definition at line 138 of file AthMessaging.h.
|
private |
Definition at line 55 of file ALFA_MDGap.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.