ATLAS Offline Software
Generators
EvtGen_i
EvtGen_i
EvtGenExternal
Belle2
EvtEtaPrimeDalitz.h
Go to the documentation of this file.
1
/**************************************************************************
2
* BASF2 (Belle Analysis Framework 2) *
3
* Copyright(C) 2013 - Belle II Collaboration *
4
* *
5
* Author: The Belle II Collaboration *
6
* Contributors: Umberto Tamponi (tamponi@to.infn.it) *
7
* *
8
* Description: Routine to decay eta' -> eta pi pi *
9
* with a Dalitz parametrization up to the *
10
* quadratic terms in X and Y *
11
* *
12
* Modification history: *
13
* - U.Tamponi October 9th 2016 Module created *
14
* *
15
* This software is provided "as is" without any warranty. *
16
**************************************************************************/
17
#pragma once
18
19
#include "EvtGenBase/EvtDecayAmp.hh"
20
21
class
EvtParticle;
22
23
namespace
Belle2
{
48
class
EvtEtaPrimeDalitz
:
public
EvtDecayAmp {
49
50
public
:
51
53
EvtEtaPrimeDalitz
() {}
54
56
virtual
~EvtEtaPrimeDalitz
();
57
59
std::string
getName
();
60
62
EvtDecayBase*
clone
();
63
68
void
init
();
69
73
void
initProbMax
();
74
76
void
decay
(EvtParticle*
p
);
77
78
};
79
80
}
// Belle 2 Namespace
Belle2::EvtEtaPrimeDalitz::initProbMax
void initProbMax()
Sets the Maximum probability for the PHSP reweight.
Belle2::EvtEtaPrimeDalitz::init
void init()
Checks that the number of input parameters are correct:
Belle2::EvtEtaPrimeDalitz::clone
EvtDecayBase * clone()
Returns a copy of the class object.
Belle2::EvtEtaPrimeDalitz::EvtEtaPrimeDalitz
EvtEtaPrimeDalitz()
Default constructor.
Definition:
EvtEtaPrimeDalitz.h:53
python.utils.AtlRunQueryDQUtils.p
p
Definition:
AtlRunQueryDQUtils.py:210
Belle2::EvtEtaPrimeDalitz::decay
void decay(EvtParticle *p)
Function that implements the energy-dependent Dalitz.
Belle2
Definition:
EvtB0toKsKK.h:17
Belle2::EvtEtaPrimeDalitz::getName
std::string getName()
Returns the model name: ETAPRIME_DALITZ.
Belle2::EvtEtaPrimeDalitz
Class for the simulation of the eta' -> pi+ pi- eta and pi0 pi0 eta decays.
Definition:
EvtEtaPrimeDalitz.h:48
Belle2::EvtEtaPrimeDalitz::~EvtEtaPrimeDalitz
virtual ~EvtEtaPrimeDalitz()
Default destructor.
Generated on Thu Nov 7 2024 21:15:02 for ATLAS Offline Software by
1.8.18