ATLAS Offline Software
Loading...
Searching...
No Matches
JetDumper.cxx File Reference
Include dependency graph for JetDumper.cxx:

Go to the source code of this file.

Typedefs

using Name = JetDumper::Name
using NameList = JetDumper::NameList
typedef Jet_v1 Jet
 Definition of the current "jet version".
typedef std::vector< fastjet::PseudoJet > PseudoJetVector

Functions

template<>
JetDumper::NameList get_moment_keys< Jet, float > (const Jet *pjet)
template<>
JetDumper::NameList get_moment_keys< Jet, int > (const Jet *)

Typedef Documentation

◆ Jet

typedef Jet_v1 xAOD::Jet

Definition of the current "jet version".

Definition at line 17 of file Event/xAOD/xAODJet/xAODJet/Jet.h.

◆ Name

Definition at line 19 of file JetDumper.cxx.

◆ NameList

Definition at line 20 of file JetDumper.cxx.

◆ PseudoJetVector

typedef std::vector<fastjet::PseudoJet> jet::PseudoJetVector

Definition at line 21 of file PseudoJetVector.h.

Function Documentation

◆ get_moment_keys< Jet, float >()

template<>
JetDumper::NameList get_moment_keys< Jet, float > ( const Jet * pjet)

Definition at line 49 of file JetDumper.cxx.

49 {
50 static const NameList empty;
51 if ( pjet == nullptr ) return empty;
52 return empty;
53}
IJetConstituentsRetriever::NameList NameList
static const Attributes_t empty

◆ get_moment_keys< Jet, int >()

template<>
JetDumper::NameList get_moment_keys< Jet, int > ( const Jet * )

Definition at line 56 of file JetDumper.cxx.

57 {
58 return {};
59}