#include <TrkStoreHypo.h>
Definition at line 19 of file TrkStoreHypo.h.
◆ TrkStoreHypo() [1/3]
TrkStoreHypo::TrkStoreHypo |
( |
| ) |
|
|
inline |
◆ TrkStoreHypo() [2/3]
Definition at line 24 of file TrkStoreHypo.h.
24 : _hypo(
hypo),_fltlen(fltlen)
25 {}
const PdtPid::PidType & hypo() const
◆ TrkStoreHypo() [3/3]
Definition at line 26 of file TrkStoreHypo.h.
27 {}
Index other(Index i, Index j)
◆ ~TrkStoreHypo()
TrkStoreHypo::~TrkStoreHypo |
( |
| ) |
|
|
inline |
◆ flightLength()
double TrkStoreHypo::flightLength |
( |
| ) |
const |
|
inline |
◆ hypo()
◆ operator<()
Definition at line 26 of file TrkStoreHypo.cxx.
27 {
28 if(!operator ==(other)){
29 if(_hypo !=
other._hypo)
30 return _hypo <
other._hypo;
31 else
32 return _fltlen <
other._fltlen;
33 } else
34 return false;
35}
◆ operator=()
Definition at line 33 of file TrkStoreHypo.h.
33 {
34 if(this != &other){
36 _fltlen =
other._fltlen;
37 }
38 return *this;
39 }
◆ operator==()
The documentation for this class was generated from the following files: