 |
Belle II Software
release-05-02-19
|
3 #include <framework/core/Module.h>
41 void event()
override;
void beginRun() override
Called once before a new run begins.
A module matching the V0s from the mcV0Matcher to MC particles.
MCV0MatcherModule()
Constructor, for setting module description and parameters.
std::string m_TFRColName
Belle2::TrackFitResult collection name (input).
void initialize() override
Use this to initialize resources or memory your module needs.
std::string m_V0ColName
V0 collection name (input).
void terminate() override
Clean up anything you created in initialize().
void endRun() override
Called once when a run ends.
Abstract base class for different kinds of events.
void event() override
Called once for each event.
std::string m_TrackColName
Belle2::Track collection name (input).
~MCV0MatcherModule()
Destructor (empty).
std::string m_MCParticleColName
MCParticle collection name (input).