#include <MCStep.h>
|
| | 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) |
| |
Definition at line 25 of file MCStep.h.
| sim::MCStep::MCStep |
( |
const TLorentzVector & |
p, |
|
|
const TLorentzVector & |
m |
|
) |
| |
|
inline |
| virtual sim::MCStep::~MCStep |
( |
| ) |
|
|
inlinevirtual |
| double sim::MCStep::E |
( |
void |
| ) |
const |
|
inline |
| const TLorentzVector& sim::MCStep::Momentum |
( |
void |
| ) |
const |
|
inline |
| const TLorentzVector& sim::MCStep::Position |
( |
void |
| ) |
const |
|
inline |
| double sim::MCStep::Px |
( |
void |
| ) |
const |
|
inline |
| double sim::MCStep::Py |
( |
void |
| ) |
const |
|
inline |
| double sim::MCStep::Pz |
( |
void |
| ) |
const |
|
inline |
| void sim::MCStep::SetMomentum |
( |
const TLorentzVector & |
v | ) |
|
|
inline |
| void sim::MCStep::SetPosition |
( |
const TLorentzVector & |
v | ) |
|
|
inline |
| double sim::MCStep::T |
( |
| ) |
const |
|
inline |
| double sim::MCStep::X |
( |
| ) |
const |
|
inline |
| double sim::MCStep::Y |
( |
| ) |
const |
|
inline |
| double sim::MCStep::Z |
( |
void |
| ) |
const |
|
inline |
| TLorentzVector sim::MCStep::_momentum |
|
protected |
| TLorentzVector sim::MCStep::_position |
|
protected |
The documentation for this class was generated from the following file: