PandaRoot
PndFtsReconLine.h
Go to the documentation of this file.
1
//
2
// Created by Bartosz Sobol on 13.05.2020.
3
//
4
5
#pragma once
6
7
#include "
PndFtsReconLineZOX.h
"
8
#include "
PndFtsReconLineZOY.h
"
9
10
namespace
PndFtsTrackFinder
{
11
12
class
PndFtsReconLine
{
13
public
:
14
PndFtsReconLine
() =
delete
;
15
16
explicit
PndFtsReconLine
(
const
PndFtsContext
&context) : fReconZOX{context}, fReconZOY{context}, fContext{context} {};
17
18
PndFtsReconLine
(
const
PndFtsContext
&&context) =
delete
;
19
20
[[nodiscard]]
LineTrackVector
Exec
(
const
RawHitVector
&lhsTrack)
const
;
21
22
private
:
23
const
PndFtsReconLineZOX
fReconZOX;
24
const
PndFtsReconLineZOY
fReconZOY;
25
26
const
PndFtsContext
&fContext;
27
};
28
29
}
// namespace PndFtsTrackFinder
PndFtsTrackFinder::PndFtsReconLine
Definition:
PndFtsReconLine.h:12
PndFtsTrackFinder::RawHitVector
std::vector< PndFtsSimpleHit > RawHitVector
Definition:
PndFtsSimpleHit.h:41
PndFtsReconLineZOY.h
PndFtsReconLineZOX.h
PndFtsTrackFinder::LineTrackVector
std::vector< LineTrack > LineTrackVector
Definition:
PndFtsTrack.h:49
PndFtsTrackFinder::PndFtsContext
Definition:
PndFtsContext.h:19
PndFtsTrackFinder::PndFtsReconLine::PndFtsReconLine
PndFtsReconLine(const PndFtsContext &context)
Definition:
PndFtsReconLine.h:16
PndFtsTrackFinder::PndFtsReconLineZOX
Definition:
PndFtsReconLineZOX.h:14
PndFtsTrackFinder::PndFtsReconLine::Exec
LineTrackVector Exec(const RawHitVector &lhsTrack) const
PndFtsTrackFinder
Definition:
PndFtsReconCircle.h:10
PndFtsTrackFinder::PndFtsReconLine::PndFtsReconLine
PndFtsReconLine()=delete
PndFtsTrackFinder::PndFtsReconLineZOY
Definition:
PndFtsReconLineZOY.h:13
home
gitlab-runner
builds
LYZoAKaU
0
PandaRootGroup
PandaRoot
tracking
PndFtsTrackFinder
core
PndFtsReconLine.h
Generated on Fri Oct 21 2022 07:03:58 for PandaRoot by
1.8.13