ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#include <AtTrackingEventAna.h>
Public Member Functions | |
AtTrackingEventAna () | |
~AtTrackingEventAna () | |
void | SetTrackArray (std::vector< AtTrack > *trackArray) |
void | SetTrack (AtTrack *track) |
void | SetVertex (Double_t vertex) |
void | SetGeoVertex (TVector3 vertex) |
void | SetVertexEnergy (Double_t vertexEner) |
Double_t | GetVertex () |
Double_t | GetVertexEnergy () |
TVector3 | GetGeoVertex () |
std::vector< AtTrack > | GetTrackArray () |
Definition at line 16 of file AtTrackingEventAna.h.
AtTrackingEventAna::AtTrackingEventAna | ( | ) |
Definition at line 10 of file AtTrackingEventAna.cxx.
|
default |
TVector3 AtTrackingEventAna::GetGeoVertex | ( | ) |
Definition at line 47 of file AtTrackingEventAna.cxx.
std::vector< AtTrack > AtTrackingEventAna::GetTrackArray | ( | ) |
Definition at line 35 of file AtTrackingEventAna.cxx.
Double_t AtTrackingEventAna::GetVertex | ( | ) |
Definition at line 39 of file AtTrackingEventAna.cxx.
Double_t AtTrackingEventAna::GetVertexEnergy | ( | ) |
Definition at line 43 of file AtTrackingEventAna.cxx.
void AtTrackingEventAna::SetGeoVertex | ( | TVector3 | vertex | ) |
Definition at line 26 of file AtTrackingEventAna.cxx.
void AtTrackingEventAna::SetTrack | ( | AtTrack * | track | ) |
Definition at line 18 of file AtTrackingEventAna.cxx.
void AtTrackingEventAna::SetTrackArray | ( | std::vector< AtTrack > * | trackArray | ) |
Definition at line 14 of file AtTrackingEventAna.cxx.
void AtTrackingEventAna::SetVertex | ( | Double_t | vertex | ) |
Definition at line 22 of file AtTrackingEventAna.cxx.
void AtTrackingEventAna::SetVertexEnergy | ( | Double_t | vertexEner | ) |
Definition at line 30 of file AtTrackingEventAna.cxx.