streamer for utl::Photon More...
#include "io/Photon_ROOT.h"
Public Member Functions | |
ClassDefNV (Photon_ROOT, DONT_CHANGE_THIS_NUMBER) | |
void | operator>> (utl::Photon &photon) |
Photon_ROOT () | |
Photon_ROOT (const utl::Photon &photon) | |
Public Attributes | |
Vector_ROOT | fDirection |
Point_ROOT | fPosition |
int | fSource = 0 |
double | fTime = 0 |
double | fWavelength = 0 |
double | fWeight = 0 |
|
inline |
Definition at line 28 of file Photon_ROOT.h.
Photon_ROOT::Photon_ROOT | ( | const utl::Photon & | photon | ) |
Definition at line 12 of file Photon_ROOT.cc.
io::Photon_ROOT::ClassDefNV | ( | Photon_ROOT | , |
DONT_CHANGE_THIS_NUMBER | |||
) |
void Photon_ROOT::operator>> | ( | utl::Photon & | photon | ) |
Definition at line 23 of file Photon_ROOT.cc.
References fDirection, fPosition, fSource, fTime, fWavelength, fWeight, utl::Photon::SetDirection(), utl::Photon::SetPosition(), utl::Photon::SetSource(), utl::Photon::SetTime(), utl::Photon::SetWavelength(), and utl::Photon::SetWeight().
Vector_ROOT io::Photon_ROOT::fDirection |
Definition at line 39 of file Photon_ROOT.h.
Referenced by operator>>().
Point_ROOT io::Photon_ROOT::fPosition |
Definition at line 38 of file Photon_ROOT.h.
Referenced by operator>>().
int io::Photon_ROOT::fSource = 0 |
Definition at line 35 of file Photon_ROOT.h.
Referenced by operator>>().
double io::Photon_ROOT::fTime = 0 |
Definition at line 41 of file Photon_ROOT.h.
Referenced by operator>>().
double io::Photon_ROOT::fWavelength = 0 |
Definition at line 36 of file Photon_ROOT.h.
Referenced by operator>>().
double io::Photon_ROOT::fWeight = 0 |
Definition at line 34 of file Photon_ROOT.h.
Referenced by operator>>().