CMS 3D CMS Logo

Classes | Functions
CaloGVHit.h File Reference
#include "SimG4CMS/Calo/interface/CaloHitID.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "DataFormats/Math/interface/Point3D.h"
#include <iostream>

Go to the source code of this file.

Classes

class  CaloGVHit
 
class  CaloGVHitEqual
 
class  CaloGVHitLess
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 36 of file CaloGVHit.cc.

36  {
37  os << " Data of this CaloGVHit are:"
38  << " EventID: " << hit.getEventID() << " HitID: " << hit.getID() << " EnergyDeposit (EM): " << hit.getEM()
39  << " (Had): " << hit.getHadr() << "\n";
40  return os;
41 }