Smoother Class Reference
[modules - functions to process raw data in series]

Module which 'smooths' pulses by taking a moving average window. More...

#include <Smoother.hh>

Inheritance diagram for Smoother:
ChannelModule BaseModule ParameterList VParameterNode

List of all members.

Public Member Functions

int Initialize ()
 Initialize the module before starting a run. Return 0 if no error.
int Process (ChannelData *chdata)
 Process a single channel in a single trigger. Return 0 if no error.
int Finalize ()
 Finalize state after a run has processed. Return 0 if no error.

Static Public Member Functions

static const std::string GetDefaultName ()

Private Attributes

int pre_samples
 Number of samples before current to average over.
int post_samples
 Number of samples after current to average over.

Detailed Description

Module which 'smooths' pulses by taking a moving average window.

Definition at line 16 of file Smoother.hh.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 20 Jun 2014 for daqman by  doxygen 1.6.1