#include <strawtubesPoint.h>
|
| | strawtubesPoint () |
| |
| | strawtubesPoint (Int_t eventID, Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom, Double_t tof, Double_t length, Double_t eLoss, Int_t pdgcode, Double_t dist) |
| |
| virtual | ~strawtubesPoint () |
| |
| Double_t | dist2Wire () const |
| |
| void | extraPrintInfo () const override |
| |
| | DetectorPoint () |
| |
| | ~DetectorPoint ()=default |
| |
| | DetectorPoint (Int_t eventID, Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom, Double_t tof, Double_t length, Double_t eLoss, Int_t pdgCode, TVector3 Lpos, TVector3 Lmom) |
| |
| | DetectorPoint (Int_t eventID, Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom, Double_t tof, Double_t length, Double_t eLoss, Int_t pdgCode) |
| |
| | DetectorPoint (const DetectorPoint &point)=default |
| |
| DetectorPoint & | operator= (const DetectorPoint &point)=default |
| |
| virtual void | Print () const |
| |
| Int_t | PdgCode () const |
| |
| TVector3 | LastPoint () const |
| |
| TVector3 | LastMom () const |
| |
| virtual void | extraPrintInfo () const |
| |
Definition at line 14 of file strawtubesPoint.h.
◆ strawtubesPoint() [1/2]
| strawtubesPoint::strawtubesPoint |
( |
| ) |
|
◆ strawtubesPoint() [2/2]
| strawtubesPoint::strawtubesPoint |
( |
Int_t |
eventID, |
|
|
Int_t |
trackID, |
|
|
Int_t |
detID, |
|
|
TVector3 |
pos, |
|
|
TVector3 |
mom, |
|
|
Double_t |
tof, |
|
|
Double_t |
length, |
|
|
Double_t |
eLoss, |
|
|
Int_t |
pdgcode, |
|
|
Double_t |
dist |
|
) |
| |
Constructor with arguments
- Parameters
-
| trackID | Index of MCTrack |
| detID | Detector ID |
| pos | Ccoordinates at entrance to active volume [cm] |
| mom | Momentum of track at entrance [GeV] |
| tof | Time since event start [ns] |
| length | Track length since creation [cm] |
| eLoss | Energy deposit [GeV] |
Definition at line 17 of file strawtubesPoint.cxx.
21 :
DetectorPoint(eventID, trackID, detID, pos, mom, tof, length, eLoss,
22 pdgcode, pos, mom),
◆ ~strawtubesPoint()
| strawtubesPoint::~strawtubesPoint |
( |
| ) |
|
|
virtual |
◆ ClassDefOverride()
◆ dist2Wire()
| Double_t strawtubesPoint::dist2Wire |
( |
| ) |
const |
|
inline |
◆ extraPrintInfo()
| void strawtubesPoint::extraPrintInfo |
( |
| ) |
const |
|
overridevirtual |
◆ fdist2Wire
| Double_t strawtubesPoint::fdist2Wire |
|
private |
The documentation for this class was generated from the following files: