Belle II Software
development
SVDELS3Time.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
24
class
SVDELS3Time
:
public
SVDClusterTime
{
25
26
public
:
27
32
void
computeClusterTime
(
Belle2::SVD::RawCluster
& rawCluster,
double
& time,
double
& timeError,
int
& firstFrame)
override
;
33
37
virtual
~SVDELS3Time
() {};
38
39
};
40
41
}
42
Belle2::SVD::RawCluster
Class representing a raw cluster candidate during clustering of the SVD.
Definition:
RawCluster.h:33
Belle2::SVD::SVDClusterTime
Abstract Class representing the SVD cluster time.
Definition:
SVDClusterTime.h:26
Belle2::SVD::SVDELS3Time
Derived Class representing the SVD cluster time computed with the ELS3 algorithm.
Definition:
SVDELS3Time.h:24
Belle2::SVD::SVDELS3Time::computeClusterTime
void computeClusterTime(Belle2::SVD::RawCluster &rawCluster, double &time, double &timeError, int &firstFrame) override
computes the cluster time, timeError and FirstFrame with the ELS3 algorithm
Definition:
SVDELS3Time.cc:22
Belle2::SVD::SVDELS3Time::~SVDELS3Time
virtual ~SVDELS3Time()
virtual destructor
Definition:
SVDELS3Time.h:37
Belle2::SVD
Namespace to encapsulate code needed for simulation and reconstrucion of the SVD.
Definition:
GeoSVDCreator.h:23
svd
reconstruction
include
SVDELS3Time.h
Generated on Tue Nov 12 2024 02:41:57 for Belle II Software by
1.9.6