![]() |
ATLAS Offline Software
|
#include <map>#include <string>#include "AthenaKernel/CLASS_DEF.h"#include "AthLinks/ElementLink.h"#include "Particle/TrackParticleContainer.h"#include "TrigMuonEvent/TrigMuonEFTrack.h"Go to the source code of this file.
Classes | |
| class | TrigMuonEFCbTrack |
Namespaces | |
| Rec | |
| Gaudi Tools. | |
Functions | |
| std::string | str (const TrigMuonEFCbTrack &d) |
| Helper function for printing the object. More... | |
| MsgStream & | operator<< (MsgStream &m, const TrigMuonEFCbTrack &d) |
| Helper operator for printing the object. More... | |
| bool | operator== (const TrigMuonEFCbTrack &a, const TrigMuonEFCbTrack &b) |
| Operator comparing two TrigMuonEFCbTrack objects for equality. More... | |
| bool | operator!= (const TrigMuonEFCbTrack &a, const TrigMuonEFCbTrack &b) |
| Operator comparing two TrigMuonEFCbTrack objects for inequality. More... | |
| void | diff (const TrigMuonEFCbTrack &a, const TrigMuonEFCbTrack &b, std::map< std::string, double > &variableChange) |
| Comparison with feedback. More... | |
| void diff | ( | const TrigMuonEFCbTrack & | a, |
| const TrigMuonEFCbTrack & | b, | ||
| std::map< std::string, double > & | variableChange | ||
| ) |
Comparison with feedback.
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 159 of file TrigMuonEFCbTrack.cxx.
|
inline |
Operator comparing two TrigMuonEFCbTrack objects for inequality.
Definition at line 108 of file TrigMuonEFCbTrack.h.
| MsgStream& operator<< | ( | MsgStream & | m, |
| const TrigMuonEFCbTrack & | d | ||
| ) |
Helper operator for printing the object.
Definition at line 131 of file TrigMuonEFCbTrack.cxx.
| bool operator== | ( | const TrigMuonEFCbTrack & | a, |
| const TrigMuonEFCbTrack & | b | ||
| ) |
Operator comparing two TrigMuonEFCbTrack objects for equality.
Operator comparing two TrigMuonEFCbTrack objects for equality.
Definition at line 140 of file TrigMuonEFCbTrack.cxx.
| std::string str | ( | const TrigMuonEFCbTrack & | d | ) |
1.8.18