BOSS 8.0.0
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#ifndef EVTSINGLEPOINT_HH
16#define EVTSINGLEPOINT_HH
17
19class EvtParticle;
20
22
23public:
25 virtual ~EvtSinglePoint();
26
27 void getName( std::string& name );
28
30
31 void decay( EvtParticle* p );
32
33 void init();
34
35private:
36 double px, py, pz;
37};
38
39#endif
EvtDecayBase * clone()
void getName(std::string &name)
virtual ~EvtSinglePoint()
void decay(EvtParticle *p)