 |
Belle II Software
release-05-02-19
|
13 #include <framework/core/Module.h>
15 #include <top/modules/TOPNtuple/NtupleStructure.h>
30 class TOPNtupleModule :
public Module {
59 virtual void event()
override;
65 virtual void endRun()
override;
TTree * m_tree
TTree with TOPTree structure.
std::string m_outputFileName
output file name (root file)
TOP::TOPTree m_top
ntuple structure
virtual void event() override
Event processor.
virtual void terminate() override
Termination action.
virtual void beginRun() override
Called when entering a new run.
virtual void endRun() override
End-of-run action.
Abstract base class for different kinds of events.
virtual ~TOPNtupleModule()
Destructor.
Structure of a flat ntuple.
virtual void initialize() override
Initialize the Module.
TOPNtupleModule()
Constructor.