|
ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#include <AtApolloPoint.h>


Public Member Functions | |
| AtApolloPoint () | |
| AtApolloPoint (Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom, Int_t crystalID, Double_t tof, Double_t length, Double_t eLoss) | |
| virtual | ~AtApolloPoint () |
| Int_t | GetCrystalID () const |
| void | SetCrystalID (Int_t id) |
| virtual void | Print (const Option_t *opt) const |
Protected Attributes | |
| Int_t | fCrystalID {} |
Definition at line 20 of file AtApolloPoint.h.
| AtApolloPoint::AtApolloPoint | ( | ) |
Default constructor
Definition at line 20 of file AtApolloPoint.cxx.
| AtApolloPoint::AtApolloPoint | ( | Int_t | trackID, |
| Int_t | detID, | ||
| TVector3 | pos, | ||
| TVector3 | mom, | ||
| Int_t | crystalID, | ||
| Double_t | tof, | ||
| Double_t | length, | ||
| Double_t | eLoss | ||
| ) |
Constructor with arguments
| trackID | Index of MCTrack |
| detID | Detector ID |
| pos | Ccoordinates at entrance to active volume [cm] |
| mom | Momentum of track at entrance [GeV] |
| crystalID | Crystal ID |
| tof | Time since event start [ns] |
| length | Track length since creation [cm] |
| eLoss | Energy deposit [GeV] |
Definition at line 24 of file AtApolloPoint.cxx.
|
virtualdefault |
Destructor
|
inline |
Accessors
Definition at line 43 of file AtApolloPoint.h.
|
virtual |
Output to screen
Definition at line 37 of file AtApolloPoint.cxx.
|
inline |
Modifiers
Definition at line 46 of file AtApolloPoint.h.
|
protected |
Definition at line 57 of file AtApolloPoint.h.
1.8.18