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 addTauPlusEgstar(double pegstar)
Add energy of radiated photon from positive tau decay [in tau+ rest frame].
double getTauPlusEgstar(void) const
Get energy of radiated photon from positive tau decay [in tau+ rest frame].
void addTauPlusIdMode(int pmode)
Add ID of positive tau decay.
int m_pprong
Prong of positive tau lepton decay.
double m_pegstar
Energy of photon from positive tau decay.
void addTauMinusIdMode(int mmode)
Add ID of negative tau decay.
double getTauMinusEgstar(void) const
Get energy of radiated photon from negative tau decay [in tau- rest frame].
void addTauMinusEgstar(double megstar)
Add energy of radiated photon from negative tau decay [in tau- rest frame].
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.
double m_megstar
Energy of photon from 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.