CGEM BOSS 6.6.5.i
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtDecayIncoherent.hh
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2//
3// Environment:
4// This software is part of the EvtGen package developed jointly
5// for the BaBar and CLEO collaborations. If you use all or part
6// of it, please give an appropriate acknowledgement.
7//
8// Copyright Information: See EvtGen/COPYRIGHT
9// Copyright (C) 1998 Caltech, UCSB
10//
11// Module: EvtGen/EvtDecayIncoherent.hh
12//
13// Description:
14//
15// Modification history:
16//
17// DJL/RYD August 11, 1998 Module created
18//
19//------------------------------------------------------------------------
20
21#ifndef EvtDecayIncoherent_HH
22#define EvtDecayIncoherent_HH
23
26
27
29
30public:
31
32 void makeDecay(EvtParticle* p);
33
35
36 void setDaughterSpinDensity(int daughter)
37 { spinDensitySet[daughter]=1; return;}
38
39 int isDaughterSpinDensitySet(int daughter)
40 {return spinDensitySet[daughter];}
41
42private:
43
44 int spinDensitySet[MAX_DAUG];
45
46};
47
48
49
50
51#endif
52
53
54
const int MAX_DAUG
void setDaughterSpinDensity(int daughter)
void makeDecay(EvtParticle *p)
int isDaughterSpinDensitySet(int daughter)