Belle II Software development
EvtHNLSemiLeptonicTensorAmp.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 "EvtGenBase/EvtSemiLeptonicAmp.hh"
11
12class EvtParticle;
13class EvtSemiLeptonicFF;
14class EvtAmp;
15
17class EvtHNLSemiLeptonicTensorAmp : public EvtSemiLeptonicAmp {
18public:
23 void CalcAmp(EvtParticle* parent, EvtAmp& amp,
24 EvtSemiLeptonicFF* FormFactors) override;
25};
26
Amplitude calculator for semileptonic HNL Tensor decays.
void CalcAmp(EvtParticle *parent, EvtAmp &amp, EvtSemiLeptonicFF *FormFactors) override
Daughters are initialized and have been added to the parent.