#include <Processor.h>
Public Member Functions | |
Get4Rec () | |
Data Fields | |
bool | used |
base::H1handle | fChannels |
base::H1handle | fRisTm [NumChannels] |
histogram with system types | |
base::H1handle | fFalTm [NumChannels] |
histograms of rising stamp for each channel | |
base::H1handle | fRisFineTm [NumChannels] |
histograms of falling stamp for each channel | |
base::H1handle | fFalFineTm [NumChannels] |
histograms of rising stamp for each channel | |
base::H1handle | fWidth [NumChannels] |
histograms of falling stamp for each channel | |
base::H1handle | fRisRef [NumChannels] |
histograms of signal width on every channel | |
base::H1handle | fFalRef [NumChannels] |
time relative to reference signal, rising edge | |
uint64_t | lastFallingEdge [NumChannels] |
time relative to reference signal, falling edge | |
uint64_t | lastRisingEdge [NumChannels] |
Definition at line 14 of file Processor.h.
get4::Get4Rec::Get4Rec | ( | ) |
Definition at line 14 of file Processor.cxx.
References fFalTm, fRisTm, and lastRisingEdge.
Definition at line 17 of file Processor.h.
base::H1handle get4::Get4Rec::fFalFineTm[NumChannels] |
histograms of rising stamp for each channel
Definition at line 22 of file Processor.h.
base::H1handle get4::Get4Rec::fFalRef[NumChannels] |
time relative to reference signal, rising edge
Definition at line 25 of file Processor.h.
base::H1handle get4::Get4Rec::fFalTm[NumChannels] |
histograms of rising stamp for each channel
Definition at line 20 of file Processor.h.
Referenced by Get4Rec().
base::H1handle get4::Get4Rec::fRisFineTm[NumChannels] |
histograms of falling stamp for each channel
Definition at line 21 of file Processor.h.
base::H1handle get4::Get4Rec::fRisRef[NumChannels] |
histograms of signal width on every channel
Definition at line 24 of file Processor.h.
base::H1handle get4::Get4Rec::fRisTm[NumChannels] |
base::H1handle get4::Get4Rec::fWidth[NumChannels] |
histograms of falling stamp for each channel
Definition at line 23 of file Processor.h.
uint64_t get4::Get4Rec::lastFallingEdge[NumChannels] |
time relative to reference signal, falling edge
Definition at line 27 of file Processor.h.
uint64_t get4::Get4Rec::lastRisingEdge[NumChannels] |
Definition at line 28 of file Processor.h.
Referenced by Get4Rec().
bool get4::Get4Rec::used |
Definition at line 15 of file Processor.h.