CGEM BOSS 6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtAngSamLab.hh
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2//
3// Environment:
4// This software is part of models developed at BES collaboration
5// based on the EvtGen framework. If you use all or part
6// of it, please give an appropriate acknowledgement.
7//
8// Copyright Information: See EvtGen/BesCopyright
9// Copyright (A) 2006 Ping Rong-Gang @IHEP
10//
11// Module: EvtAngSamLab.cc
12//
13// Description: Routine to decay a particle to two bodies by sampling angular distribution in Lab
14// system.
15//
16// Modification history:
17//
18// Ping R.-G. December, 2006 Module created
19//
20//------------------------------------------------------------------------
21#ifndef EVTAngSamLab_HH
22#define EVTAngSamLab_HH
23
25
26class EvtParticle;
27
29
30public:
31
33 virtual ~EvtAngSamLab();
34
35 void getName(std::string& name);
36
38
39 void initProbMax();
40
41 void init();
42
43 void decay(EvtParticle *p);
44
45};
46
47#endif
48
void decay(EvtParticle *p)
Definition: EvtAngSamLab.cc:81
virtual ~EvtAngSamLab()
Definition: EvtAngSamLab.cc:46
void getName(std::string &name)
Definition: EvtAngSamLab.cc:48
EvtDecayBase * clone()
Definition: EvtAngSamLab.cc:54
void initProbMax()
Definition: EvtAngSamLab.cc:75