Belle II Software
development
Toggle main menu visibility
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
x
z
Typedefs
a
b
c
d
e
g
i
k
l
m
n
p
r
s
t
u
v
w
Enumerations
Enumerator
c
d
f
p
t
v
Classes
Class List
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
k
l
m
n
o
p
r
s
t
u
v
w
z
Related Functions
b
c
d
g
i
o
r
s
t
Files
File List
File Members
All
Functions
Typedefs
Macros
▼
Belle II Software
►
Modules
►
Namespaces
►
Classes
▼
Files
►
File List
►
File Members
PCmsLabTransform.cc
1
/**************************************************************************
2
* basf2 (Belle II Analysis Software Framework) *
3
* Author: The Belle II Collaboration *
4
* *
5
* See git log for contributors and copyright holders. *
6
* This file is licensed under LGPL-3.0, see LICENSE.md. *
7
**************************************************************************/
8
9
#include <analysis/utility/PCmsLabTransform.h>
10
11
using namespace
Belle2
;
12
13
ROOT::Math::PxPyPzMVector
PCmsLabTransform::labToCms
(
const
ROOT::Math::PxPyPzMVector& vector)
14
{
15
PCmsLabTransform
T;
16
return
T.
rotateLabToCms
() * vector;
17
}
18
19
ROOT::Math::PxPyPzMVector
PCmsLabTransform::cmsToLab
(
const
ROOT::Math::PxPyPzMVector& vector)
20
{
21
PCmsLabTransform
T;
22
return
T.
rotateCmsToLab
() * vector;
23
}
24
25
ROOT::Math::PxPyPzEVector
PCmsLabTransform::labToCms
(
const
ROOT::Math::PxPyPzEVector& vector)
26
{
27
PCmsLabTransform
T;
28
return
T.
rotateLabToCms
() * vector;
29
}
30
31
ROOT::Math::PxPyPzEVector
PCmsLabTransform::cmsToLab
(
const
ROOT::Math::PxPyPzEVector& vector)
32
{
33
PCmsLabTransform
T;
34
return
T.
rotateCmsToLab
() * vector;
35
}
36
37
PCmsLabTransform::PCmsLabTransform
() =
default
;
38
39
Belle2::PCmsLabTransform
Class to hold Lorentz transformations from/to CMS and boost vector.
Definition:
PCmsLabTransform.h:30
Belle2::PCmsLabTransform::labToCms
static ROOT::Math::PxPyPzMVector labToCms(const ROOT::Math::PxPyPzMVector &vec)
Transforms Lorentz vector into CM System.
Definition:
PCmsLabTransform.cc:13
Belle2::PCmsLabTransform::rotateLabToCms
const ROOT::Math::LorentzRotation rotateLabToCms() const
Returns Lorentz transformation from Lab to CMS.
Definition:
PCmsLabTransform.h:67
Belle2::PCmsLabTransform::PCmsLabTransform
PCmsLabTransform()
Constructor.
Belle2::PCmsLabTransform::cmsToLab
static ROOT::Math::PxPyPzMVector cmsToLab(const ROOT::Math::PxPyPzMVector &vec)
Transforms Lorentz vector into Laboratory System.
Definition:
PCmsLabTransform.cc:19
Belle2::PCmsLabTransform::rotateCmsToLab
const ROOT::Math::LorentzRotation rotateCmsToLab() const
Returns Lorentz transformation from CMS to Lab.
Definition:
PCmsLabTransform.h:76
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
analysis
utility
src
PCmsLabTransform.cc
Generated on Wed Apr 9 2025 02:35:18 for Belle II Software by
1.9.6