BOSS
7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtSinglePoint.hh
Go to the documentation of this file.
1
//--------------------------------------------------------------------------
2
//
3
//
4
// Module: EvtGen/EvtSinglePoint.hh
5
//
6
// Description:
7
//This is a special decay model to generate single particles with fixed momentum.
8
//
9
// Modification history:
10
//
11
// DJL/RYD August 11, 1998 Module created
12
//
13
//------------------------------------------------------------------------
14
15
16
#ifndef EVTSINGLEPOINT_HH
17
#define EVTSINGLEPOINT_HH
18
19
#include "EvtGenBase/EvtDecayIncoherent.hh"
20
class
EvtParticle
;
21
22
class
EvtSinglePoint
:
public
EvtDecayIncoherent
{
23
24
public
:
25
26
EvtSinglePoint
() {}
27
virtual
~EvtSinglePoint
();
28
29
void
getName
(std::string& name);
30
31
EvtDecayBase
*
clone
();
32
33
void
decay
(
EvtParticle
*p);
34
35
void
init
();
36
37
private
:
38
39
double
px,py,pz;
40
41
42
};
43
44
#endif
45
EvtDecayBase
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtDecayBase.hh:33
EvtDecayIncoherent
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtDecayIncoherent.hh:28
EvtParticle
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtParticle.hh:42
EvtSinglePoint
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtSinglePoint.hh:22
EvtSinglePoint::clone
EvtDecayBase * clone()
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtSinglePoint.cc:33
EvtSinglePoint::getName
void getName(std::string &name)
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtSinglePoint.cc:27
EvtSinglePoint::EvtSinglePoint
EvtSinglePoint()
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtSinglePoint.hh:26
EvtSinglePoint::init
void init()
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtSinglePoint.cc:39
EvtSinglePoint::~EvtSinglePoint
virtual ~EvtSinglePoint()
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtSinglePoint.cc:25
EvtSinglePoint::decay
void decay(EvtParticle *p)
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtSinglePoint.cc:57
source
Generator
BesEvtGen
bak-BesEvtGen-00-04-08
src
EvtGen
EvtGenModels
EvtSinglePoint.hh
Generated by
1.9.6