![]() |
ATLAS Offline Software
|
#include "TrigMuonEvent/TileTrackMuFeature.h"Go to the source code of this file.
Functions | |
| std::string | str (const TileTrackMuFeature &d) |
| Helper operators. | |
| MsgStream & | operator<< (MsgStream &m, const TileTrackMuFeature &d) |
| Helper operator for printing the object. | |
| bool | operator== (const TileTrackMuFeature &a, const TileTrackMuFeature &b) |
| Operator comparing two CombinedMuonFeature objects for equality. | |
| void | diff (const TileTrackMuFeature &a, const TileTrackMuFeature &b, std::map< std::string, double > &variableChange) |
| Comparison with feedback. | |
Variables | |
| static const double | DELTA = 0.001 |
| Distance used by the comparison operators. | |
| void diff | ( | const TileTrackMuFeature & | a, |
| const TileTrackMuFeature & | b, | ||
| std::map< std::string, double > & | variableChange ) |
Comparison with feedback.
Definition at line 100 of file TileTrackMuFeature.cxx.
| MsgStream & operator<< | ( | MsgStream & | m, |
| const TileTrackMuFeature & | d ) |
Helper operator for printing the object.
Definition at line 86 of file TileTrackMuFeature.cxx.
| bool operator== | ( | const TileTrackMuFeature & | a, |
| const TileTrackMuFeature & | b ) |
Operator comparing two CombinedMuonFeature objects for equality.
Definition at line 91 of file TileTrackMuFeature.cxx.
| std::string str | ( | const TileTrackMuFeature & | d | ) |
Helper operators.
Helper function for printing the object.
Definition at line 75 of file TileTrackMuFeature.cxx.
|
static |
Distance used by the comparison operators.
Definition at line 9 of file TileTrackMuFeature.cxx.