 |
Belle II Software
release-05-01-25
|
13 #include <framework/datastore/RelationsObject.h>
int getTauPlusIdMode(void) const
Get ID of positive tau decay.
void addTauPlusIdMode(int pmode)
Add ID of positive tau decay.
void addTauMinusIdMode(int mmode)
Add ID of negative tau decay.
ClassDef(RelationsInterface, 0)
defines interface for accessing relations of objects in StoreArray.
int m_pmode
Decay ID of positive tau lepton decay.
int getTauPlusMcProng(void) const
Get prong of positive tau decay.
int m_mprong
Prong of negative tau lepton decay.
Abstract base class for different kinds of events.
int getTauMinusIdMode(void) const
Get ID of negative tau decay.
TauPairDecay()
Default constructor.
int getTauMinusMcProng(void) const
Get prong of negative tau decay.
void addTauPlusMcProng(int pprong)
Add prong of positive tau decay.
void addTauMinusMcProng(int mprong)
Add prong of negative tau decay.
int m_mmode
Decay ID of negative tau lepton decay.
RelationsInterface< TObject > RelationsObject
Provides interface for getting/adding relations to objects in StoreArrays.
Class for collecting variables related to tau-taubar MC decay process.
int m_pprong
Prong of positive tau lepton decay.