 |
Belle II Software
release-05-02-19
|
13 #include <framework/core/Module.h>
14 #include <framework/datastore/SelectSubset.h>
16 #include <mdst/dataobjects/Track.h>
30 class TrackFilterModule :
public Module {
41 virtual void event()
override;
virtual void terminate() override
terminates the module
static double m_min_Pval
miminum P-value of the track fit
static bool isSelected(const Track *track)
determine if the track satisfies the selection criteria
static TNtuple * m_rejectedNtpl
tuple of rejected tracks
TrackFilterModule()
Constructor: Sets the description, the properties and the parameters of the module.
static void fillControlNtuples(const Track *track, bool isSelected)
determine if the track does not satisfies the selection criteria
Class to create a subset of a given StoreArray together with the relations with other StoreArrays.
static bool m_saveControlNtuples
if true produces a rootfile with control ntupled
static double m_min_pCM
miminum value of the center of mass momentum
TFile * m_rootFilePtr
pointer at root file used for storing ntuples
static double m_max_z0
z0 maximum value
static int m_min_NumHitsPXD
miminum value of PXD hits
SelectSubset< Track > m_selectedTracks
selected tracks
virtual void initialize() override
init the module
std::string m_inputArrayName
StoreArray with the input tracks.
static double m_min_z0
z0 miminum value
SelectSubset< Track > m_notSelectedTracks
not selected tracks
Abstract base class for different kinds of events.
virtual void event() override
processes the event
std::string m_rootFileName
root file name
std::string m_outputOUTArrayName
StoreArray with the NOT selected output tracks.
static double m_min_d0
d0 miminum value
static int m_min_NumHitsCDC
miminum value of CDC hits
static int m_min_NumHitsSVD
miminum value of SVD hits
static double m_min_pT
miminum value of the transverse momentum
Class that bundles various TrackFitResults.
static TNtuple * m_selectedNtpl
tuple of selected tracks
static double m_max_d0
d0 maximum value
std::string m_outputINArrayName
StoreArray with the selected output tracks.