PixelSimData Class being actually streamed when using ROOT IO. More...
#include <PixelSimData_ROOT.h>
Public Member Functions | |
ClassDefNV (PixelSimData_ROOT, DONT_CHANGE_THIS_NUMBER) | |
void | operator>> (fevt::PixelSimData &p) const |
PixelSimData_ROOT () | |
PixelSimData_ROOT (const fevt::PixelSimData &p) | |
Public Attributes | |
int | fBoxcarsumMax = 0 |
double | fBoxcarsumMean = 0 |
double | fBoxcarsumRms = 0 |
int | fFltDuration = 0 |
int | fFltTime = 0 |
double | fMean = 0 |
double | fMeanBgPhotonFlux = 0 |
int | fNumSamples = 0 |
MultiTraceD_ROOT | fPhotonTrace |
double | fRMS = 0 |
int | fThreshold = 0 |
PixelSimData Class being actually streamed when using ROOT IO.
Definition at line 23 of file PixelSimData_ROOT.h.
|
inline |
Definition at line 26 of file PixelSimData_ROOT.h.
PixelSimData_ROOT::PixelSimData_ROOT | ( | const fevt::PixelSimData & | p | ) |
Definition at line 10 of file PixelSimData_ROOT.cc.
io::PixelSimData_ROOT::ClassDefNV | ( | PixelSimData_ROOT | , |
DONT_CHANGE_THIS_NUMBER | |||
) |
void PixelSimData_ROOT::operator>> | ( | fevt::PixelSimData & | p | ) | const |
Definition at line 26 of file PixelSimData_ROOT.cc.
References fBoxcarsumMax, fBoxcarsumMean, fBoxcarsumRms, fFltDuration, fFltTime, fMean, fMeanBgPhotonFlux, fNumSamples, fPhotonTrace, fRMS, fThreshold, io::MultiTrace_ROOT< T >::fTraces, fevt::PixelSimData::MakePhotonTrace(), fevt::PixelSimData::SetFltDuration(), fevt::PixelSimData::SetFltTime(), fevt::PixelSimData::SetMaxBoxcarsum(), fevt::PixelSimData::SetMean(), fevt::PixelSimData::SetMeanBgPhotonFlux(), fevt::PixelSimData::SetMeanBoxcarsum(), fevt::PixelSimData::SetNumSamples(), fevt::PixelSimData::SetRMS(), fevt::PixelSimData::SetRmsBoxcarsum(), and fevt::PixelSimData::SetThreshold().
int io::PixelSimData_ROOT::fBoxcarsumMax = 0 |
Definition at line 38 of file PixelSimData_ROOT.h.
Referenced by operator>>().
double io::PixelSimData_ROOT::fBoxcarsumMean = 0 |
Definition at line 39 of file PixelSimData_ROOT.h.
Referenced by operator>>().
double io::PixelSimData_ROOT::fBoxcarsumRms = 0 |
Definition at line 40 of file PixelSimData_ROOT.h.
Referenced by operator>>().
int io::PixelSimData_ROOT::fFltDuration = 0 |
Definition at line 42 of file PixelSimData_ROOT.h.
Referenced by operator>>().
int io::PixelSimData_ROOT::fFltTime = 0 |
Definition at line 41 of file PixelSimData_ROOT.h.
Referenced by operator>>().
double io::PixelSimData_ROOT::fMean = 0 |
Definition at line 34 of file PixelSimData_ROOT.h.
Referenced by operator>>().
double io::PixelSimData_ROOT::fMeanBgPhotonFlux = 0 |
Definition at line 37 of file PixelSimData_ROOT.h.
Referenced by operator>>().
int io::PixelSimData_ROOT::fNumSamples = 0 |
Definition at line 33 of file PixelSimData_ROOT.h.
Referenced by operator>>().
MultiTraceD_ROOT io::PixelSimData_ROOT::fPhotonTrace |
Definition at line 32 of file PixelSimData_ROOT.h.
Referenced by operator>>().
double io::PixelSimData_ROOT::fRMS = 0 |
Definition at line 35 of file PixelSimData_ROOT.h.
Referenced by operator>>().
int io::PixelSimData_ROOT::fThreshold = 0 |
Definition at line 36 of file PixelSimData_ROOT.h.
Referenced by operator>>().