Public Member Functions | List of all members
UCorrelator::A3toA4ConversionFilter Class Reference

#include <BH13Filter.h>

Public Member Functions

 A3toA4ConversionFilter (char config='B')
 
virtual const char * tag () const
 
virtual const char * description () const
 
virtual void process (FilteredAnitaEvent *ev)
 
virtual void processOne (AnalysisWaveform *awf, const RawAnitaHeader *header=0, int whichAnt=0, int whichPol=0)
 
- 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

Filter to attempt to convert A3 events to A4 events by convolving in the TUFF response for ~direct comparison between the two flights. Config argument is based on the config letter from Oindree's elog 711. Default is the most common config.

Definition at line 84 of file BH13Filter.h.

Inheritance diagram for UCorrelator::A3toA4ConversionFilter:
Inheritance graph
[legend]
Collaboration diagram for UCorrelator::A3toA4ConversionFilter:
Collaboration graph
[legend]

Member Function Documentation

virtual const char* UCorrelator::A3toA4ConversionFilter::description ( ) const
inlinevirtual

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

Implements FilterOperation.

Definition at line 91 of file BH13Filter.h.

void UCorrelator::A3toA4ConversionFilter::process ( FilteredAnitaEvent event)
virtual

operate on the FilteredAnitaEvent

Implements FilterOperation.

Definition at line 156 of file BH13Filter.cc.

void UCorrelator::A3toA4ConversionFilter::processOne ( AnalysisWaveform awf,
const RawAnitaHeader header = 0,
int  ant = 0,
int  pol = 0 
)
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 FilterOperation.

Definition at line 165 of file BH13Filter.cc.

virtual const char* UCorrelator::A3toA4ConversionFilter::tag ( ) const
inlinevirtual

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

Implements FilterOperation.

Definition at line 90 of file BH13Filter.h.


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