BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtScalarParticle.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/EvtScalarParticle.hh
12//
13// Description:Class to describe all spin 0 particles.
14//
15// Modification history:
16//
17// DJL/RYD September 25, 1996 Module created
18//
19//------------------------------------------------------------------------
20
21#ifndef EVTSCALARPARTICLE_HH
22#define EVTSCALARPARTICLE_HH
23
24#include "EvtParticle.hh"
25// #include "EvtId.hh"
26class EvtId;
27
28// Class to handle SCALAR particles. Not much to do.
29
31
32public:
34 virtual ~EvtScalarParticle();
35
36 void init( EvtId part_n, double e, double px, double py, double pz );
37 void init( EvtId part_n, const EvtVector4R& p );
38
40 EvtSpinDensity rotateToHelicityBasis( double alpha, double beta, double gamma ) const;
41
42private:
43 EvtScalarParticle( const EvtScalarParticle& scalar );
44 EvtScalarParticle& operator=( const EvtScalarParticle& scalar );
45};
46
47#endif
double alpha
Definition EvtId.hh:27
EvtSpinDensity rotateToHelicityBasis() const
void init(EvtId part_n, double e, double px, double py, double pz)