test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions | Variables
CaloG4Hit.h File Reference
#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

G4ThreadLocal G4Allocator
< CaloG4Hit > * 
fpCaloG4HitAllocator
 

Function Documentation

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

Definition at line 63 of file CaloG4Hit.cc.

References CaloG4Hit::getEM(), CaloG4Hit::getEntry(), CaloG4Hit::getEntryLocal(), CaloG4Hit::getHadr(), CaloG4Hit::getID(), CaloG4Hit::getIncidentEnergy(), CaloG4Hit::getPosition(), and MeV.

63  {
64  os << " Data of this CaloG4Hit are:" << "\n"
65  << " HitID: " << hit.getID() << "\n"
66  << " EnergyDeposit of EM particles = " << hit.getEM() << "\n"
67  << " EnergyDeposit of HD particles = " << hit.getHadr() << "\n"
68  << " Energy of primary particle = " << hit.getIncidentEnergy()/MeV
69  << " (MeV)"<< "\n"
70  << " Entry point in Calorimeter (global) : " << hit.getEntry()
71  << " (local) " << hit.getEntryLocal() << "\n"
72  << " Position of Hit (global) : " << hit.getPosition() << "\n"
73  << "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n";
74  return os;
75 }
const double MeV

Variable Documentation

G4ThreadLocal G4Allocator<CaloG4Hit>* fpCaloG4HitAllocator

Definition at line 10 of file CaloG4Hit.cc.

Referenced by CaloG4Hit::operator delete(), and CaloG4Hit::operator new().