Belle II Software
development
EvtLLSW.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
9
#pragma once
10
11
#include "EvtGenBase/EvtDecayAmp.hh"
12
#include "EvtGenBase/EvtSemiLeptonicFF.hh"
13
#include "EvtGenBase/EvtSemiLeptonicAmp.hh"
14
15
class
EvtParticle;
16
19
class
EvtLLSW
:
public
EvtDecayAmp {
20
21
public
:
22
24
EvtLLSW
();
25
27
virtual
~EvtLLSW
();
28
30
std::string
getName
();
31
33
EvtDecayBase*
clone
();
34
36
void
decay
(EvtParticle* p);
37
39
void
initProbMax
();
40
42
void
init
();
43
44
private
:
45
47
EvtSemiLeptonicFF*
llswffmodel
;
48
50
EvtSemiLeptonicAmp*
calcamp
;
51
52
};
53
54
EvtLLSW::calcamp
EvtSemiLeptonicAmp * calcamp
Pointers needed to calculate amplitude.
Definition
EvtLLSW.h:50
EvtLLSW::init
void init()
Initializes module.
Definition
EvtLLSW.cc:91
EvtLLSW::~EvtLLSW
virtual ~EvtLLSW()
virtual destructor
Definition
EvtLLSW.cc:28
EvtLLSW::EvtLLSW
EvtLLSW()
Default constructor.
Definition
EvtLLSW.cc:22
EvtLLSW::clone
EvtDecayBase * clone()
Clones module.
Definition
EvtLLSW.cc:45
EvtLLSW::llswffmodel
EvtSemiLeptonicFF * llswffmodel
Pointers needed for FFs.
Definition
EvtLLSW.h:47
EvtLLSW::initProbMax
void initProbMax()
Sets maximal probab.
Definition
EvtLLSW.cc:61
EvtLLSW::getName
std::string getName()
Returns name of module.
Definition
EvtLLSW.cc:36
EvtLLSW::decay
void decay(EvtParticle *p)
Creates a decay.
Definition
EvtLLSW.cc:52
generators
evtgen
models
include
EvtLLSW.h
Generated on Mon Sep 1 2025 02:52:19 for Belle II Software by
1.13.2