FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
pnddata
TrackData
PndVertex.h
Go to the documentation of this file.
1
/*
2
* PndVertex.h
3
*
4
* Created on: Aug 25, 2009
5
* Author: stockman
6
*/
7
8
#ifndef PNDVERTEX_H_
9
#define PNDVERTEX_H_
10
11
#include "FairHit.h"
12
13
class
PndVertex
:
public
FairHit {
14
public
:
15
PndVertex
();
16
PndVertex
(
double
x
,
double
y
,
double
z
){
17
SetX(x); SetY(y); SetZ(z);
18
}
19
virtual
~PndVertex
();
20
21
ClassDef
(
PndVertex
, 0);
22
};
23
24
#endif
/* PNDVERTEX_H_ */
PndVertex
Definition:
PndVertex.h:13
PndVertex::PndVertex
PndVertex(double x, double y, double z)
Definition:
PndVertex.h:16
PndVertex::PndVertex
PndVertex()
Definition:
PndVertex.cxx:10
z
Double_t z
Definition:
createRootFscGeometryFile.C:146
x
Double_t x
Definition:
createRootFscGeometryFile.C:159
y
Double_t y
Definition:
createRootFscGeometryFile.C:159
PndVertex::ClassDef
ClassDef(PndVertex, 0)
PndVertex::~PndVertex
virtual ~PndVertex()
Definition:
PndVertex.cxx:15
Generated on Wed Apr 3 2019 10:02:59 for FairRoot/PandaRoot by
1.8.5