ATLAS Offline Software
|
#include <sstream>
#include <cmath>
#include "GaudiKernel/MsgStream.h"
#include "TrigMuonEvent/TrigMuonClusterFeature.h"
Go to the source code of this file.
Functions | |
std::string | str (const TrigMuonClusterFeature &d) |
Helper function for printing the object. More... | |
MsgStream & | operator<< (MsgStream &m, const TrigMuonClusterFeature &d) |
Helper operator for printing the object. More... | |
bool | operator== (const TrigMuonClusterFeature &a, const TrigMuonClusterFeature &b) |
Operator comparing two TrigMuonClusterFeature objects for equality. More... | |
void | diff (const TrigMuonClusterFeature &a, const TrigMuonClusterFeature &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 varaibel names and differences between two obejcts More... | |
void diff | ( | const TrigMuonClusterFeature & | a, |
const TrigMuonClusterFeature & | 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 varaibel names and differences between two obejcts
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 118 of file TrigMuonClusterFeature.cxx.
MsgStream& operator<< | ( | MsgStream & | m, |
const TrigMuonClusterFeature & | d | ||
) |
Helper operator for printing the object.
Definition at line 105 of file TrigMuonClusterFeature.cxx.
bool operator== | ( | const TrigMuonClusterFeature & | a, |
const TrigMuonClusterFeature & | b | ||
) |
Operator comparing two TrigMuonClusterFeature objects for equality.
Definition at line 109 of file TrigMuonClusterFeature.cxx.
std::string str | ( | const TrigMuonClusterFeature & | d | ) |
Helper function for printing the object.
Definition at line 96 of file TrigMuonClusterFeature.cxx.