#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.
◆ 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 >
◆ get_moment_keys< xAOD::Jet, float >()
◆ get_moment_keys< xAOD::Jet, int >()