Belle II Software  release-08-01-10
EvtBSemiTauonicVectorMesonAmplitude.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 
12 namespace 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->D*taunu decays for the BSemiTauonic model ba...
void CalcAmp(EvtParticle *parent, EvtAmp &amp, EvtBSemiTauonicHelicityAmplitudeCalculator *HelicityAmplitudeCalculator) override
The function calculates the spin dependent amplitude.
Abstract base class for different kinds of events.