ROOT wise implementation of streaming for class LaserData. More...
#include "io/LaserData_ROOT.h"
Public Member Functions | |
| ClassDefNV (LaserData_ROOT, 1) | |
| LaserData_ROOT () | |
| LaserData_ROOT (const evt::LaserData &ld) | |
| void | operator>> (evt::LaserData &ld) const |
Public Attributes | |
| double | fLaserWavelength = 0 |
| bool | fPolarizationStatus = false |
| Vector_ROOT | fPolarizationVector |
ROOT wise implementation of streaming for class LaserData.
Definition at line 24 of file LaserData_ROOT.h.
|
inline |
Definition at line 26 of file LaserData_ROOT.h.
| LaserData_ROOT::LaserData_ROOT | ( | const evt::LaserData & | ld | ) |
Definition at line 11 of file LaserData_ROOT.cc.
| io::LaserData_ROOT::ClassDefNV | ( | LaserData_ROOT | , |
| 1 | |||
| ) |
| void LaserData_ROOT::operator>> | ( | evt::LaserData & | ld | ) | const |
Definition at line 19 of file LaserData_ROOT.cc.
References io::Vector_ROOT::Convert(), fLaserWavelength, fPolarizationStatus, fPolarizationVector, evt::LaserData::SetLaserWavelength(), evt::LaserData::SetPolarizationStatus(), and evt::LaserData::SetPolarizationVector().
| double io::LaserData_ROOT::fLaserWavelength = 0 |
Definition at line 32 of file LaserData_ROOT.h.
Referenced by operator>>().
| bool io::LaserData_ROOT::fPolarizationStatus = false |
Definition at line 33 of file LaserData_ROOT.h.
Referenced by operator>>().
| Vector_ROOT io::LaserData_ROOT::fPolarizationVector |
Definition at line 34 of file LaserData_ROOT.h.
Referenced by operator>>().