Belle II Software
release-05-02-19
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
k
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
u
v
w
x
z
Typedefs
a
b
c
d
e
h
i
l
m
n
p
r
s
t
v
w
Enumerations
Enumerator
c
d
f
p
t
u
v
w
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
SVDIntercept.h
1
/**************************************************************************
2
* BASF2 (Belle Analysis Framework 2) *
3
* Copyright(C) 2013 - Belle II Collaboration *
4
* *
5
* Author: The Belle II Collaboration *
6
* Contributors: Giulia Casarosa *
7
* *
8
* This software is provided "as is" without any warranty. *
9
**************************************************************************/
10
11
#pragma once
12
13
#include <tracking/dataobjects/VXDIntercept.h>
14
15
namespace
Belle2
{
24
class
SVDIntercept :
public
VXDIntercept {
25
26
public
:
28
SVDIntercept
() {};
29
30
double
getUprime()
const
{
return
m_Uprime
; }
31
double
getVprime()
const
{
return
m_Vprime
; }
33
void
setUprime(
double
user_Uprime) {
m_Uprime
= user_Uprime; }
34
void
setVprime(
double
user_Vprime) {
m_Vprime
= user_Vprime; }
36
private
:
37
38
double
m_Uprime
= 0;
39
double
m_Vprime
= 0;
41
ClassDef
(
SVDIntercept
, 4);
43
};
45
}
Belle2::SVDIntercept
SVDIntercept stores the U,V coordinates and uncertainties of the intersection of a track with an SVD ...
Definition:
SVDIntercept.h:32
Belle2::SVDIntercept::ClassDef
ClassDef(SVDIntercept, 4)
Needed to make the ROOT object storable.
Belle2::SVDIntercept::m_Vprime
double m_Vprime
V direction tangent of the track extrapolated to the sensor.
Definition:
SVDIntercept.h:47
Belle2::SVDIntercept::SVDIntercept
SVDIntercept()
dummy constructor to silence cpp-check
Definition:
SVDIntercept.h:36
Belle2::SVDIntercept::m_Uprime
double m_Uprime
U direction tangent of the track extrapolated to the sensor.
Definition:
SVDIntercept.h:46
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
tracking
dataobjects
include
SVDIntercept.h
Generated on Tue Jan 4 2022 03:05:10 for Belle II Software by
1.8.17