AliPhysics  6625ba5 (6625ba5)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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:
This graph shows which files directly or indirectly include this file:

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.