![]() |
ATLAS Offline Software
|
#include <sstream>#include <cmath>#include "GaudiKernel/MsgStream.h"#include "Particle/TrackParticleContainer.h"#include "Particle/TrackParticle.h"#include "TrigMuonEvent/TrigMuonEFCbTrack.h"Go to the source code of this file.
Functions | |
| std::string | str (const TrigMuonEFCbTrack &d) |
| This function uses the function str(TrigMuonEFTrack&) to print the "base class part" of 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) |
| This operator uses the operator operator==(TrigMuonEFTrack&,TrigMuonEFTrack&) to compare the "base class parts" of the objects. More... | |
| void | diff (const TrigMuonEFCbTrack &a, const TrigMuonEFCbTrack &b, std::map< std::string, double > &variableChange) |
| 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. More... | |
| void diff | ( | const TrigMuonEFCbTrack & | a, |
| const TrigMuonEFCbTrack & | b, | ||
| std::map< std::string, double > & | variableChange | ||
| ) |
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 159 of file TrigMuonEFCbTrack.cxx.
| 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 | ||
| ) |
This operator uses the operator operator==(TrigMuonEFTrack&,TrigMuonEFTrack&) to compare the "base class parts" of the objects.
Operator comparing two TrigMuonEFCbTrack objects for equality.
Definition at line 140 of file TrigMuonEFCbTrack.cxx.
| std::string str | ( | const TrigMuonEFCbTrack & | d | ) |
This function uses the function str(TrigMuonEFTrack&) to print the "base class part" of the object.
Helper function for printing the object.
Definition at line 123 of file TrigMuonEFCbTrack.cxx.
1.8.18