ATLAS Offline Software
|
#include <string>
#include <vector>
#include "AthenaKernel/CLASS_DEF.h"
#include "AthContainers/DataVector.h"
#include "EventKernel/INavigable4Momentum.h"
#include "FourMom/P4PtEtaPhiMBase.h"
#include "Navigation/NavigableTerminalNode.h"
#include "AthLinks/ElementLink.h"
#include "TrigMuonEvent/TileMuFeatureContainer.h"
#include "TrigInDetEvent/TrigInDetTrackCollection.h"
#include "TrigMuonEvent/TileTrackMuFeatureContainer.h"
Go to the source code of this file.
Classes | |
class | TileTrackMuFeature |
Functions | |
std::string | str (const TileTrackMuFeature &d) |
Helper function for printing the object. More... | |
MsgStream & | operator<< (MsgStream &m, const TileTrackMuFeature &d) |
Helper operator for printing the object. More... | |
bool | operator== (const TileTrackMuFeature &a, const TileTrackMuFeature &b) |
Operator comparing two CombinedMuonFeature objects for equality. More... | |
bool | operator!= (const TileTrackMuFeature &a, const TileTrackMuFeature &b) |
Operator comparing two CombinedMuonFeature objects for inequality. More... | |
void | diff (const TileTrackMuFeature &a, const TileTrackMuFeature &b, std::map< std::string, double > &variableChange) |
Comparison with feedback. More... | |
void diff | ( | const TileTrackMuFeature & | a, |
const TileTrackMuFeature & | b, | ||
std::map< std::string, double > & | variableChange | ||
) |
|
inline |
Operator comparing two CombinedMuonFeature objects for inequality.
Definition at line 103 of file TileTrackMuFeature.h.
MsgStream& operator<< | ( | MsgStream & | m, |
const TileTrackMuFeature & | d | ||
) |
Helper operator for printing the object.
Definition at line 86 of file TileTrackMuFeature.cxx.
bool operator== | ( | const TileTrackMuFeature & | a, |
const TileTrackMuFeature & | b | ||
) |
Operator comparing two CombinedMuonFeature objects for equality.
Definition at line 91 of file TileTrackMuFeature.cxx.
std::string str | ( | const TileTrackMuFeature & | d | ) |
Helper function for printing the object.
Helper function for printing the object.
Definition at line 75 of file TileTrackMuFeature.cxx.