CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoParticleFlow/PFRootEvent/src/PFJetAlgorithm.cc File Reference

#include "../interface/PFJetAlgorithm.h"
#include <iostream>
#include <set>
#include <TVector2.h>

Go to the source code of this file.

Functions

ostream & operator<< (ostream &out, const PFJetAlgorithm::Jet &jet)

Function Documentation

ostream& operator<< ( ostream &  out,
const PFJetAlgorithm::Jet jet 
)

Definition at line 9 of file PFJetAlgorithm.cc.

References gather_cfg::cout, PFJetAlgorithm::Jet::fMomentum, PFJetAlgorithm::Jet::fVecIndexes, and dbtoconf::out.

                                                                {
  if(!out) return out;
  cout<<"jet "<<jet.fVecIndexes.size()<<" particles, E_T = "<<jet.fMomentum.Et()<<" eta/phi "
      <<jet.fMomentum.Eta()<<" "<<jet.fMomentum.Phi();
  return out;
}