BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtAngSamX.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: EvtAngSamX.cc
12//
13// Description: Routine to decay a particle to two bodies by sampling angular distribution in
14// Lab
15// system.
16//
17// Modification history:
18//
19// Ping R.-G. December, 2006 Module created
20//
21//------------------------------------------------------------------------
22#ifndef EVTAngSamX_HH
23#define EVTAngSamX_HH
24
26
27class EvtParticle;
28
30
31public:
33 virtual ~EvtAngSamX();
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#endif
virtual ~EvtAngSamX()
Definition EvtAngSamX.cc:47
EvtDecayBase * clone()
Definition EvtAngSamX.cc:51
void decay(EvtParticle *p)
Definition EvtAngSamX.cc:69
void initProbMax()
Definition EvtAngSamX.cc:67
void getName(std::string &name)
Definition EvtAngSamX.cc:49
void init()
Definition EvtAngSamX.cc:53