![]() |
![]() |
#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) |
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().
00070 { 00071 os << " SimG4HcalHitCluster:: E " << cluster.e() << " eta " << cluster.eta() 00072 << " phi " << cluster.phi(); 00073 return os; 00074 }