Belle II Software development
EvtBSemiTauonicScalarMesonAmplitude.h
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#pragma once
9
10#include "generators/evtgen/models/EvtBSemiTauonicAmplitude.h"
11
12namespace Belle2 {
20
21 public:
22
30 void CalcAmp(EvtParticle* parent, EvtAmp& amp,
31 EvtBSemiTauonicHelicityAmplitudeCalculator* HelicityAmplitudeCalculator) override;
32
33 };
34
36} // Belle 2 Namespace
The base class for the calculation of the spin dependent amplitudes for the BSemiTauonic model based ...
The class calculates the helicity amplitude of semi-tauonic B decays including new physics effects ba...
The class calculates the spin dependent amplitudes of B->Dtaunu decays for the BSemiTauonic model bas...
void CalcAmp(EvtParticle *parent, EvtAmp &amp, EvtBSemiTauonicHelicityAmplitudeCalculator *HelicityAmplitudeCalculator) override
The function calculates the spin dependent amplitude.
Abstract base class for different kinds of events.