#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.
|
| namespace | xAOD |
| | ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
|
◆ const_cast_ptr() [1/2]
template<typename T>
| T & const_cast_ptr |
( |
T & | obj | ) |
|
◆ const_cast_ptr() [2/2]
template<typename T>
| T * const_cast_ptr |
( |
T * | pobj | ) |
|
Definition at line 366 of file JetDumper.h.
366{ return const_cast<T*>(pobj); }
◆ get_moment_keys()
template<typename T, typename TMom>
Definition at line 469 of file JetDumper.h.
469 {
471}
std::vector< Name > NameList
◆ get_moment_keys< xAOD::Jet, float >()
◆ get_moment_keys< xAOD::Jet, int >()