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

#include <BH13Filter.h>

Public Member Functions

 BH13Filter (const char *index_file="A4ImpulseTUFFs/index.txt", bool anti=false)
 
virtual const char * tag () const
 
virtual const char * description () const
 
virtual void process (FilteredAnitaEvent *ev)
 
virtual void processOne (AnalysisWaveform *awf, const RawAnitaHeader *header, int whichAnt, int whichPol)
 
- 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 that changes the response of antenna BH13 to match the rest of the antennas. This needs to be done because any correlations with BH13 will be jittery otherwise

Definition at line 20 of file BH13Filter.h.

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

Constructor & Destructor Documentation

UCorrelator::BH13Filter::BH13Filter ( const char *  index_file = "A4ImpulseTUFFs/index.txt",
bool  anti = false 
)

load all the responses and the times for each time period

Definition at line 21 of file BH13Filter.cc.

Member Function Documentation

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

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

Implements FilterOperation.

Definition at line 28 of file BH13Filter.h.

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

operate on the FilteredAnitaEvent

Implements FilterOperation.

Definition at line 91 of file BH13Filter.cc.

void UCorrelator::BH13Filter::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 FilterOperation.

Definition at line 96 of file BH13Filter.cc.

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

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

Implements FilterOperation.

Definition at line 27 of file BH13Filter.h.


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