BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtHighSpinParticle.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) 2000 Caltech, UCSB
10//
11// Module: EvtGen/EvtHighSpinParticle.hh
12//
13// Description:Class to describe particle with spin>2.
14//
15// Modification history:
16//
17// RYD August 8, 2000 Module created
18//
19//------------------------------------------------------------------------
20
21#ifndef EVTHIGHSPINPARTICLE_HH
22#define EVTHIGHSPINPARTICLE_HH
23
24#include "EvtParticle.hh"
25// #include "EvtId.hh"
26class EvtId;
27
29
30public:
32 virtual ~EvtHighSpinParticle();
33
34 void init( EvtId id, const EvtVector4R& p );
35
37 EvtSpinDensity rotateToHelicityBasis( double alpha, double beta, double gamma ) const;
38
39private:
41 EvtHighSpinParticle& operator=( const EvtHighSpinParticle& highSpin );
42};
43
44#endif
double alpha
void init(EvtId id, const EvtVector4R &p)
EvtSpinDensity rotateToHelicityBasis() const
Definition EvtId.hh:27