BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtSVSCPLH.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) 1999 Caltech, UCSB
10//
11// Module: EvtGen/EvtSVSCPLH.hh
12//
13// Description:
14//
15// Modification history:
16//
17// Ryd March 29, 2001 Module created
18//
19//------------------------------------------------------------------------
20
21#ifndef EVTSVSCPLH_HH
22#define EVTSVSCPLH_HH
23
26
27class EvtParticle;
28
29class EvtSVSCPLH : public EvtDecayAmp {
30
31public:
33 virtual ~EvtSVSCPLH();
34
35 void getName( std::string& name );
37
38 void initProbMax();
39 void init();
40
41 void decay( EvtParticle* p );
42
43private:
44 EvtComplex _Af, _Abarf;
45 EvtComplex _qop, _poq;
46
47 double _dm;
48 double _dgamma;
49};
50
51#endif
void getName(std::string &name)
Definition EvtSVSCPLH.cc:39
void initProbMax()
Definition EvtSVSCPLH.cc:77
void init()
Definition EvtSVSCPLH.cc:43
EvtDecayBase * clone()
Definition EvtSVSCPLH.cc:41
virtual ~EvtSVSCPLH()
Definition EvtSVSCPLH.cc:37
void decay(EvtParticle *p)
Definition EvtSVSCPLH.cc:85