10#include <framework/core/Module.h>
13#include <analysis/dataobjects/Particle.h>
42 virtual void event()
override;
prints ROE information and masks to screen
bool m_fullPrint
True: Print whole masks content.
virtual void initialize() override
Initialize the Module.
virtual void event() override
Event processor.
std::vector< std::string > m_maskNames
List of all mask names for which the info will be printed.
bool m_unpackComposites
True: Replace composite particles or V0 by their daughters, default is true.
RestOfEventPrinterModule()
Constructor.
void printMaskParticles(const std::vector< const Particle * > &maskParticles) const
Prints out values of the specific ROE mask.
Abstract base class for different kinds of events.