#include "SimG4CMS/ShowerLibraryProducer/interface/FiberG4Hit.h"
#include <iostream>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const FiberG4Hit &hit) |
Variables | |
G4Allocator< FiberG4Hit > | FiberG4HitAllocator |
std::ostream& operator<< | ( | std::ostream & | os, |
const FiberG4Hit & | hit | ||
) |
Definition at line 44 of file FiberG4Hit.cc.
References FiberG4Hit::depth(), FiberG4Hit::hitPos(), FiberG4Hit::npe(), FiberG4Hit::time(), FiberG4Hit::towerId(), and FiberG4Hit::trackId().
{ os << " Data of this FiberG4Hit are:\n" << " TowerId ID: " << hit.towerId() << "\n" << " Depth : " << hit.depth() << "\n" << " Track ID : " << hit.trackId() << "\n" << " Nb. of Cerenkov Photons : " << hit.npe() << "\n" << " Time :" << hit.time() << " at " << hit.hitPos() << "\n" << "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n"; return os; }
G4Allocator<FiberG4Hit> FiberG4HitAllocator |
Definition at line 5 of file FiberG4Hit.cc.
Referenced by FiberG4Hit::operator delete(), and FiberG4Hit::operator new().