ATLAS Offline Software
|
#include <sstream>
#include "GaudiKernel/MsgStream.h"
#include "TrigMuonEvent/TrigMuonEFInfoTrack.h"
#include "TrigMuonEvent/TrigMuonEFTrack.h"
#include "TrigMuonEvent/TrigMuonEFCbTrack.h"
Go to the source code of this file.
Functions | |
std::string | str (const TrigMuonEFInfoTrack &d) |
MsgStream & | operator<< (MsgStream &m, const TrigMuonEFInfoTrack &d) |
bool | operator== (const TrigMuonEFInfoTrack &a, const TrigMuonEFInfoTrack &b) |
void | diff (const TrigMuonEFInfoTrack &a, const TrigMuonEFInfoTrack &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 variable names and differences between two objects More... | |
void diff | ( | const TrigMuonEFInfoTrack & | a, |
const TrigMuonEFInfoTrack & | 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 variable names and differences between two objects
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 variableChange |
Definition at line 166 of file TrigMuonEFInfoTrack.cxx.
MsgStream& operator<< | ( | MsgStream & | m, |
const TrigMuonEFInfoTrack & | d | ||
) |
Definition at line 148 of file TrigMuonEFInfoTrack.cxx.
bool operator== | ( | const TrigMuonEFInfoTrack & | a, |
const TrigMuonEFInfoTrack & | b | ||
) |
Definition at line 152 of file TrigMuonEFInfoTrack.cxx.
std::string str | ( | const TrigMuonEFInfoTrack & | d | ) |
Definition at line 135 of file TrigMuonEFInfoTrack.cxx.