![]() |
ATLAS Offline Software
|
#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 "TruthUtils/ParticleConstants.h"#include <vector>#include <stdint.h>#include <map>#include <string>#include "TrigMuonEvent/MuonFeatureContainer.h"#include "TrigInDetEvent/TrigInDetTrackCollection.h"#include "TrigMuonEvent/CombinedMuonFeatureContainer.h"Go to the source code of this file.
Classes | |
| class | CombinedMuonFeature |
Functions | |
| std::string | str (const CombinedMuonFeature &d) |
| Helper function for printing the object. | |
| MsgStream & | operator<< (MsgStream &m, const CombinedMuonFeature &d) |
| Helper operator for printing the object. | |
| bool | operator== (const CombinedMuonFeature &a, const CombinedMuonFeature &b) |
| Operator comparing two CombinedMuonFeature objects for equality. | |
| bool | operator!= (const CombinedMuonFeature &a, const CombinedMuonFeature &b) |
| Operator comparing two CombinedMuonFeature objects for inequality. | |
| void | diff (const CombinedMuonFeature &a, const CombinedMuonFeature &b, std::map< std::string, double > &variableChange) |
| Comparison with feedback. | |
| void diff | ( | const CombinedMuonFeature & | a, |
| const CombinedMuonFeature & | 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 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 |
Definition at line 212 of file CombinedMuonFeature.cxx.
|
inline |
Operator comparing two CombinedMuonFeature objects for inequality.
Definition at line 93 of file CombinedMuonFeature.h.
| MsgStream & operator<< | ( | MsgStream & | m, |
| const CombinedMuonFeature & | d ) |
Helper operator for printing the object.
Definition at line 186 of file CombinedMuonFeature.cxx.
| bool operator== | ( | const CombinedMuonFeature & | a, |
| const CombinedMuonFeature & | b ) |
Operator comparing two CombinedMuonFeature objects for equality.
Definition at line 191 of file CombinedMuonFeature.cxx.
| std::string str | ( | const CombinedMuonFeature & | d | ) |
Helper function for printing the object.
Definition at line 174 of file CombinedMuonFeature.cxx.