CMS 3D CMS Logo

Functions
FP420G4Hit.cc File Reference
#include "SimG4CMS/FP420/interface/FP420G4Hit.h"
#include <iostream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const FP420G4Hit &hit)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const FP420G4Hit hit 
)

Definition at line 176 of file FP420G4Hit.cc.

References FP420G4Hit::getEM(), FP420G4Hit::getEnergyDeposit(), FP420G4Hit::getEnergyLoss(), FP420G4Hit::getEntry(), FP420G4Hit::getEntryLocalP(), FP420G4Hit::getExitLocalP(), FP420G4Hit::getHadr(), FP420G4Hit::getIncidentEnergy(), FP420G4Hit::getPabs(), FP420G4Hit::getParentId(), FP420G4Hit::getParticleType(), FP420G4Hit::getPhiAtEntry(), FP420G4Hit::getThetaAtEntry(), FP420G4Hit::getTimeSlice(), FP420G4Hit::getTimeSliceID(), FP420G4Hit::getTof(), FP420G4Hit::getTrackID(), FP420G4Hit::getUnitID(), FP420G4Hit::getVx(), FP420G4Hit::getVy(), FP420G4Hit::getVz(), FP420G4Hit::getX(), FP420G4Hit::getY(), and FP420G4Hit::getZ().

176  {
177  os << " Data of this FP420G4Hit are:" << std::endl
178  << " hitEntryLocalP: " << hit.getEntryLocalP() << std::endl
179  << " hitExitLocalP: " << hit.getExitLocalP() << std::endl
180  << " Time slice ID: " << hit.getTimeSliceID() << std::endl
181  << " Time slice : " << hit.getTimeSlice() << std::endl
182  << " Tof : " << hit.getTof() << std::endl
183  << " EnergyDeposit = " << hit.getEnergyDeposit() << std::endl
184  << " elmenergy = " << hit.getEM() << std::endl
185  << " hadrenergy = " << hit.getHadr() << std::endl
186  << " EnergyLoss = " << hit.getEnergyLoss() << std::endl
187  << " ParticleType = " << hit.getParticleType() << std::endl
188  << " ParticleType = " << hit.getParticleType() << std::endl
189  << " Theta at Entry = " << hit.getThetaAtEntry() << std::endl
190  << " Phi at Entry = " << hit.getPhiAtEntry() << std::endl
191  << " X at Entry = " << hit.getX() << std::endl
192  << " Y at Entry = " << hit.getY() << std::endl
193  << " Z at Entry = " << hit.getZ() << std::endl
194  << " VtxX = " << hit.getVx() << std::endl
195  << " VtxY = " << hit.getVy() << std::endl
196  << " VtxZ = " << hit.getVz() << std::endl
197  << " parentID = " << hit.getParentId() << std::endl
198  << " Pabs = " << hit.getPabs() << std::endl
199  << " Energy of primary particle (ID = " << hit.getTrackID() << ") = " << hit.getIncidentEnergy() << " (MeV)"
200  << std::endl
201  << " Entry point in FP420 unit number " << hit.getUnitID() << " is: " << hit.getEntry() << " (mm)" << std::endl;
202  os << "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" << std::endl;
203  return os;
204 }
double getEnergyDeposit() const
Definition: FP420G4Hit.cc:136
float getTof() const
Definition: FP420G4Hit.cc:139
G4ThreeVector getExitLocalP() const
Definition: FP420G4Hit.cc:109
float getVz() const
Definition: FP420G4Hit.cc:173
float getPabs() const
Definition: FP420G4Hit.cc:138
unsigned int getTrackID() const
Definition: FP420G4Hit.cc:121
float getVx() const
Definition: FP420G4Hit.cc:167
float getPhiAtEntry() const
Definition: FP420G4Hit.cc:150
int getParentId() const
Definition: FP420G4Hit.cc:164
unsigned int getUnitID() const
Definition: FP420G4Hit.cc:124
float getVy() const
Definition: FP420G4Hit.cc:170
double getIncidentEnergy() const
Definition: FP420G4Hit.cc:118
double getHadr() const
Definition: FP420G4Hit.cc:115
G4ThreeVector getEntryLocalP() const
Definition: FP420G4Hit.cc:106
float getX() const
Definition: FP420G4Hit.cc:155
float getEnergyLoss() const
Definition: FP420G4Hit.cc:140
int getTimeSliceID() const
Definition: FP420G4Hit.cc:129
int getParticleType() const
Definition: FP420G4Hit.cc:141
double getEM() const
Definition: FP420G4Hit.cc:112
G4ThreeVector getEntry() const
Definition: FP420G4Hit.cc:103
float getY() const
Definition: FP420G4Hit.cc:158
double getTimeSlice() const
Definition: FP420G4Hit.cc:127
float getZ() const
Definition: FP420G4Hit.cc:161
float getThetaAtEntry() const
Definition: FP420G4Hit.cc:149