![]() |
ATLAS Offline Software
|
#include <TFCSTruthState.h>
Public Member Functions | |
| TFCSTruthState () | |
| TFCSTruthState (Double_t x, Double_t y, Double_t z, Double_t t, int pdgid) | |
| void | set_pdgid (int val) |
| void | set_vertex (const TLorentzVector &val) |
| void | set_vertex (Double_t x, Double_t y, Double_t z, Double_t t=0) |
| void | set_Ekin_off (double val) |
| int | pdgid () const |
| double | Ekin () const |
| double | Ekin_off () const |
| const TLorentzVector & | vertex () const |
| 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. | |
| MsgStream & | msg () const |
| Return a stream for sending messages directly (no decoration) | |
| MsgStream & | msg (const MSG::Level lvl) const |
| Return a decorated starting stream for sending messages. | |
| MSG::Level | level () const |
| Retrieve output level. | |
| virtual void | setLevel (MSG::Level lvl) |
| Update outputlevel. | |
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. | |
Private Attributes | |
| int | m_pdgid |
| TLorentzVector | m_vertex |
| double | m_ekin_off = 0 |
| std::string | m_nm |
| Message source name. | |
Static Private Attributes | |
| static boost::thread_specific_ptr< MsgStream > m_msg_tls | ATLAS_THREAD_SAFE |
| Do not persistify! | |
Definition at line 13 of file TFCSTruthState.h.
| TFCSTruthState::TFCSTruthState | ( | ) |
Definition at line 12 of file TFCSTruthState.cxx.
| TFCSTruthState::TFCSTruthState | ( | Double_t | x, |
| Double_t | y, | ||
| Double_t | z, | ||
| Double_t | t, | ||
| int | pdgid ) |
Definition at line 15 of file TFCSTruthState.cxx.
|
inline |
Definition at line 26 of file TFCSTruthState.h.
|
inline |
Definition at line 27 of file TFCSTruthState.h.
|
inlineinherited |
Retrieve output level.
Definition at line 201 of file MLogging.h.
|
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 25 of file TFCSTruthState.h.
| void TFCSTruthState::Print | ( | Option_t * | option = "" | ) | const |
Definition at line 21 of file TFCSTruthState.cxx.
|
inline |
Definition at line 23 of file TFCSTruthState.h.
|
inline |
Definition at line 18 of file TFCSTruthState.h.
|
inline |
Definition at line 19 of file TFCSTruthState.h.
|
inline |
|
virtualinherited |
Update outputlevel.
Definition at line 105 of file MLogging.cxx.
|
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 28 of file TFCSTruthState.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 35 of file TFCSTruthState.h.
|
privateinherited |
Message source name.
Definition at line 211 of file MLogging.h.
|
private |
Definition at line 33 of file TFCSTruthState.h.
|
private |
Definition at line 34 of file TFCSTruthState.h.