#include <XANAGeantVertex.h>
Public Methods | |
XANAGeantVertex () | |
virtual | ~XANAGeantVertex () |
XANAGeantVertex (HepLorentzVector vertex) | |
Construct from geant data. More... | |
HepLorentzVector | getPosition () const |
void | addGeantTrack (XANAGeantTrack *track) |
TRefArray * | getTracks () const |
Short_t | getNumberOfTracks () const |
Bool_t | operator== (const XANAGeantVertex &v) const |
Private Attributes | |
HepLorentzVector | vertex_ |
the vertex four vector (cm, cm/c). More... | |
TRefArray * | tracks_ |
array of geant tracks. More... | |
Short_t | numberOfTracks_ |
number of related geant tracks. More... |
|
|
|
|
|
Construct from geant data.
|
|
|
|
Definition at line 39 of file XANAGeantVertex.h. References numberOfTracks_. Referenced by main.
00039 { return numberOfTracks_;} |
|
Definition at line 34 of file XANAGeantVertex.h. References vertex_. Referenced by main.
00034 {return vertex_;} |
|
Definition at line 38 of file XANAGeantVertex.h. References tracks_. Referenced by main.
00038 {return tracks_;} |
|
|
|
number of related geant tracks.
Definition at line 51 of file XANAGeantVertex.h. Referenced by getNumberOfTracks. |
|
array of geant tracks.
Definition at line 49 of file XANAGeantVertex.h. Referenced by getTracks. |
|
the vertex four vector (cm, cm/c).
Definition at line 47 of file XANAGeantVertex.h. Referenced by getPosition. |