er
dev
|
task for analyzing raw data More...
#include <ERRawToAnalyzeConverter.h>
Public Member Functions | |
ERRawToAnalyzeConverter () | |
ERRawToAnalyzeConverter (Int_t verbose) | |
~ERRawToAnalyzeConverter () | |
virtual InitStatus | Init () |
virtual void | Exec (Option_t *opt) |
virtual void | Finish () |
virtual void | Reset () |
void | SetNChanels (Int_t chanels) |
void | SetNPoints (Int_t points) |
void | SetSmooth (Int_t smpar) |
Protected Attributes | |
ERNeuRadRawEvent ** | fRawEvents |
ERNeuRadAEvent ** | fAEvents |
Int_t | fNChanels |
Int_t | fNPoints |
Bool_t | fSmoothPar |
const Double_t | fRatio |
const Double_t | fTD |
Double_t | fNoiseMin |
Double_t | fNoiseMax |
Int_t | fNumSmoothP |
Int_t | fEvent |
Private Member Functions | |
virtual void | SetParContainers () |
ERRawToAnalyzeConverter::ERRawToAnalyzeConverter | ( | ) |
Default constructor
Definition at line 12 of file ERRawToAnalyzeConverter.cxx.
ERRawToAnalyzeConverter::ERRawToAnalyzeConverter | ( | Int_t | verbose | ) |
Constructor verbose: 1 - only standard log print, 2 - print digi information
Definition at line 30 of file ERRawToAnalyzeConverter.cxx.
ERRawToAnalyzeConverter::~ERRawToAnalyzeConverter | ( | ) |
Destructor
Definition at line 48 of file ERRawToAnalyzeConverter.cxx.
|
virtual |
Virtual method Exec
Definition at line 97 of file ERRawToAnalyzeConverter.cxx.
|
virtual |
Virtual method Finish
Definition at line 127 of file ERRawToAnalyzeConverter.cxx.
|
virtual |
Virtual method Init
Definition at line 66 of file ERRawToAnalyzeConverter.cxx.
|
virtual |
Virtual method Reset
Definition at line 118 of file ERRawToAnalyzeConverter.cxx.