AliPhysics  d009c82 (d009c82)
AliEmcalJet.h File Reference
#include <vector>
#include <algorithm>
#include <utility>
#include <iosfwd>
#include <TArrayI.h>
#include <TMath.h>
#include <TClonesArray.h>
#include <TVector2.h>
#include <TLorentzVector.h>
#include <TString.h>
#include <AliVParticle.h>
#include <AliVCluster.h>
#include <AliVEvent.h>
#include "AliEmcalJetShapeProperties.h"
#include "AliEmcalClusterJetConstituent.h"
#include "AliEmcalParticleJetConstituent.h"
Include dependency graph for AliEmcalJet.h:

Go to the source code of this file.

Classes

class  AliEmcalJet
 Represent a jet reconstructed using the EMCal jet framework. More...
 
struct  AliEmcalJet::sort_descend
 Simple C structure to allow sorting in descending order. More...
 

Functions

std::ostream & operator<< (std::ostream &in, const AliEmcalJet &jet)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  in,
const AliEmcalJet myjet 
)

Implementation of the output stream operator for AliEmcalJet. Printing basic jet information provided by function toString

Parameters
inoutput stream
myjetJet which will be printed
Returns
Reference to the output stream

Definition at line 642 of file AliEmcalJet.cxx.