ATLAS Offline Software
|
#include <vector>
#include <iostream>
#include <string>
#include "FourMom/P4PtEtaPhiM.h"
#include "Navigation/Navigable.h"
#include "EventKernel/INavigable4Momentum.h"
#include "AthLinks/ElementLink.h"
#include "TrigCaloEvent/TrigEMClusterContainer.h"
Go to the source code of this file.
Classes | |
class | TrigPhoton |
File: TrigPhoton.h. More... | |
Functions | |
bool | operator== (const TrigPhoton &tp1, const TrigPhoton &tp2) |
comparison operators More... | |
bool | operator!= (const TrigPhoton &tp1, const TrigPhoton &tp2) |
void | diff (const TrigPhoton &tp1, const TrigPhoton &tp2, std::map< std::string, double > &v_diff) |
Function compares two objects and returns "semi verbose" output in the form of map v_diff where varaible names and relative differences between two objects are returned. More... | |
MsgStream & | operator<< (MsgStream &msg, const TrigPhoton &tp) |
overloaded << opetrator to print TrigPhoton quantities More... | |
void diff | ( | const TrigPhoton & | tp1, |
const TrigPhoton & | tp2, | ||
std::map< std::string, double > & | v_diff | ||
) |
Function compares two objects and returns "semi verbose" output in the form of map v_diff where varaible names and relative differences between two objects are returned.
Definition at line 260 of file TrigPhoton.cxx.
|
inline |
Definition at line 165 of file Trigger/TrigEvent/TrigParticle/TrigParticle/TrigPhoton.h.
MsgStream& operator<< | ( | MsgStream & | msg, |
const TrigPhoton & | tp | ||
) |
overloaded << opetrator to print TrigPhoton quantities
overloaded << opetrator to print TrigPhoton quantities
Definition at line 284 of file TrigPhoton.cxx.
bool operator== | ( | const TrigPhoton & | tp1, |
const TrigPhoton & | tp2 | ||
) |