LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "MCStep.h"
Public Member Functions | |
MCStep () | |
MCStep (const TLorentzVector &p, const TLorentzVector &m) | |
virtual | ~MCStep () |
const TLorentzVector & | Momentum () const |
const TLorentzVector & | Position () const |
double | X () const |
double | Y () const |
double | Z () const |
double | T () const |
double | Px () const |
double | Py () const |
double | Pz () const |
double | E () const |
void | SetPosition (const TLorentzVector &v) |
void | SetMomentum (const TLorentzVector &v) |
Protected Attributes | |
TLorentzVector | _position |
TLorentzVector | _momentum |
|
inline |
|
inline |
Definition at line 45 of file MCStep.h.
References _momentum.
Referenced by trkf::SeedAna::analyze(), and trkf::TrackAna::analyze().
|
inline |
Definition at line 34 of file MCStep.h.
References _momentum.
Referenced by trkf::SeedAna::analyze(), trkf::TrackAna::analyze(), trkf::KalmanFilterTrajectoryFitter::produce(), and trkf::KalmanFilterFinalTrackFitter::produce().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 41 of file MCStep.h.
References _position.
Referenced by trkf::SeedAna::analyze(), and trkf::TrackAna::analyze().
|
inline |
|
inline |
|
inline |
|
protected |
Definition at line 52 of file MCStep.h.
Referenced by E(), Momentum(), Px(), Py(), Pz(), and SetMomentum().
|
protected |
Definition at line 48 of file MCStep.h.
Referenced by Position(), SetMomentum(), SetPosition(), T(), X(), Y(), and Z().