BOSS
7.0.7
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
24
#include "
EvtGenBase/EvtDecayBase.hh
"
25
#include "
EvtGenBase/EvtParticle.hh
"
26
27
28
class
EvtDecayIncoherent
:
public
EvtDecayBase
{
29
30
public
:
31
32
void
makeDecay
(
EvtParticle
* p);
33
34
virtual
~EvtDecayIncoherent
() {}
35
36
void
setDaughterSpinDensity
(
int
daughter)
37
{ spinDensitySet[daughter]=1;
return
;}
38
39
int
isDaughterSpinDensitySet
(
int
daughter)
40
{
return
spinDensitySet[daughter];}
41
42
private
:
43
44
int
spinDensitySet[
MAX_DAUG
];
45
46
};
47
48
49
50
51
#endif
52
53
54
EvtDecayBase.hh
EvtParticle.hh
MAX_DAUG
const int MAX_DAUG
Definition:
EvtParticle.hh:38
EvtDecayBase
Definition:
EvtDecayBase.hh:33
EvtDecayIncoherent
Definition:
EvtDecayIncoherent.hh:28
EvtDecayIncoherent::setDaughterSpinDensity
void setDaughterSpinDensity(int daughter)
Definition:
EvtDecayIncoherent.hh:36
EvtDecayIncoherent::makeDecay
void makeDecay(EvtParticle *p)
Definition:
EvtDecayIncoherent.cc:29
EvtDecayIncoherent::~EvtDecayIncoherent
virtual ~EvtDecayIncoherent()
Definition:
EvtDecayIncoherent.hh:34
EvtDecayIncoherent::isDaughterSpinDensitySet
int isDaughterSpinDensitySet(int daughter)
Definition:
EvtDecayIncoherent.hh:39
EvtParticle
Definition:
EvtParticle.hh:42
source
Generator
BesEvtGen
BesEvtGen-00-04-08
src
EvtGen
EvtGenBase
EvtDecayIncoherent.hh
Generated by
1.9.6