Go to the source code of this file.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const HFShowerG4Hit & |
hit |
|
) |
| |
Definition at line 37 of file HFShowerG4Hit.cc.
38 os <<
" Data of this HFShowerG4Hit: ID " <<
hit.hitId() <<
" Track ID " <<
hit.trackId() <<
" Edep " <<
hit.edep()
39 <<
" Time " <<
hit.time() <<
" Position (Local) " <<
hit.localPosition() <<
", " 40 <<
" (Global) " <<
hit.globalPosition() <<
" Momentum " <<
hit.primaryMomDir() <<
"\n";
◆ fHFShowerG4HitAllocator
G4ThreadLocal G4Allocator<HFShowerG4Hit>* fHFShowerG4HitAllocator = nullptr |