ATLAS Offline Software
|
Converter for Hep3Vector
to Point3D<double>
.
More...
Public Member Functions | |
PointConverter () | |
Constructor. More... | |
virtual void | operator() (TBuffer &b, void *pmember, Int_t size=0) |
Run the streamer. More... | |
Private Attributes | |
TClass * | m_cl |
Hold the class for Hep3Vector . More... | |
Converter for Hep3Vector
to Point3D<double>
.
Definition at line 32 of file CLHEPConverters.cxx.
DataModelAthenaPool::PointConverter::PointConverter | ( | ) |
Constructor.
Definition at line 58 of file CLHEPConverters.cxx.
|
virtual |
Run the streamer.
b | Buffer from which to read. |
pmember | Pointer to the object into which to read. |
size | Number of instances to read. |
Definition at line 71 of file CLHEPConverters.cxx.
|
private |
Hold the class for Hep3Vector
.
Definition at line 51 of file CLHEPConverters.cxx.