streaming class for TelescopeSimData_ROOT More...
#include "io/TelescopeSimData_ROOT.h"
Public Member Functions | |
ClassDefNV (TelescopeSimData_ROOT, DONT_CHANGE_THIS_NUMBER) | |
void | operator>> (fevt::TelescopeSimData &sim) const |
TelescopeSimData_ROOT () | |
TelescopeSimData_ROOT (const fevt::TelescopeSimData &sim) | |
Public Attributes | |
std::string | fConfigSignatureStr |
TraceD_ROOT | fDistanceTrace |
int | fNFltPixels = 0 |
int | fNFltPixelsFromBackground = 0 |
int | fNFltPixelsFromShower = 0 |
int | fNPixelWithShowerLight = 0 |
int | fNReadOutPixels = 0 |
int | fNumberOfPhotonBins = 0 |
std::map< int, MultiTraceD_ROOT > | fPhotonTraces |
int | fSltTimeShift = 0 |
int | fSltTriggerTime = 0 |
TimeStamp_ROOT | fTimeStamp |
streaming class for TelescopeSimData_ROOT
Definition at line 29 of file TelescopeSimData_ROOT.h.
|
inline |
Definition at line 32 of file TelescopeSimData_ROOT.h.
TelescopeSimData_ROOT::TelescopeSimData_ROOT | ( | const fevt::TelescopeSimData & | sim | ) |
Definition at line 9 of file TelescopeSimData_ROOT.cc.
io::TelescopeSimData_ROOT::ClassDefNV | ( | TelescopeSimData_ROOT | , |
DONT_CHANGE_THIS_NUMBER | |||
) |
void TelescopeSimData_ROOT::operator>> | ( | fevt::TelescopeSimData & | sim | ) | const |
Definition at line 34 of file TelescopeSimData_ROOT.cc.
References io::TimeStamp_ROOT::Convert(), io::Trace_ROOT< T >::fArray, fConfigSignatureStr, fDistanceTrace, fNFltPixels, fNFltPixelsFromBackground, fNFltPixelsFromShower, fNPixelWithShowerLight, fNReadOutPixels, fNumberOfPhotonBins, fPhotonTraces, fSltTimeShift, fSltTriggerTime, fTimeStamp, fevt::TelescopeSimData::GetDistanceTrace(), fevt::TelescopeSimData::GetPhotonTrace(), fevt::TelescopeSimData::MakeDistanceTrace(), fevt::TelescopeSimData::MakePhotonTrace(), fevt::TelescopeSimData::SetConfigSignatureStr(), fevt::TelescopeSimData::SetNumberOfFltPixels(), fevt::TelescopeSimData::SetNumberOfFltPixelsFromBackground(), fevt::TelescopeSimData::SetNumberOfFltPixelsFromShower(), fevt::TelescopeSimData::SetNumberOfPhotonBins(), fevt::TelescopeSimData::SetNumberOfPixelsWithShowerPhotons(), fevt::TelescopeSimData::SetNumberOfReadOutPixels(), fevt::TelescopeSimData::SetPhotonsStartTime(), fevt::TelescopeSimData::SetSltTimeShift(), and fevt::TelescopeSimData::SetSltTriggerTime().
std::string io::TelescopeSimData_ROOT::fConfigSignatureStr |
Definition at line 51 of file TelescopeSimData_ROOT.h.
Referenced by operator>>().
TraceD_ROOT io::TelescopeSimData_ROOT::fDistanceTrace |
Definition at line 41 of file TelescopeSimData_ROOT.h.
Referenced by operator>>().
int io::TelescopeSimData_ROOT::fNFltPixels = 0 |
Definition at line 43 of file TelescopeSimData_ROOT.h.
Referenced by operator>>().
int io::TelescopeSimData_ROOT::fNFltPixelsFromBackground = 0 |
Definition at line 45 of file TelescopeSimData_ROOT.h.
Referenced by operator>>().
int io::TelescopeSimData_ROOT::fNFltPixelsFromShower = 0 |
Definition at line 44 of file TelescopeSimData_ROOT.h.
Referenced by operator>>().
int io::TelescopeSimData_ROOT::fNPixelWithShowerLight = 0 |
Definition at line 46 of file TelescopeSimData_ROOT.h.
Referenced by operator>>().
int io::TelescopeSimData_ROOT::fNReadOutPixels = 0 |
Definition at line 47 of file TelescopeSimData_ROOT.h.
Referenced by operator>>().
int io::TelescopeSimData_ROOT::fNumberOfPhotonBins = 0 |
Definition at line 39 of file TelescopeSimData_ROOT.h.
Referenced by operator>>().
std::map<int, MultiTraceD_ROOT> io::TelescopeSimData_ROOT::fPhotonTraces |
Definition at line 40 of file TelescopeSimData_ROOT.h.
Referenced by operator>>().
int io::TelescopeSimData_ROOT::fSltTimeShift = 0 |
Definition at line 49 of file TelescopeSimData_ROOT.h.
Referenced by operator>>().
int io::TelescopeSimData_ROOT::fSltTriggerTime = 0 |
Definition at line 48 of file TelescopeSimData_ROOT.h.
Referenced by operator>>().
TimeStamp_ROOT io::TelescopeSimData_ROOT::fTimeStamp |
Definition at line 38 of file TelescopeSimData_ROOT.h.
Referenced by operator>>().