Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19250760
EvtFlatSqDalitz.hh
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
EvtFlatSqDalitz.hh
View Options
/***********************************************************************
* Copyright 1998-2020 CERN for the benefit of the EvtGen authors *
* *
* This file is part of EvtGen. *
* *
* EvtGen is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation, either version 3 of the License, or *
* (at your option) any later version. *
* *
* EvtGen is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with EvtGen. If not, see <https://www.gnu.org/licenses/>. *
***********************************************************************/
#ifndef EVTFLATSQDALITZ_HH
#define EVTFLATSQDALITZ_HH
#include
"EvtGenBase/EvtDecayIncoherent.hh"
class
EvtParticle
;
// Description: B->3 body flat in square dalitz vairiables
// the square dalitz is the plane m12 theta12
class
EvtFlatSqDalitz
:
public
EvtDecayIncoherent
{
public
:
std
::
string
getName
()
override
;
EvtDecayBase
*
clone
()
override
;
void
init
()
override
;
void
initProbMax
()
override
;
void
decay
(
EvtParticle
*
p
)
override
;
private
:
double
m_mPrimeMin
{
0.
};
double
m_mPrimeMax
{
1.
};
double
m_thetaPrimeMin
{
0.
};
double
m_thetaPrimeMax
{
1.
};
};
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Tue, Sep 30, 5:44 AM (5 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6562584
Default Alt Text
EvtFlatSqDalitz.hh (1 KB)
Attached To
Mode
rEVTGEN evtgen
Attached
Detach File
Event Timeline
Log In to Comment