99#include "TRestRawSignalChannelActivityProcess.h"
150 for (
int s = 0; s <
fSignalEvent->GetNumberOfSignals(); s++) {
156 for (
int s = 0; s <
fSignalEvent->GetNumberOfSignals(); s++) {
TRestAnalysisTree * fAnalysisTree
bool fReadOnly
not used, keep for compatibility
A base class for any REST event.
Int_t fDaqChannels
The number of bins at the daq channels histogram.
TRestEvent * ProcessEvent(TRestEvent *inputEvent) override
The main processing event function.
TRestRawSignalEvent * fSignalEvent
A pointer to the specific TRestRawSignalEvent input.
Int_t fDaqStartChannel
The first channel at the daq channels histogram.
void InitProcess() override
Process initialization. The ROOT TH1 histograms are created here using the limits defined in the proc...
Int_t fDaqEndChannel
The last channel at the daq channels histogram.
TRestRawSignalChannelActivityProcess()
Default constructor.
~TRestRawSignalChannelActivityProcess()
Default destructor.
void EndProcess() override
Function to include required actions after all events have been processed. In this process it will ta...
void Initialize() override
Function to initialize input/output event members and define the section name.
Double_t fHighThreshold
The value of the higher signal threshold to add it to the histogram.
TH1D * fDaqChannelsHisto
The daq channels histogram.
Double_t fLowThreshold
The value of the lower signal threshold to add it to the histogram.
An event container for time rawdata signals with fixed length.
It defines a Short_t array with a physical parameter that evolves in time using a fixed time bin.
Int_t GetID() const
Returns the value of signal ID.
Double_t GetMaxValue()
Returns the maximum value found in the data points. It includes baseline correction.
@ REST_Debug
+show the defined debug messages