LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Namespaces | |
genf | |
Generic Interface to magnetic fields in GENFIT. | |
Classes | |
class | GFException |
Exception class for error handling in GENFIT (provides storage for diagnostic information) More... | |
class | GFAbsRecoHitProducer |
Abstract interface class for GFRecoHitProducer. More... | |
class | GFRecoHitProducer< hit_T, recoHit_T > |
Template class for a hit producer module. More... | |
template<class ROOTOBJ > | |
void | genf::PrintROOTobject (std::ostream &, const ROOTOBJ &) |
Small utility functions which print some ROOT objects into an output stream. More... | |
template<typename T > | |
void | genf::PrintROOTmatrix (std::ostream &out, const TMatrixT< T > &m) |
Small utility functions which print some ROOT objects into an output stream. More... | |
template<> | |
void | genf::PrintROOTobject (std::ostream &, const TVector3 &v) |
Small utility functions which print some ROOT objects into an output stream. More... | |
void genf::PrintROOTmatrix | ( | std::ostream & | out, |
const TMatrixT< T > & | m | ||
) |
Small utility functions which print some ROOT objects into an output stream.
Definition at line 133 of file GFException.h.
References r.
Referenced by genf::GFAbsTrackRep::Print(), and GFException::quiet().
void genf::PrintROOTobject | ( | std::ostream & | , |
const ROOTOBJ & | obj | ||
) |
Small utility functions which print some ROOT objects into an output stream.
Definition at line 127 of file GFException.h.
Referenced by genf::RKTrackRep::extrapolate(), genf::GFTrack::fillGeoTrack(), genf::GFTrackCand::Print(), and genf::GFAbsRecoHit::Print().
void genf::PrintROOTobject | ( | std::ostream & | out, |
const TVector3 & | v | ||
) |
Small utility functions which print some ROOT objects into an output stream.
Definition at line 93 of file GFException.cxx.
Referenced by GFException::quiet(), and genf::ROOTobjectToString().