ROOT streamer implementation for utl::Point. More...
#include "io/Point_ROOT.h"
Public Member Functions | |
ClassDefNV (Point_ROOT, DONT_CHANGE_THIS_NUMBER) | |
utl::Point | Convert () const |
void | operator>> (utl::Point &p) const |
Point_ROOT () | |
Point_ROOT (const utl::Point &p) | |
Public Attributes | |
TVector3 | fPoint |
ROOT streamer implementation for utl::Point.
Definition at line 25 of file Point_ROOT.h.
|
inline |
Definition at line 27 of file Point_ROOT.h.
Point_ROOT::Point_ROOT | ( | const utl::Point & | p | ) |
Definition at line 9 of file Point_ROOT.cc.
References fPoint.
io::Point_ROOT::ClassDefNV | ( | Point_ROOT | , |
DONT_CHANGE_THIS_NUMBER | |||
) |
|
inline |
Definition at line 31 of file Point_ROOT.h.
References G4StationSimulatorOG::p.
Referenced by io::ShowerMRecData_ROOT::operator>>(), io::ShowerUnivRecData_ROOT::operator>>(), io::ShowerFRecData_ROOT::operator>>(), io::RadioSimulation_ROOT::operator>>(), and io::ShowerRecData_ROOT::operator>>().
void Point_ROOT::operator>> | ( | utl::Point & | p | ) | const |
Definition at line 18 of file Point_ROOT.cc.
References fPoint.
TVector3 io::Point_ROOT::fPoint |
Definition at line 34 of file Point_ROOT.h.
Referenced by operator>>(), and Point_ROOT().