BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtPhspStepf.hh
Go to the documentation of this file.
1
//--------------------------------------------------------------------------
2
//
3
// Environment:
4
// This software is part of the EvtGen package developed jointly
5
// for the BaBar and CLEO collaborations. If you use all or part
6
// of it, please give an appropriate acknowledgement.
7
//
8
// Copyright Information: See EvtGen/COPYRIGHT
9
// Copyright (C) 1998 Caltech, UCSB
10
//
11
// Module: EvtGen/EvtPhspStep.hh
12
//
13
// Description:
14
// Class to handle generic phase space decays not done
15
// in other decay models.
16
//
17
// Modification history:
18
//
19
// DJL/RYD August 11, 1998 Module created
20
//
21
//------------------------------------------------------------------------
22
23
#ifndef EVTPHSPSTEPF_HH
24
#define EVTPHSPSTEPF_HH
25
26
#include "
../EvtGenBase/EvtDecayIncoherent.hh
"
27
28
class
EvtParticle
;
29
30
class
EvtPhspStepf
:
public
EvtDecayIncoherent
{
31
32
public
:
33
EvtPhspStepf
() {}
34
virtual
~EvtPhspStepf
();
35
36
void
getName
( std::string& name );
37
38
EvtDecayBase
*
clone
();
39
40
void
initProbMax
();
41
42
void
init
();
43
44
void
decay
(
EvtParticle
* p );
45
46
private
:
47
int
idx1, idx2;
48
double
mass_min, mass_max;
49
double
frac;
50
};
51
52
#endif
EvtDecayIncoherent.hh
EvtDecayBase
Definition
EvtDecayBase.hh:39
EvtDecayIncoherent
Definition
EvtDecayIncoherent.hh:27
EvtParticle
Definition
EvtParticle.hh:42
EvtPhspStepf::decay
void decay(EvtParticle *p)
Definition
EvtPhspStepf.cc:59
EvtPhspStepf::initProbMax
void initProbMax()
Definition
EvtPhspStepf.cc:57
EvtPhspStepf::getName
void getName(std::string &name)
Definition
EvtPhspStepf.cc:42
EvtPhspStepf::init
void init()
Definition
EvtPhspStepf.cc:46
EvtPhspStepf::clone
EvtDecayBase * clone()
Definition
EvtPhspStepf.cc:44
EvtPhspStepf::~EvtPhspStepf
virtual ~EvtPhspStepf()
Definition
EvtPhspStepf.cc:40
EvtPhspStepf::EvtPhspStepf
EvtPhspStepf()
Definition
EvtPhspStepf.hh:33
8.0.0
BOSS_Gen
BesEvtGen
src
EvtGen
EvtGenModels
EvtPhspStepf.hh
Generated by
1.16.1