 |
Belle II Software
release-05-02-19
|
4 #include <framework/core/Module.h>
5 #include <mdst/dataobjects/TrackFitResult.h>
7 #include <genfit/Track.h>
51 virtual void event()
override;
57 virtual void endRun()
override;
float t_p1MC
momentum in MC
Collection of TrackPoint objects, AbsTrackRep objects and FitStatus objects.
virtual void initialize() override
Use this to initialize resources or memory your module needs.
const TrackFitResult * findRelatedTrackFitResult(const genfit::Track *gfTrack)
Find trackfit results in for the corresponding track.
Values of the result of a track fit with a given particle hypothesis.
virtual void terminate() override
Clean up anything you created in initialize().
Module to find Track correlation in cosmic events.
virtual void beginRun() override
Called once before a new run begins.
Abstract base class for different kinds of events.
virtual ~CosmicsAlignmentValidationModule()
Use to clean up anything you created in the constructor.
std::string m_gfTrackColName
m_gfTrackColName
std::string m_outputFileName
ouput filename string
virtual void endRun() override
Called once when a run ends.
virtual void event() override
Called once for each event.
float t_p2MC
momentum in MC
CosmicsAlignmentValidationModule()
Constructor, for setting module description and parameters.