ATLAS Offline Software
Typedefs | Functions
JetDumper.cxx File Reference
#include "JetRec/JetDumper.h"
#include "xAODCaloEvent/CaloClusterContainer.h"
#include "xAODJet/JetContainer.h"
#include "xAODTracking/VertexContainer.h"
#include "xAODMuon/MuonSegmentContainer.h"
#include <iostream>
Include dependency graph for JetDumper.cxx:

Go to the source code of this file.

Typedefs

using Name = JetDumper::Name
 
using NameList = JetDumper::NameList
 

Functions

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

Typedef Documentation

◆ Name

Definition at line 19 of file JetDumper.cxx.

◆ NameList

Definition at line 20 of file JetDumper.cxx.

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 }

◆ 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 }
empty
bool empty(TH1 *h)
Definition: computils.cxx:294
NameList
IJetConstituentsRetriever::NameList NameList
Definition: JetConstituentsRetriever.cxx:22