Public Member Functions | List of all members
DiodeFilter Class Reference

Public Member Functions

const char * tag () const
 
const char * description () const
 
virtual void processOne (AnalysisWaveform *, const RawAnitaHeader *, int, int)
 
- Public Member Functions inherited from UniformFilterOperation
virtual void process (FilteredAnitaEvent *event)
 
- Public Member Functions inherited from FilterOperation
virtual unsigned nOutputs () const
 
virtual const char * outputName (unsigned i) const
 
virtual unsigned outputLength (unsigned i) const
 
virtual void fillOutput (unsigned i, double *v) const
 
virtual ~FilterOperation ()
 

Additional Inherited Members

- Protected Member Functions inherited from FilterOperation
AnalysisWaveformgetWf (FilteredAnitaEvent *ev, int i)
 
AnalysisWaveformgetWf (FilteredAnitaEvent *ev, int ant, AnitaPol::AnitaPol_t pol)
 

Detailed Description

Definition at line 11 of file DiodeFilter.h.

Inheritance diagram for DiodeFilter:
Inheritance graph
[legend]
Collaboration diagram for DiodeFilter:
Collaboration graph
[legend]

Member Function Documentation

const char* DiodeFilter::description ( ) const
inlinevirtual

human readable description, should provide sufficient information to understand what was done

Implements FilterOperation.

Definition at line 19 of file DiodeFilter.h.

void DiodeFilter::processOne ( AnalysisWaveform awf,
const RawAnitaHeader header,
int  ant,
int  pol 
)
virtual

operate on one waveform (ABL added moved this from UniformFitlerOperation so that FilterStrategy could call its this on single waveforms, and the weird argument structure is just so it matches ad sinsub)

Implements UniformFilterOperation.

Definition at line 33 of file DiodeFilter.cc.

const char* DiodeFilter::tag ( ) const
inlinevirtual

short name for operation, will be used for output tree name, if there is one

Implements FilterOperation.

Definition at line 18 of file DiodeFilter.h.


The documentation for this class was generated from the following files: