FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
tracking
PndForwardTrackFinder
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()
Definition:
Tuple.cxx:3
Tuple::Tuple
Tuple(PndLineApproximation xp, Int_t yp)
Definition:
Tuple.h:15
Tuple::x
PndLineApproximation x
Definition:
Tuple.h:18
Generated on Wed Apr 3 2019 10:03:09 for FairRoot/PandaRoot by
1.8.5