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