CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/Validation/HcalHits/src/SimG4HcalHitCluster.cc File Reference

#include "Validation/HcalHits/interface/SimG4HcalHitCluster.h"
#include "CLHEP/Vector/LorentzVector.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const SimG4HcalHitCluster &cluster)

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const SimG4HcalHitCluster cluster 
)

Definition at line 70 of file SimG4HcalHitCluster.cc.

References SimG4HcalHitCluster::e(), SimG4HcalHitCluster::eta(), and SimG4HcalHitCluster::phi().

                                                                          {
  os << " SimG4HcalHitCluster:: E " << cluster.e() << "  eta " << cluster.eta()
     << "  phi " << cluster.phi();
  return os;
}