 |
Belle II Software
release-05-02-19
|
12 #ifndef GenfitVisModule_H
13 #define GenfitVisModule_H
15 #include <framework/core/Module.h>
16 #include "genfit/EventDisplay.h"
30 class GenfitVisModule :
public Module {
43 void event()
override;
void endRun() override
Open display.
void event() override
Add genfit::Tracks to display.
genfit::EventDisplay * m_display
pointer to the genfit::EventDisplay which gets created in initialize()
bool m_onlyBadTracks
if true, tracks which have been fitted and the fit converged will no be shown
void terminate() override
Close display.
Event display designed to run with Genfit.
Abstract base class for different kinds of events.
void initialize() override
Initialize the EventDisplay.
GenfitVisModule()
Constructor: Sets the description, the properties and the parameters of the module.