BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtKine.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/EvtKine.hh
12//
13// Description:routines to calc. decay angles.
14//
15// Modification history:
16//
17// DJL/RYD September 25, 1996 Module created
18//
19//------------------------------------------------------------------------
20
21#ifndef EVTKINE_HH
22#define EVTKINE_HH
23
24class EvtVector4R;
25class EvtComplex;
26
27double EvtDecayAngle( const EvtVector4R&, const EvtVector4R&, const EvtVector4R& );
28
29double EvtDecayAngleChi( const EvtVector4R&, const EvtVector4R&, const EvtVector4R&,
30 const EvtVector4R&, const EvtVector4R& );
31
32//
33// This routine calculates the cosine of the angle between
34// the normal of the decay plane and the flight direction of particle q
35// in the parent frame.
36//
37double EvtDecayPlaneNormalAngle( const EvtVector4R& p, const EvtVector4R& q,
38 const EvtVector4R& d1, const EvtVector4R& d2 );
39
40// Added by AJB
41//
42// Calculate phi (between 0 and 2 pi) of the daughter given the 4-momentum of
43// the grandparent, parent, resonance and the daughter. g, p, q and d need to
44// be in the same rest frame. Note that for the first level of the tree there
45// is no grandparent and thus <0,0,0,1> should be passed in for g. When there
46// is no parent the angles need to be calculated by simply by calculating polar
47// and azymuthal angles in the rest frame of the resonance (since this will
48// generally be the root particle and is generally at rest the polar and
49// azymuthal angels can simply be calculated.
50//
51double EvtDecayAnglePhi( const EvtVector4R& g, const EvtVector4R& p, const EvtVector4R& q,
52 const EvtVector4R& d );
53
54// Wigner big-D function in Jackson convention
55//
56// XXX NOTE XXX
57// - EvtDecayAngle returns the cos \theta and EvtdFunction requires theta
58// - In EvtdFunction j m1 and m2 are really 2 * j, 2 * m1, 2*m2 to deal with
59// spin 1/2 particles
60//
61EvtComplex wignerD( int j, int m1, int m2, double phi, double theta, double gamma );
62
63#endif
double EvtDecayAngleChi(const EvtVector4R &, const EvtVector4R &, const EvtVector4R &, const EvtVector4R &, const EvtVector4R &)
Definition EvtKine.cc:46
double EvtDecayPlaneNormalAngle(const EvtVector4R &p, const EvtVector4R &q, const EvtVector4R &d1, const EvtVector4R &d2)
Definition EvtKine.cc:86
EvtComplex wignerD(int j, int m1, int m2, double phi, double theta, double gamma)
Definition EvtKine.cc:119
double EvtDecayAngle(const EvtVector4R &, const EvtVector4R &, const EvtVector4R &)
Definition EvtKine.cc:31
double EvtDecayAnglePhi(const EvtVector4R &g, const EvtVector4R &p, const EvtVector4R &q, const EvtVector4R &d)
Definition EvtKine.cc:100
****INTEGER imax DOUBLE PRECISION m_pi *DOUBLE PRECISION m_amfin DOUBLE PRECISION m_Chfin DOUBLE PRECISION m_Xenph DOUBLE PRECISION m_sinw2 DOUBLE PRECISION m_GFermi DOUBLE PRECISION m_MfinMin DOUBLE PRECISION m_ta2 INTEGER m_out INTEGER m_KeyFSR INTEGER m_KeyQCD *COMMON c_Semalib $ !copy of input $ !CMS energy $ !beam mass $ !final mass $ !beam charge $ !final charge $ !smallest final mass $ !Z mass $ !Z width $ !EW mixing angle $ !Gmu Fermi $ alphaQED at q
Definition KKsem.h:33
double double * m2
Definition qcdloop1.h:83
double * m1
Definition qcdloop1.h:83