EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PndVertex.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PndVertex.h
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_ */
EicRoot
blob
master
pnddata
TrackData
PndVertex.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:37
using
1.8.2 with
EIC GitHub integration