Belle II Software
development
Toggle main menu visibility
Main Page
Topics
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
a
b
c
e
f
g
n
p
s
v
z
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 Symbols
b
c
d
g
i
o
r
s
t
Files
File List
File Members
All
Functions
Typedefs
Macros
▼
Belle II Software
►
Topics
►
Namespaces
►
Classes
▼
Files
▼
File List
►
alignment
►
analysis
►
arich
►
b2bii
►
background
►
beast
►
calibration
►
cdc
►
daq
►
decfiles
►
display
►
dqm
►
ecl
►
framework
►
generators
►
geometry
►
hlt
►
ir
►
klm
►
masterclass
►
mdst
►
mva
►
online_book
►
pxd
►
rawdata
►
reconstruction
►
simulation
►
site_scons
►
structure
▼
svd
►
background
►
calibration
►
dataobjects
►
dbobjects
►
examples
►
geometry
►
modules
►
online
▼
reconstruction
▼
include
linkdef.h
NoiseMap.h
RawCluster.h
SimpleClusterCandidate.h
SVDClusterCharge.h
SVDClusterPosition.h
SVDClusterTime.h
SVDCoG3Time.h
SVDCoG6Time.h
SVDCoGOnlyPosition.h
SVDELS3Charge.h
SVDELS3Time.h
SVDMaxSampleCharge.h
SVDMaxSumAlgorithm.h
SVDOldDefaultPosition.h
SVDRecoChargeFactory.h
SVDRecoHit.h
SVDRecoHit2D.h
SVDReconstructionBase.h
SVDRecoPositionFactory.h
SVDRecoTimeFactory.h
SVDSumSamplesCharge.h
WaveFitter.h
►
src
►
scripts
►
simulation
►
tests
►
validation
►
top
►
tracking
►
trg
►
validation
►
vxd
Doxygen.h
resource_analyzer.py
►
File Members
SVDCoG6Time.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
#include <svd/reconstruction/RawCluster.h>
12
#include <svd/reconstruction/SVDClusterTime.h>
13
14
#include <vector>
15
16
namespace
Belle2::SVD
{
17
22
class
SVDCoG6Time
:
public
SVDClusterTime
{
23
24
public
:
25
30
void
computeClusterTime
(
Belle2::SVD::RawCluster
& rawCluster,
double
& time,
double
& timeError,
int
& firstFrame)
override
;
31
35
virtual
~SVDCoG6Time
() {};
36
37
38
};
22
class
SVDCoG6Time
:
public
SVDClusterTime
{
…
};
39
40
}
41
Belle2::SVD::RawCluster
Class representing a raw cluster candidate during clustering of the SVD.
Definition
RawCluster.h:33
Belle2::SVD::SVDClusterTime::SVDClusterTime
SVDClusterTime()
Constructor to create an empty Cluster Time Object by default returns the calibrated time.
Definition
SVDClusterTime.h:34
Belle2::SVD::SVDCoG6Time
Derived Class representing the SVD cluster time computed with the CoG6 algorithm.
Definition
SVDCoG6Time.h:22
Belle2::SVD::SVDCoG6Time::computeClusterTime
void computeClusterTime(Belle2::SVD::RawCluster &rawCluster, double &time, double &timeError, int &firstFrame) override
computes the cluster time, timeError and FirstFrame with the CoG6 algorithm
Definition
SVDCoG6Time.cc:23
Belle2::SVD::SVDCoG6Time::~SVDCoG6Time
virtual ~SVDCoG6Time()
virtual destructor
Definition
SVDCoG6Time.h:35
Belle2::SVD
Namespace to encapsulate code needed for simulation and reconstrucion of the SVD.
Definition
GeoSVDCreator.h:23
svd
reconstruction
include
SVDCoG6Time.h
Generated on Wed May 21 2025 02:56:45 for Belle II Software by
1.13.2