ATLAS Offline Software
|
#include <TFCSExtrapolationState.h>
Public Types | |
enum | SUBPOS { SUBPOS_MID = 0, SUBPOS_ENT = 1, SUBPOS_EXT = 2 } |
Public Member Functions | |
TFCSExtrapolationState () | |
void | clear () |
void | set_OK (int layer, int subpos, bool val=true) |
void | set_eta (int layer, int subpos, double val) |
void | set_phi (int layer, int subpos, double val) |
void | set_r (int layer, int subpos, double val) |
void | set_z (int layer, int subpos, double val) |
void | set_d (int layer, int subpos, double val) |
void | set_detaBorder (int layer, int subpos, double val) |
void | set_IDCaloBoundary_eta (double val) |
void | set_IDCaloBoundary_phi (double val) |
void | set_IDCaloBoundary_r (double val) |
void | set_IDCaloBoundary_z (double val) |
bool | OK (int layer, int subpos) const |
double | eta (int layer, int subpos) const |
double | phi (int layer, int subpos) const |
double | r (int layer, int subpos) const |
double | z (int layer, int subpos) const |
double | d (int layer, int subpos) const |
double | detaBorder (int layer, int subpos) const |
double | IDCaloBoundary_eta () const |
double | IDCaloBoundary_phi () const |
double | IDCaloBoundary_r () const |
double | IDCaloBoundary_z () const |
double | IDCaloBoundary_AngleEta () const |
double | IDCaloBoundary_Angle3D () const |
void | set_IDCaloBoundary_AngleEta (double val) |
void | set_IDCaloBoundary_Angle3D (double val) |
void | Print (Option_t *option="") const |
bool | msgLvl (const MSG::Level lvl) const |
Check whether the logging system is active at the provided verbosity level. More... | |
MsgStream & | msg () const |
Return a stream for sending messages directly (no decoration) More... | |
MsgStream & | msg (const MSG::Level lvl) const |
Return a decorated starting stream for sending messages. More... | |
MSG::Level | level () const |
Retrieve output level. More... | |
virtual void | setLevel (MSG::Level lvl) |
Update outputlevel. More... | |
Static Public Member Functions | |
static std::string | startMsg (MSG::Level lvl, const std::string &file, int line) |
Make a message to decorate the start of logging. More... | |
Private Attributes | |
bool | m_CaloOK [CaloCell_ID_FCS::MaxSample][3] |
double | m_etaCalo [CaloCell_ID_FCS::MaxSample][3] |
double | m_phiCalo [CaloCell_ID_FCS::MaxSample][3] |
double | m_rCalo [CaloCell_ID_FCS::MaxSample][3] |
double | m_zCalo [CaloCell_ID_FCS::MaxSample][3] |
double | m_dCalo [CaloCell_ID_FCS::MaxSample][3] |
double | m_distetaCaloBorder [CaloCell_ID_FCS::MaxSample][3] |
double | m_IDCaloBoundary_eta |
double | m_IDCaloBoundary_phi |
double | m_IDCaloBoundary_r |
double | m_IDCaloBoundary_z |
double | m_IDCaloBoundary_AngleEta |
double | m_IDCaloBoundary_Angle3D |
std::string | m_nm |
Message source name. More... | |
Static Private Attributes | |
static boost::thread_specific_ptr< MsgStream > m_msg_tls | ATLAS_THREAD_SAFE |
Do not persistify! More... | |
Definition at line 13 of file TFCSExtrapolationState.h.
TFCSExtrapolationState::TFCSExtrapolationState | ( | ) |
Definition at line 12 of file TFCSExtrapolationState.cxx.
void TFCSExtrapolationState::clear | ( | ) |
Definition at line 28 of file TFCSExtrapolationState.cxx.
|
inline |
Definition at line 58 of file TFCSExtrapolationState.h.
|
inline |
Definition at line 59 of file TFCSExtrapolationState.h.
|
inline |
Definition at line 54 of file TFCSExtrapolationState.h.
|
inline |
Definition at line 69 of file TFCSExtrapolationState.h.
|
inline |
Definition at line 68 of file TFCSExtrapolationState.h.
|
inline |
Definition at line 63 of file TFCSExtrapolationState.h.
|
inline |
Definition at line 64 of file TFCSExtrapolationState.h.
|
inline |
Definition at line 65 of file TFCSExtrapolationState.h.
|
inline |
Definition at line 66 of file TFCSExtrapolationState.h.
|
inlineinherited |
|
inlineinherited |
Return a stream for sending messages directly (no decoration)
Definition at line 231 of file MLogging.h.
|
inlineinherited |
Return a decorated starting stream for sending messages.
Definition at line 240 of file MLogging.h.
|
inlineinherited |
Check whether the logging system is active at the provided verbosity level.
Definition at line 222 of file MLogging.h.
|
inline |
Definition at line 53 of file TFCSExtrapolationState.h.
|
inline |
Definition at line 55 of file TFCSExtrapolationState.h.
void TFCSExtrapolationState::Print | ( | Option_t * | option = "" | ) | const |
Definition at line 14 of file TFCSExtrapolationState.cxx.
|
inline |
Definition at line 56 of file TFCSExtrapolationState.h.
|
inline |
Definition at line 41 of file TFCSExtrapolationState.h.
|
inline |
Definition at line 44 of file TFCSExtrapolationState.h.
|
inline |
Definition at line 29 of file TFCSExtrapolationState.h.
|
inline |
Definition at line 74 of file TFCSExtrapolationState.h.
|
inline |
Definition at line 71 of file TFCSExtrapolationState.h.
|
inline |
Definition at line 48 of file TFCSExtrapolationState.h.
|
inline |
Definition at line 49 of file TFCSExtrapolationState.h.
|
inline |
Definition at line 50 of file TFCSExtrapolationState.h.
|
inline |
Definition at line 51 of file TFCSExtrapolationState.h.
|
inline |
Definition at line 25 of file TFCSExtrapolationState.h.
|
inline |
Definition at line 32 of file TFCSExtrapolationState.h.
|
inline |
Definition at line 35 of file TFCSExtrapolationState.h.
|
inline |
Definition at line 38 of file TFCSExtrapolationState.h.
|
virtualinherited |
|
staticinherited |
Make a message to decorate the start of logging.
Print a message for the start of logging.
Definition at line 116 of file MLogging.cxx.
|
inline |
Definition at line 57 of file TFCSExtrapolationState.h.
|
inlinestaticprivateinherited |
Do not persistify!
MsgStream instance (a std::cout like with print-out levels)
Definition at line 215 of file MLogging.h.
|
private |
Definition at line 81 of file TFCSExtrapolationState.h.
|
private |
Definition at line 86 of file TFCSExtrapolationState.h.
|
private |
Definition at line 87 of file TFCSExtrapolationState.h.
|
private |
Definition at line 82 of file TFCSExtrapolationState.h.
|
private |
Definition at line 95 of file TFCSExtrapolationState.h.
|
private |
Definition at line 94 of file TFCSExtrapolationState.h.
|
private |
Definition at line 89 of file TFCSExtrapolationState.h.
|
private |
Definition at line 90 of file TFCSExtrapolationState.h.
|
private |
Definition at line 91 of file TFCSExtrapolationState.h.
|
private |
Definition at line 92 of file TFCSExtrapolationState.h.
|
privateinherited |
Message source name.
Definition at line 211 of file MLogging.h.
|
private |
Definition at line 83 of file TFCSExtrapolationState.h.
|
private |
Definition at line 84 of file TFCSExtrapolationState.h.
|
private |
Definition at line 85 of file TFCSExtrapolationState.h.