#include <TrackUtils.h>
Public Member Functions | |
State () | |
State (const TEveVector &pos, const TEveVector &mom) | |
State (const TEveVector &pos) | |
Public Attributes | |
TEveVector | momentum |
TEveVector | position |
bool | valid |
Definition at line 34 of file TrackUtils.h.
fireworks::State::State | ( | ) | [inline] |
Definition at line 38 of file TrackUtils.h.
: valid(false) { }
fireworks::State::State | ( | const TEveVector & | pos | ) | [inline] |
Definition at line 40 of file TrackUtils.h.
fireworks::State::State | ( | const TEveVector & | pos, |
const TEveVector & | mom | ||
) | [inline] |
TEveVector fireworks::State::momentum |
Definition at line 36 of file TrackUtils.h.
TEveVector fireworks::State::position |
Definition at line 35 of file TrackUtils.h.
Referenced by fireworks::StateOrdering::operator()().
Definition at line 37 of file TrackUtils.h.