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

#include <PndVertex.h>

Inheritance diagram for PndVertex:

Public Member Functions

 PndVertex ()
 
 PndVertex (double x, double y, double z)
 
virtual ~PndVertex ()
 
 ClassDef (PndVertex, 0)
 

Detailed Description

Definition at line 13 of file PndVertex.h.

Constructor & Destructor Documentation

PndVertex::PndVertex ( )

Definition at line 10 of file PndVertex.cxx.

10  {
11  // TODO Auto-generated constructor stub
12 
13 }
PndVertex::PndVertex ( double  x,
double  y,
double  z 
)
inline

Definition at line 16 of file PndVertex.h.

16  {
17  SetX(x); SetY(y); SetZ(z);
18  }
Double_t z
Double_t x
Double_t y
PndVertex::~PndVertex ( )
virtual

Definition at line 15 of file PndVertex.cxx.

15  {
16  // TODO Auto-generated destructor stub
17 }

Member Function Documentation

PndVertex::ClassDef ( PndVertex  ,
 
)

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