![]() |
ATLAS Offline Software
|
#include <SG_StepNtuple.h>
Public Member Functions | |
| SG_StepNtuple (const std::vector< int > &) | |
| virtual void | BeginOfRunAction (const G4Run *) override |
| virtual void | BeginOfEventAction (const G4Event *) override |
| virtual void | EndOfEventAction (const G4Event *) override |
| virtual void | UserSteppingAction (const G4Step *) override |
| bool | msgLvl (const MSG::Level lvl) const |
| Test the output level. | |
| MsgStream & | msg () const |
| The standard message stream. | |
| MsgStream & | msg (const MSG::Level lvl) const |
| The standard message stream. | |
| void | setLevel (MSG::Level lvl) |
| Change the current logging level. | |
Private Member Functions | |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| NTuple::Item< long > | m_nsteps |
| NTuple::Item< long > | m_evtid |
| NTuple::Array< int > | m_pdg |
| NTuple::Array< int > | m_charge |
| NTuple::Array< int > | m_baryon |
| NTuple::Array< float > | m_x1 |
| NTuple::Array< float > | m_y1 |
| NTuple::Array< float > | m_z1 |
| NTuple::Array< float > | m_t1 |
| NTuple::Array< float > | m_pt1 |
| NTuple::Array< float > | m_x2 |
| NTuple::Array< float > | m_y2 |
| NTuple::Array< float > | m_z2 |
| NTuple::Array< float > | m_t2 |
| NTuple::Array< float > | m_pt2 |
| NTuple::Array< float > | m_minA |
| NTuple::Array< float > | m_v2 |
| NTuple::Array< float > | m_vthresh |
| NTuple::Array< float > | m_vbelowthresh |
| NTuple::Array< float > | m_dep |
| NTuple::Array< float > | m_mass |
| NTuple::Array< float > | m_ke1 |
| NTuple::Array< float > | m_ke2 |
| NTuple::Array< int > | m_rh |
| NTuple::Array< int > | m_rhid |
| NTuple::Array< int > | m_step |
| std::set< int > | m_rhs |
| long | m_nevents = 0 |
| long | m_rhadronIndex = 0 |
| std::string | m_nm |
| Message source name. | |
| boost::thread_specific_ptr< MsgStream > | m_msg_tls |
| MsgStream instance (a std::cout like with print-out levels) | |
| std::atomic< IMessageSvc * > | m_imsg { nullptr } |
| MessageSvc pointer. | |
| std::atomic< MSG::Level > | m_lvl { MSG::NIL } |
| Current logging level. | |
| std::atomic_flag m_initialized | ATLAS_THREAD_SAFE = ATOMIC_FLAG_INIT |
| Messaging initialized (initMessaging) | |
Definition at line 20 of file SG_StepNtuple.h.
| G4UA::SG_StepNtuple::SG_StepNtuple | ( | const std::vector< int > & | pdgids | ) |
Definition at line 28 of file SG_StepNtuple.cxx.
|
overridevirtual |
Definition at line 93 of file SG_StepNtuple.cxx.
|
overridevirtual |
Definition at line 38 of file SG_StepNtuple.cxx.
|
overridevirtual |
Definition at line 101 of file SG_StepNtuple.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 163 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 178 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.
|
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.
|
overridevirtual |
Definition at line 110 of file SG_StepNtuple.cxx.
|
mutableprivateinherited |
Messaging initialized (initMessaging)
Definition at line 141 of file AthMessaging.h.
|
private |
Definition at line 36 of file SG_StepNtuple.h.
|
private |
Definition at line 36 of file SG_StepNtuple.h.
|
private |
Definition at line 40 of file SG_StepNtuple.h.
|
private |
Definition at line 35 of file SG_StepNtuple.h.
|
mutableprivateinherited |
|
private |
Definition at line 41 of file SG_StepNtuple.h.
|
private |
Definition at line 41 of file SG_StepNtuple.h.
|
mutableprivateinherited |
|
private |
Definition at line 40 of file SG_StepNtuple.h.
|
private |
Definition at line 39 of file SG_StepNtuple.h.
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels)
Definition at line 132 of file AthMessaging.h.
|
private |
Definition at line 44 of file SG_StepNtuple.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.
|
private |
Definition at line 35 of file SG_StepNtuple.h.
|
private |
Definition at line 36 of file SG_StepNtuple.h.
|
private |
Definition at line 37 of file SG_StepNtuple.h.
|
private |
Definition at line 38 of file SG_StepNtuple.h.
|
private |
Definition at line 42 of file SG_StepNtuple.h.
|
private |
Definition at line 45 of file SG_StepNtuple.h.
|
private |
Definition at line 42 of file SG_StepNtuple.h.
|
private |
Definition at line 43 of file SG_StepNtuple.h.
|
private |
Definition at line 42 of file SG_StepNtuple.h.
|
private |
Definition at line 37 of file SG_StepNtuple.h.
|
private |
Definition at line 38 of file SG_StepNtuple.h.
|
private |
Definition at line 39 of file SG_StepNtuple.h.
|
private |
Definition at line 39 of file SG_StepNtuple.h.
|
private |
Definition at line 39 of file SG_StepNtuple.h.
|
private |
Definition at line 37 of file SG_StepNtuple.h.
|
private |
Definition at line 38 of file SG_StepNtuple.h.
|
private |
Definition at line 37 of file SG_StepNtuple.h.
|
private |
Definition at line 38 of file SG_StepNtuple.h.
|
private |
Definition at line 37 of file SG_StepNtuple.h.
|
private |
Definition at line 38 of file SG_StepNtuple.h.