PandaRoot
Tuple.h
Go to the documentation of this file.
1
/*
2
* Tuple.h
3
*
4
* Created on: Jun 2, 2016
5
* Author: kibellus
6
*/
7
#include <iostream>
8
#include "
PndLineApproximation.h
"
9
10
#ifndef PNDTOOLS_PNDFORWARDTRACKFINDER_TUPLE_H_
11
#define PNDTOOLS_PNDFORWARDTRACKFINDER_TUPLE_H_
12
13
class
Tuple
{
14
public
:
15
Tuple
(
PndLineApproximation
xp, Int_t yp) :
x
(xp),
y
(yp) {}
16
virtual
~Tuple
();
17
18
PndLineApproximation
x
;
19
Int_t
y
;
20
};
21
22
#endif
/* PNDTOOLS_PNDFORWARDTRACKFINDER_TUPLE_H_ */
PndLineApproximation
Definition:
PndLineApproximation.h:23
PndLineApproximation.h
Tuple::y
Int_t y
Definition:
Tuple.h:19
Tuple
Definition:
Tuple.h:13
Tuple::~Tuple
virtual ~Tuple()
Tuple::Tuple
Tuple(PndLineApproximation xp, Int_t yp)
Definition:
Tuple.h:15
Tuple::x
PndLineApproximation x
Definition:
Tuple.h:18
home
gitlab-runner
builds
Vxspf1vo
0
PandaRootGroup
PandaRoot
tracking
PndForwardTrackFinder
Tuple.h
Generated on Fri Oct 6 2023 07:04:59 for PandaRoot by
1.8.13