![]() |
PandaRoot
|
#include <PndCAMCVertex.h>
Public Member Functions | |
PndCAMCVertex () | |
float | Par (int i) const |
float | X () const |
float | Y () const |
float | Z () const |
void | SetPar (int i, float v) |
void | SetX (float v) |
void | SetY (float v) |
void | SetZ (float v) |
Protected Attributes | |
float | fPar [3] |
Friends | |
ostream & | operator<< (ostream &out, const PndCAMCVertex &a) |
istream & | operator>> (istream &in, PndCAMCVertex &a) |
store MC track information for Performance
Definition at line 23 of file PndCAMCVertex.h.
PndCAMCVertex::PndCAMCVertex | ( | ) |
|
inline |
Definition at line 27 of file PndCAMCVertex.h.
|
inline |
Definition at line 33 of file PndCAMCVertex.h.
|
inline |
Definition at line 35 of file PndCAMCVertex.h.
|
inline |
Definition at line 36 of file PndCAMCVertex.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
Referenced by SetZ().
|
friend |
Referenced by SetZ().
|
protected |