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