BOSS 7.0.6
BESIII Offline Software System
Loading...
Searching...
No Matches
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
20class EvtParticle;
21
23
24public:
25
27 virtual ~EvtSinglePoint();
28
29 void getName(std::string& name);
30
32
33 void decay(EvtParticle *p);
34
35 void init();
36
37private:
38
39 double px,py,pz;
40
41
42};
43
44#endif
45
EvtDecayBase * clone()
void getName(std::string &name)
virtual ~EvtSinglePoint()
void decay(EvtParticle *p)