BOSS 8.0.0
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
24#include "EvtParticle.hh"
25#include "EvtTensor4C.hh"
26
28
29public:
31 virtual ~EvtTensorParticle();
32
33 void init( EvtId part_n, double e, double px, double py, double pz );
34 void init( EvtId part_n, const EvtVector4R& p4 );
35 // Returns polarization tensors.
36 EvtTensor4C epsTensorParent( int i ) const;
37 EvtTensor4C epsTensor( int i ) const;
38
40 EvtSpinDensity rotateToHelicityBasis( double alpha, double beta, double gamma ) const;
41
42private:
43 EvtTensor4C eps[5]; // eps1,eps2,eps3,eps4,eps5;
44
45 EvtTensorParticle( const EvtTensorParticle& tensor );
46 EvtTensorParticle& operator=( const EvtTensorParticle& tensor );
47};
48
49#endif
double alpha
EvtTensor3C eps(const EvtVector3R &v)
Definition EvtId.hh:27
EvtTensor4C epsTensorParent(int i) const
EvtTensor4C epsTensor(int i) const
void init(EvtId part_n, double e, double px, double py, double pz)
EvtSpinDensity rotateToHelicityBasis() const