 |
Belle II Software
release-05-01-25
|
12 #include <framework/core/Module.h>
15 #include <analysis/dataobjects/Particle.h>
29 class RestOfEventPrinterModule :
public Module {
47 virtual void event()
override;
virtual void event() override
Event processor.
void printMaskParticles(const std::vector< const Particle * > &maskParticles) const
Prints out values of the specific ROE mask.
virtual void initialize() override
Initialize the Module.
Abstract base class for different kinds of events.
std::string m_whichMask
Print Track mask (track), ECLCluster mask (cluster), or (both)?
bool m_fullPrint
True: Print whole masks content.
RestOfEventPrinterModule()
Constructor.
std::vector< std::string > m_maskNames
List of all mask names for which the info will be printed.