CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
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.

9  {
10  if(!out) return out;
11  cout<<"jet "<<jet.fVecIndexes.size()<<" particles, E_T = "<<jet.fMomentum.Et()<<" eta/phi "
12  <<jet.fMomentum.Eta()<<" "<<jet.fMomentum.Phi();
13  return out;
14 }
tuple out
Definition: dbtoconf.py:99
std::vector< int > fVecIndexes
tuple cout
Definition: gather_cfg.py:121
TLorentzVector fMomentum