FairRoot/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 24 of file PndCAMCVertex.h.
PndCAMCVertex::PndCAMCVertex | ( | ) |
Definition at line 24 of file PndCAMCVertex.cxx.
|
inline |
Definition at line 29 of file PndCAMCVertex.h.
|
inline |
Definition at line 35 of file PndCAMCVertex.h.
|
inline |
Definition at line 37 of file PndCAMCVertex.h.
|
inline |
Definition at line 38 of file PndCAMCVertex.h.
|
inline |
Definition at line 39 of file PndCAMCVertex.h.
|
inline |
|
inline |
|
inline |
|
friend |
Definition at line 30 of file PndCAMCVertex.cxx.
|
friend |
Definition at line 37 of file PndCAMCVertex.cxx.
|
protected |
Definition at line 46 of file PndCAMCVertex.h.
Referenced by operator<<(), operator>>(), Par(), PndCAMCVertex(), SetPar(), SetX(), SetY(), SetZ(), X(), Y(), and Z().