 |
Belle II Software
release-05-02-19
|
13 #include <framework/core/Module.h>
31 class HepevtOutputModule :
public Module {
48 virtual void event()
override;
std::ofstream m_fileStream
The text file stream.
virtual void initialize() override
Initializes the module.
std::string m_filename
The output filename.
virtual void terminate() override
Terminates the module.
bool m_fullFormat
Flag which specifies if the full HepEvt format should be written (true), or a compact format (false).
Abstract base class for different kinds of events.
bool m_mirrorPz
If the directions of HER and LER are switched, mirror Pz.
virtual ~HepevtOutputModule()
Destructor.
bool m_storeVirtualParticles
Flag which specifies if virtual particles are stored in the HEPEvt file.
HepevtOutputModule()
Constructor.
virtual void event() override
Method is called for each event.