FairRoot/PandaRoot
Public Member Functions | Public Attributes | List of all members
Tuple Class Reference

#include <Tuple.h>

Public Member Functions

 Tuple (PndLineApproximation xp, Int_t yp)
 
virtual ~Tuple ()
 

Public Attributes

PndLineApproximation x
 
Int_t y
 

Detailed Description

Definition at line 13 of file Tuple.h.

Constructor & Destructor Documentation

Tuple::Tuple ( PndLineApproximation  xp,
Int_t  yp 
)
inline

Definition at line 15 of file Tuple.h.

15 : x(xp),y(yp){}
Int_t y
Definition: Tuple.h:19
PndLineApproximation x
Definition: Tuple.h:18
Tuple::~Tuple ( )
virtual

Definition at line 3 of file Tuple.cxx.

3  {
4 
5 }

Member Data Documentation

Definition at line 18 of file Tuple.h.

Int_t Tuple::y

Definition at line 19 of file Tuple.h.


The documentation for this class was generated from the following files: