![]() |
ATLAS Offline Software
|
#include <string>#include <sstream>#include <map>#include "FourMom/P4IPtCotThPhiM.h"#include "AthenaKernel/CLASS_DEF.h"#include "Navigation/NavigableTerminalNode.h"#include "EventKernel/INavigable4Momentum.h"Go to the source code of this file.
Classes | |
| class | TrigMuonEFTrack |
Functions | |
| std::string | str (const TrigMuonEFTrack &d) |
| Helper function for printing the object. | |
| MsgStream & | operator<< (MsgStream &m, const TrigMuonEFTrack &d) |
| Helper operator for printing the object. | |
| bool | operator== (const TrigMuonEFTrack &a, const TrigMuonEFTrack &b) |
| Operator comparing two TrigMuonEFTrack objects for equality. | |
| bool | operator!= (const TrigMuonEFTrack &a, const TrigMuonEFTrack &b) |
| Operator comparing two TrigMuonEFTrack objects for inequality. | |
| void | diff (const TrigMuonEFTrack &a, const TrigMuonEFTrack &b, std::map< std::string, double > &variableChange) |
| Comparison with feedback. | |
| void diff | ( | const TrigMuonEFTrack & | a, |
| const TrigMuonEFTrack & | b, | ||
| std::map< std::string, double > & | variableChange ) |
Comparison with feedback.
Function compares two objects and returns "semi verbose" output in the form of map where there are varaible names and relative differences between two obejcts.
Comparison with feedback.
| variableChange | Map to record the differences In case of collections (or objects when the size may be different) that information can also be returned in varaibleChange |
Definition at line 222 of file TrigMuonEFTrack.cxx.
|
inline |
Operator comparing two TrigMuonEFTrack objects for inequality.
Definition at line 229 of file TrigMuonEFTrack.h.
| MsgStream & operator<< | ( | MsgStream & | m, |
| const TrigMuonEFTrack & | d ) |
Helper operator for printing the object.
Definition at line 164 of file TrigMuonEFTrack.cxx.
| bool operator== | ( | const TrigMuonEFTrack & | a, |
| const TrigMuonEFTrack & | b ) |
Operator comparing two TrigMuonEFTrack objects for equality.
Definition at line 169 of file TrigMuonEFTrack.cxx.
| std::string str | ( | const TrigMuonEFTrack & | d | ) |
Helper function for printing the object.
Definition at line 146 of file TrigMuonEFTrack.cxx.