BOSS
7.0.4
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
Enumerations
_
e
f
g
h
i
l
m
o
p
r
s
t
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
v
w
Enumerations
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
w
x
Files
File List
File Members
All
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
!
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
w
z
Enumerations
d
e
g
h
p
r
s
t
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
▼
BOSS
Used Packages
Requirements
►
How to use the ERS package
Todo List
►
Namespaces
►
Classes
▼
Files
►
File List
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
EvtDiracParticle.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/EvtDiracParticle.hh
12
//
13
// Description:EvtDiracParticle particles i.e. spin 1/2 particles.
14
//
15
// Modification history:
16
//
17
// DJL/RYD September 25, 1996 Module created
18
//
19
//------------------------------------------------------------------------
20
21
#ifndef EVTDIRACPARTICLE_HH
22
#define EVTDIRACPARTICLE_HH
23
24
#include "
EvtGenBase/EvtDiracSpinor.hh
"
25
#include "
EvtGenBase/EvtParticle.hh
"
26
//#include "EvtGenBase/EvtId.hh"
27
28
class
EvtId
;
29
class
EvtVector4R
;
30
31
class
EvtDiracParticle
:
public
EvtParticle
{
32
33
public
:
34
35
36
EvtDiracParticle
();
37
virtual
~EvtDiracParticle
();
38
void
init
(
EvtId
part_n,
const
EvtVector4R
& p4);
39
EvtDiracSpinor
spParent
(
int
i)
const
{
return
_spinorParent[i];}
40
EvtDiracSpinor
sp
(
int
i)
const
{
return
_spinorRest[i];}
41
EvtSpinDensity
rotateToHelicityBasis
()
const
;
42
EvtSpinDensity
rotateToHelicityBasis
(
double
alpha
,
43
double
beta,
44
double
gamma)
const
;
45
46
private
:
47
48
EvtDiracSpinor
_spinorRest[2];
49
EvtDiracSpinor
_spinorParent[2];
50
EvtDiracParticle
(
const
EvtDiracParticle
& d);
51
EvtDiracParticle
& operator=(
const
EvtDiracParticle
& d);
52
53
};
54
#endif
55
EvtDiracSpinor.hh
EvtParticle.hh
alpha
const double alpha
Definition:
FastVertexFit.cxx:4
EvtDiracParticle
Definition:
EvtDiracParticle.hh:31
EvtDiracParticle::init
void init(EvtId part_n, const EvtVector4R &p4)
Definition:
EvtDiracParticle.cc:44
EvtDiracParticle::rotateToHelicityBasis
EvtSpinDensity rotateToHelicityBasis() const
Definition:
EvtDiracParticle.cc:88
EvtDiracParticle::EvtDiracParticle
EvtDiracParticle()
Definition:
EvtDiracParticle.cc:38
EvtDiracParticle::sp
EvtDiracSpinor sp(int i) const
Definition:
EvtDiracParticle.hh:40
EvtDiracParticle::spParent
EvtDiracSpinor spParent(int i) const
Definition:
EvtDiracParticle.hh:39
EvtDiracParticle::~EvtDiracParticle
virtual ~EvtDiracParticle()
Definition:
EvtDiracParticle.cc:35
EvtDiracSpinor
Definition:
EvtDiracSpinor.hh:52
EvtId
Definition:
EvtId.hh:27
EvtParticle
Definition:
EvtParticle.hh:42
EvtSpinDensity
Definition:
EvtSpinDensity.hh:27
EvtVector4R
Definition:
EvtVector4R.hh:29
source
Generator
BesEvtGen
BesEvtGen-00-03-98
src
EvtGen
EvtGenBase
EvtDiracParticle.hh
Generated by
1.9.6