Belle II Software  release-05-01-25
TauPairDecay.cc
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2018 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Kiyoshi Hayasaka, Michel Villanueva *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 
11 #include <analysis/dataobjects/TauPairDecay.h>
12 
13 using namespace Belle2;
14 
16 {
17  m_pmode = pmode;
18 }
19 
21 {
22  m_mmode = mmode;
23 }
24 
26 {
27  m_pprong = pprong;
28 }
29 
31 {
32  m_mprong = mprong;
33 }
Belle2::TauPairDecay::addTauPlusIdMode
void addTauPlusIdMode(int pmode)
Add ID of positive tau decay.
Definition: TauPairDecay.cc:15
Belle2::TauPairDecay::addTauMinusIdMode
void addTauMinusIdMode(int mmode)
Add ID of negative tau decay.
Definition: TauPairDecay.cc:20
Belle2::TauPairDecay::m_pmode
int m_pmode
Decay ID of positive tau lepton decay.
Definition: TauPairDecay.h:117
Belle2::TauPairDecay::m_mprong
int m_mprong
Prong of negative tau lepton decay.
Definition: TauPairDecay.h:120
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::TauPairDecay::addTauPlusMcProng
void addTauPlusMcProng(int pprong)
Add prong of positive tau decay.
Definition: TauPairDecay.cc:25
Belle2::TauPairDecay::addTauMinusMcProng
void addTauMinusMcProng(int mprong)
Add prong of negative tau decay.
Definition: TauPairDecay.cc:30
Belle2::TauPairDecay::m_mmode
int m_mmode
Decay ID of negative tau lepton decay.
Definition: TauPairDecay.h:118
Belle2::TauPairDecay::m_pprong
int m_pprong
Prong of positive tau lepton decay.
Definition: TauPairDecay.h:119