StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StarGenerator
EvtGen1_06_00
EvtGenBase
EvtRaritaSchwingerParticle.hh
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/EvtRaritaSchwingerParticle.hh
12
//
13
// Description:Represents particles i.e. spin 3/2 particles.
14
//
15
// Modification history:
16
//
17
// RYD August 9, 2000 Module created
18
//
19
//------------------------------------------------------------------------
20
21
#ifndef EVTRARITASCHWINGERPARTICLE_HH
22
#define EVTRARITASCHWINGERPARTICLE_HH
23
24
#include "EvtGenBase/EvtRaritaSchwinger.hh"
25
#include "EvtGenBase/EvtId.hh"
26
#include "EvtGenBase/EvtParticle.hh"
27
28
class
EvtVector4R
;
29
30
class
EvtRaritaSchwingerParticle
:
public
EvtParticle
{
31
32
public
:
33
34
35
EvtRaritaSchwingerParticle
();
36
virtual
~
EvtRaritaSchwingerParticle
();
37
void
init
(
EvtId
id
,
const
EvtVector4R
& p4);
38
void
init
(
EvtId
id
,
const
EvtVector4R
& p4,
39
const
EvtRaritaSchwinger
&,
const
EvtRaritaSchwinger
&,
40
const
EvtRaritaSchwinger
&,
const
EvtRaritaSchwinger
&,
41
const
EvtRaritaSchwinger
&,
const
EvtRaritaSchwinger
&,
42
const
EvtRaritaSchwinger
&,
const
EvtRaritaSchwinger
&);
43
EvtRaritaSchwinger
spRSParent
(
int
)
const
;
44
EvtRaritaSchwinger
spRS
(
int
)
const
;
45
EvtSpinDensity
rotateToHelicityBasis
()
const
;
46
EvtSpinDensity
rotateToHelicityBasis
(
double
alpha,
47
double
beta,
48
double
gamma)
const
;
49
50
private
:
51
52
EvtRaritaSchwinger
_spinorRest[4];
53
EvtRaritaSchwinger
_spinor[4];
54
EvtRaritaSchwingerParticle
(
const
EvtRaritaSchwingerParticle
& d);
55
EvtRaritaSchwingerParticle
& operator=(
const
EvtRaritaSchwingerParticle
& d);
56
57
};
58
#endif
59
EvtVector4R
Definition:
EvtVector4R.hh:29
EvtRaritaSchwingerParticle::rotateToHelicityBasis
EvtSpinDensity rotateToHelicityBasis() const
EvtRaritaSchwinger
Definition:
EvtRaritaSchwinger.hh:45
EvtRaritaSchwingerParticle
Definition:
EvtRaritaSchwingerParticle.hh:30
EvtId
Definition:
EvtId.hh:27
EvtRaritaSchwingerParticle::spRS
EvtRaritaSchwinger spRS(int) const
EvtSpinDensity
Definition:
EvtSpinDensity.hh:27
EvtRaritaSchwingerParticle::spRSParent
EvtRaritaSchwinger spRSParent(int) const
EvtParticle
Definition:
EvtParticle.hh:45
EvtRaritaSchwingerParticle::init
void init(EvtId id, const EvtVector4R &p4)
Generated by
1.8.5