Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
11 #ifndef EVENTCOMMONALGS_INAV4MOMDUMPER_H
12 #define EVENTCOMMONALGS_INAV4MOMDUMPER_H
21 #include "GaudiKernel/ServiceHandle.h"
100 #endif //> EVENTCOMMONALGS_INAV4MOMDUMPER_H
StringArrayProperty m_inav4momContainersName
List of INavigable4Momentum containers one wants to dump.
virtual StatusCode execute()
std::ostream * m_outputStream
pointer to the file descriptor in case the output stream is not a "MsgStream"
virtual StatusCode finalize()
virtual StatusCode initialize()
virtual ~INav4MomDumper()
Destructor:
INav4MomDumper()
Default constructor:
void setupOutputStream(Gaudi::Details::PropertyBase &outputStreamName)
Callback method to configure the output stream into which we'll dump the informations from INavigable...
StatusCode dump(const std::string &collName)
Prints out (on the configured output stream) the content of an INavigable4MomentumCollection object,...
::StatusCode StatusCode
StatusCode definition for legacy code.
StringProperty m_outputStreamName
Name of the output stream where we'll dump informations from the INav4MomAssocs object.