ATLAS Offline Software
Loading...
Searching...
No Matches
PseudoJetContainer.h File Reference
#include "fastjet/PseudoJet.hh"
#include "xAODJet/Jet.h"
#include "JetRec/IConstituentExtractor.h"
#include "xAODTracking/VertexContainer.h"
#include <vector>
#include <string>
#include <set>
#include <memory>
#include "xAODCore/CLASS_DEF.h"
Include dependency graph for PseudoJetContainer.h:

Go to the source code of this file.

Classes

class  PseudoJetContainer
struct  PseudoJetContainer::ExtractorRange

Typedefs

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

Functions

std::ostream & operator<< (std::ostream &, const PseudoJetContainer &)

Typedef Documentation

◆ PseudoJetVector

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

Definition at line 46 of file PseudoJetContainer.h.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const PseudoJetContainer & c )

Definition at line 446 of file PseudoJetContainer.cxx.

446 {
447 os << c.toString(0);
448 return os;
449}