BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtPartWave.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/EvtPartWave.hh
12//
13// Description:Decay model for implementation of generic 2 body
14// decay specified by the partial waves amplitudes
15//
16// Modification history:
17//
18// RYD September 7, 1999 Module created
19//
20//------------------------------------------------------------------------
21
22#ifndef EVTPARTWAVE_HH
23#define EVTPARTWAVE_HH
24
27
28class EvtParticle;
29class EvtEvalHelAmp;
30
31class EvtPartWave : public EvtDecayAmp {
32
33public:
35 virtual ~EvtPartWave();
36
37 void getName( std::string& name );
39
40 void init();
41 void initProbMax();
42
43 void decay( EvtParticle* p );
44
45private:
46 void fillHelicity( int* lambda2, int n, int J2 );
47
48 EvtEvalHelAmp* _evalHelAmp;
49};
50
51#endif
const Int_t n
void initProbMax()
void getName(std::string &name)
void decay(EvtParticle *p)
virtual ~EvtPartWave()
EvtDecayBase * clone()