![]() |
ATLAS Offline Software
|
#include <sstream>#include <cmath>#include "GaudiKernel/MsgStream.h"#include "TrigMuonEvent/IsoMuonFeature.h"Go to the source code of this file.
Functions | |
| std::string | str (const IsoMuonFeature &d) |
| Helper function for printing the object. | |
| MsgStream & | operator<< (MsgStream &m, const IsoMuonFeature &d) |
| Helper operator for printing the object. | |
| bool | operator== (const IsoMuonFeature &a, const IsoMuonFeature &b) |
| Operator comparing two IsoMuonFeature objects for equality. | |
| void | diff (const IsoMuonFeature &a, const IsoMuonFeature &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. | |
Variables | |
| static const double | DELTA = 0.001 |
| void diff | ( | const IsoMuonFeature & | a, |
| const IsoMuonFeature & | 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 |
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.
Definition at line 239 of file IsoMuonFeature.cxx.
| MsgStream & operator<< | ( | MsgStream & | m, |
| const IsoMuonFeature & | d ) |
Helper operator for printing the object.
Definition at line 187 of file IsoMuonFeature.cxx.
| bool operator== | ( | const IsoMuonFeature & | a, |
| const IsoMuonFeature & | b ) |
Operator comparing two IsoMuonFeature objects for equality.
Definition at line 192 of file IsoMuonFeature.cxx.
| std::string str | ( | const IsoMuonFeature & | d | ) |
Helper function for printing the object.
Definition at line 164 of file IsoMuonFeature.cxx.
|
static |
Definition at line 27 of file IsoMuonFeature.cxx.