11#include <framework/core/Module.h>
12#include "genfit/EventDisplay.h"
37 void event()
override;
Visualize genfit::Tracks using the genfit::EventDisplay.
bool m_onlyBadTracks
if true, tracks which have been fitted and the fit converged will no be shown
void initialize() override
Initialize the EventDisplay.
void event() override
Add genfit::Tracks to display.
void endRun() override
Open display.
void terminate() override
Close display.
GenfitVisModule()
Constructor: Sets the description, the properties and the parameters of the module.
genfit::EventDisplay * m_display
pointer to the genfit::EventDisplay which gets created in initialize()
Abstract base class for different kinds of events.