CGEM BOSS 6.6.5.h
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtTensorParticle.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/EvtTensorParticle.hh
12//
13// Description: Class to describe tensor ( spin 2 ) particles.
14//
15// Modification history:
16//
17// DJL/RYD Sept. 25, 1996 Module created
18//
19//------------------------------------------------------------------------
20
21#ifndef EVTTENSORPARTICLE_HH
22#define EVTTENSORPARTICLE_HH
23
26
28
29public:
30
32 virtual ~EvtTensorParticle();
33
34 void init(EvtId part_n,double e,double px,double py,double pz);
35 void init(EvtId part_n,const EvtVector4R& p4);
36//Returns polarization tensors.
37 EvtTensor4C epsTensorParent(int i) const;
38 EvtTensor4C epsTensor(int i) const;
39
42 double beta,
43 double gamma) const;
44
45
46private:
47
48 EvtTensor4C eps[5];//eps1,eps2,eps3,eps4,eps5;
49
51 EvtTensorParticle& operator=(const EvtTensorParticle& tensor);
52
53};
54
55#endif
56
const double alpha
Definition EvtId.hh:27
EvtTensor4C epsTensorParent(int i) const
EvtTensor4C epsTensor(int i) const
EvtSpinDensity rotateToHelicityBasis() const