![]() |
ATLAS Offline Software
|
#include <vector>#include <iostream>#include <string>#include "FourMom/P4PtEtaPhiM.h"#include "Navigation/Navigable.h"#include "EventKernel/INavigable4Momentum.h"#include "TrigCaloEvent/TrigTauCluster.h"#include "TrigInDetEvent/TrigTauTracksInfo.h"#include "TrigInDetEvent/TrigInDetTrackCollection.h"#include "TrigParticle/TrigTauContainer.h"Go to the source code of this file.
Classes | |
| class | TrigTau |
| File: TrigTau.h. More... | |
Functions | |
| std::string | str (const TrigTau &tau) |
| Helper function for printing the object. | |
| MsgStream & | operator<< (MsgStream &m, const TrigTau &tau) |
| Helper operator for printing the object. | |
| bool | operator== (const TrigTau &left, const TrigTau &right) |
| Operator comparing two TrigTau objects for equality. | |
| bool | operator!= (const TrigTau &left, const TrigTau &right) |
| Operator comparing two TrigTau objects for inequality. | |
| void | diff (const TrigTau &left, const TrigTau &right, std::map< std::string, double > &varChange) |
| Comparison with feedback. | |
| void diff | ( | const TrigTau & | left, |
| const TrigTau & | right, | ||
| std::map< std::string, double > & | varChange ) |
Comparison with feedback.
Definition at line 155 of file TrigTau.cxx.
| MsgStream & operator<< | ( | MsgStream & | m, |
| const TrigTau & | tau ) |
Helper operator for printing the object.
Definition at line 125 of file TrigTau.cxx.
Operator comparing two TrigTau objects for equality.
Definition at line 131 of file TrigTau.cxx.
| std::string str | ( | const TrigTau & | tau | ) |
Helper function for printing the object.
Definition at line 107 of file TrigTau.cxx.