Belle II Software light-2406-ragdoll
TauPairDecay.cc
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8
9#include <analysis/dataobjects/TauPairDecay.h>
10
11using namespace Belle2;
12
14{
15 m_pmode = pmode;
16}
17
19{
20 m_mmode = mmode;
21}
22
24{
25 m_pprong = pprong;
26}
27
29{
30 m_mprong = mprong;
31}
int m_mprong
Prong of negative tau lepton decay.
Definition: TauPairDecay.h:110
void addTauPlusIdMode(int pmode)
Add ID of positive tau decay.
Definition: TauPairDecay.cc:13
int m_pprong
Prong of positive tau lepton decay.
Definition: TauPairDecay.h:109
void addTauMinusIdMode(int mmode)
Add ID of negative tau decay.
Definition: TauPairDecay.cc:18
int m_pmode
Decay ID of positive tau lepton decay.
Definition: TauPairDecay.h:107
int m_mmode
Decay ID of negative tau lepton decay.
Definition: TauPairDecay.h:108
void addTauPlusMcProng(int pprong)
Add prong of positive tau decay.
Definition: TauPairDecay.cc:23
void addTauMinusMcProng(int mprong)
Add prong of negative tau decay.
Definition: TauPairDecay.cc:28
Abstract base class for different kinds of events.
Definition: ClusterUtils.h:24