![]() |
ATLAS Offline Software
|
#include "AsgTools/AsgTool.h"#include <string>#include <vector>#include <sstream>#include <iomanip>#include "fastjet/PseudoJet.hh"#include "AthLinks/ElementLinkVector.h"#include "JetInterface/IJetExecuteTool.h"#include "xAODCaloEvent/CaloCluster.h"#include "xAODJet/Jet.h"#include "xAODMuon/MuonSegment.h"#include "xAODMuon/MuonSegmentContainer.h"#include "JetEDM/PseudoJetVector.h"#include "JetEDM/IConstituentUserInfo.h"Go to the source code of this file.
Classes | |
| class | JetDumper |
| Tool to dump jets to the log. More... | |
Namespaces | |
| namespace | xAOD |
| ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region. | |
Functions | |
| template<typename T, typename TMom> | |
| JetDumper::NameList | get_moment_keys (const T *pobj) |
| template<> | |
| JetDumper::NameList | get_moment_keys< xAOD::Jet, float > (const xAOD::Jet *pjet) |
| template<> | |
| JetDumper::NameList | get_moment_keys< xAOD::Jet, int > (const xAOD::Jet *pjet) |
| template<typename T> | |
| T & | const_cast_ptr (T &obj) |
| template<typename T> | |
| T * | const_cast_ptr (T *pobj) |
| T & const_cast_ptr | ( | T & | obj | ) |
Definition at line 363 of file JetDumper.h.
| T * const_cast_ptr | ( | T * | pobj | ) |
Definition at line 366 of file JetDumper.h.
| JetDumper::NameList get_moment_keys | ( | const T * | pobj | ) |
Definition at line 469 of file JetDumper.h.
| JetDumper::NameList get_moment_keys< xAOD::Jet, float > | ( | const xAOD::Jet * | pjet | ) |
| JetDumper::NameList get_moment_keys< xAOD::Jet, int > | ( | const xAOD::Jet * | pjet | ) |