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. More... | |
MsgStream & | operator<< (MsgStream &m, const TrigTau &tau) |
Helper operator for printing the object. More... | |
bool | operator== (const TrigTau &left, const TrigTau &right) |
Operator comparing two TrigTau objects for equality. More... | |
bool | operator!= (const TrigTau &left, const TrigTau &right) |
Operator comparing two TrigTau objects for inequality. More... | |
void | diff (const TrigTau &left, const TrigTau &right, std::map< std::string, double > &varChange) |
Comparison with feedback. More... | |
void diff | ( | const TrigTau & | left, |
const TrigTau & | right, | ||
std::map< std::string, double > & | varChange | ||
) |
Helper operator for printing the object.
Definition at line 124 of file TrigTau.cxx.