CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/Validation/HcalHits/interface/SimG4HcalHitCluster.h File Reference

#include "SimDataFormats/CaloHit/interface/CaloHit.h"
#include <iostream>
#include <vector>

Go to the source code of this file.

Classes

class  SimG4HcalHitCluster

Functions

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

Function Documentation

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

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;
}