Go to the source code of this file.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const FiberG4Hit & |
hit |
|
) |
| |
Definition at line 38 of file FiberG4Hit.cc.
39 os <<
" Data of this FiberG4Hit are:\n"
40 <<
" TowerId ID: " <<
hit.towerId() <<
"\n"
41 <<
" Depth : " <<
hit.depth() <<
"\n"
42 <<
" Track ID : " <<
hit.trackId() <<
"\n"
43 <<
" Nb. of Cerenkov Photons : " <<
hit.npe() <<
"\n"
44 <<
" Time :" <<
hit.time() <<
" at " <<
hit.hitPos() <<
"\n"
45 <<
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n";
◆ fFiberG4HitAllocator
G4ThreadLocal G4Allocator<FiberG4Hit>* fFiberG4HitAllocator = nullptr |