#include <Riosfwd.h>
#include <vector>
#include <algorithm>
#include <utility>
#include <TArrayS.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"
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 694 of file AliEmcalJet.cxx.