Belle II Software
release-06-02-00
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
z
Typedefs
a
b
c
d
e
i
k
l
m
n
p
r
s
t
u
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
EKLMHitMCTime.h
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
#pragma once
10
11
/* ROOT headers. */
12
#include <Rtypes.h>
13
14
namespace
Belle2
{
23
class
EKLMHitMCTime
{
24
25
public
:
26
30
EKLMHitMCTime
()
31
{
32
}
33
37
virtual
~EKLMHitMCTime
()
38
{
39
}
40
45
void
setMCTime
(
float
t)
46
{
47
m_MCTime
= t;
48
}
49
54
float
getMCTime
()
const
55
{
56
return
m_MCTime
;
57
}
58
59
protected
:
60
62
float
m_MCTime
= -1;
63
64
private
:
65
67
ClassDef
(
Belle2::EKLMHitMCTime
, 1);
68
69
};
70
72
}
Belle2::EKLMHitMCTime
Hit MC time.
Definition:
EKLMHitMCTime.h:23
Belle2::EKLMHitMCTime::EKLMHitMCTime
EKLMHitMCTime()
Constructor.
Definition:
EKLMHitMCTime.h:30
Belle2::EKLMHitMCTime::ClassDef
ClassDef(Belle2::EKLMHitMCTime, 1)
Class version.
Belle2::EKLMHitMCTime::m_MCTime
float m_MCTime
Time.
Definition:
EKLMHitMCTime.h:62
Belle2::EKLMHitMCTime::~EKLMHitMCTime
virtual ~EKLMHitMCTime()
Destructor.
Definition:
EKLMHitMCTime.h:37
Belle2::EKLMHitMCTime::getMCTime
float getMCTime() const
Get MC time.
Definition:
EKLMHitMCTime.h:54
Belle2::EKLMHitMCTime::setMCTime
void setMCTime(float t)
Set MC time.
Definition:
EKLMHitMCTime.h:45
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
klm
dataobjects
eklm
include
EKLMHitMCTime.h
Generated on Thu Dec 28 2023 02:27:55 for Belle II Software by
1.9.1