ATLAS Offline Software
Loading...
Searching...
No Matches
PseudoJetContainer.cxx File Reference
#include "JetRec/PseudoJetContainer.h"
#include "JetRec/IConstituentExtractor.h"
#include "JetEDM/VertexIndexedConstituentUserInfo.h"
#include <map>
#include "xAODJet/Jet.h"
#include "fastjet/PseudoJet.hh"
#include "JetRec/LineFormatter.h"
#include <sstream>
#include <ios>
#include <iostream>
#include <exception>

Go to the source code of this file.

Functions

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

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}