#include "SimG4CMS/Calo/interface/CaloHitID.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "DataFormats/Math/interface/Point3D.h"
#include <iostream>
#include "G4Allocator.hh"
#include "G4VHit.hh"
Go to the source code of this file.
Classes | |
class | CaloG4Hit |
class | CaloG4HitEqual |
class | CaloG4HitLess |
Functions | |
std::ostream & | operator<< (std::ostream &, const CaloG4Hit &) |
Variables | |
G4Allocator< CaloG4Hit > | CaloG4HitAllocator |
std::ostream& operator<< | ( | std::ostream & | , |
const CaloG4Hit & | |||
) |
Definition at line 61 of file CaloG4Hit.cc.
References CaloG4Hit::getEM(), CaloG4Hit::getEntry(), CaloG4Hit::getEntryLocal(), CaloG4Hit::getHadr(), CaloG4Hit::getID(), CaloG4Hit::getIncidentEnergy(), and CaloG4Hit::getPosition().
{ os << " Data of this CaloG4Hit are:" << "\n" << " HitID: " << hit.getID() << "\n" << " EnergyDeposit of EM particles = " << hit.getEM() << "\n" << " EnergyDeposit of HD particles = " << hit.getHadr() << "\n" << " Energy of primary particle = " << hit.getIncidentEnergy()/MeV << " (MeV)"<< "\n" << " Entry point in Calorimeter (global) : " << hit.getEntry() << " (local) " << hit.getEntryLocal() << "\n" << " Position of Hit (global) : " << hit.getPosition() << "\n" << "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n"; return os; }
G4Allocator<CaloG4Hit> CaloG4HitAllocator |
Definition at line 8 of file CaloG4Hit.cc.
Referenced by CaloG4Hit::operator delete(), and CaloG4Hit::operator new().