ATLAS Offline Software
|
#include <sstream>
#include <cmath>
#include "GaudiKernel/MsgStream.h"
#include "TrigMuonEvent/TrigMuonEF.h"
Go to the source code of this file.
Functions | |
std::string | str (const TrigMuonEF &d) |
Helper function for printing the object. More... | |
MsgStream & | operator<< (MsgStream &m, const TrigMuonEF &d) |
Helper operator for printing the object. More... | |
bool | operator== (const TrigMuonEF &a, const TrigMuonEF &b) |
Operator comparing two TrigMuonEF objects for equality. More... | |
void | diff (const TrigMuonEF &a, const TrigMuonEF &b, std::map< std::string, double > &variableChange) |
Comparison with feedback. More... | |
void diff | ( | const TrigMuonEF & | a, |
const TrigMuonEF & | b, | ||
std::map< std::string, double > & | variableChange | ||
) |
MsgStream& operator<< | ( | MsgStream & | m, |
const TrigMuonEF & | d | ||
) |
Helper operator for printing the object.
Definition at line 73 of file TrigMuonEF.cxx.
bool operator== | ( | const TrigMuonEF & | a, |
const TrigMuonEF & | b | ||
) |
Operator comparing two TrigMuonEF objects for equality.
Definition at line 79 of file TrigMuonEF.cxx.
std::string str | ( | const TrigMuonEF & | d | ) |
Helper function for printing the object.
Definition at line 60 of file TrigMuonEF.cxx.