#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"
Go to the source code of this file.
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
-
in | output stream |
myjet | Jet which will be printed |
- Returns
- Reference to the output stream
Definition at line 642 of file AliEmcalJet.cxx.