ATLAS Offline Software
Loading...
Searching...
No Matches
IConstituentExtractor.h File Reference
#include "fastjet/PseudoJet.hh"
#include "xAODJet/Jet.h"
#include <string>
#include <vector>
#include <ostream>
Include dependency graph for IConstituentExtractor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IConstituentExtractor

Functions

std::ostream & operator<< (std::ostream &os, const IConstituentExtractor *e)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const IConstituentExtractor * e )

Definition at line 8 of file IConstituentExtractor.cxx.

8 {
9 os << e->toString(0);
10 return os;
11}