GET library
GETFilterCut Class Reference

#include <GETFilterCut.hh>

Inheritance diagram for GETFilterCut:
GETFilter GETProcess GETFilterHigh GETFilterLow GETFilterLow2 GETFilterLowN

Public Member Functions

Constructors, affectation, destructor
 GETFilterCut (GETObject &obj, double fcut=0.)
 
 GETFilterCut (u_int n=0, double dt=0.01, double fcut=0.)
 
 GETFilterCut (const GETFilterCut &proc)
 
virtual ~GETFilterCut ()
 
Initialization functions
virtual void SetCutFrequency (double fcut)
 
double GetCutFrequency () const
 
virtual void Init (u_int n, double dt)
 
virtual void UpdateFilter ()
 
ROOT related functions
 ClassDef (GETFilterCut, 0)
 
- Public Member Functions inherited from GETFilter
 GETFilter (GETObject &obj)
 
 GETFilter (u_int n=0, double dt=0.01)
 
 GETFilter (const GETFilter &proc)
 
 GETFilter (GETFilter &f1, GETFilter &f2)
 
virtual ~GETFilter ()
 
virtual void Reset ()
 
virtual void SetNormalized (bool b=true)
 
virtual void Normalize (double norm=1.)
 
virtual void Scale (double fact=1.)
 
const GETSampleGetFilterPtr () const
 
GETSampleGetFilterPtr ()
 
const GETSampleGetFilter () const
 
GETSampleGetFilter ()
 
virtual GETSampleProcessSample (GETChannel &channel, u_short info=GET::signalOut)
 
virtual GETSampleProcessSample (GETSample &sample, GETSample &result, GETChannel &channel)
 
 ClassDef (GETFilter, 0)
 
- Public Member Functions inherited from GETProcess
 GETProcess (GETObject &obj)
 
 GETProcess (u_int n=0, double dt=0.01)
 
 GETProcess (const GETProcess &proc)
 
virtual ~GETProcess ()
 
virtual void SetOptions (u_int opts)
 
virtual void SetOption (u_int flags, bool b=true)
 
virtual u_int GetOptions ()
 
virtual bool GetOption (u_int flags)
 
u_int GetDimension () const
 
double GetSamplingTime () const
 
GETSampleGetResultSamplePtr ()
 
const GETSampleGetResultSamplePtr () const
 
GETSampleGetResultSample ()
 
const GETSampleGetResultSample () const
 
 ClassDef (GETProcess, 0)
 

Protected Attributes

double cut_frequency
 Filter cut frequency.
 
- Protected Attributes inherited from GETFilter
GETSample filter_fct
 Filter function for an AGET channel.
 
- Protected Attributes inherited from GETProcess
u_int options
 Option flags.
 
GETSample result_sample
 Internal processing result sample (processing result)
 

Private Member Functions

 GObject (GETFilterCut)
 

Detailed Description

This class defines a sharp cut filter.

Constructor & Destructor Documentation

GETFilterCut::GETFilterCut ( GETObject obj,
double  fcut = 0. 
)

Constructor. The dimension of the first channel of the object is used for the process definition.

Parameters
obja core object of the GET system
fcutcut frequency

References cut_frequency, GETObject::GetSampleDim(), GETObject::GetTimeStep(), and UpdateFilter().

GETFilterCut::GETFilterCut ( u_int  n = 0,
double  dt = 0.01,
double  fcut = 0. 
)

Constructor.

Parameters
nsampling size of the channels
dtsampling period (us)
fcutcut frequency

References cut_frequency, and UpdateFilter().

GETFilterCut::GETFilterCut ( const GETFilterCut proc)

Copy constructor.

Parameters
procobject to copy

References cut_frequency, GETFilter::GetFilter(), and UpdateFilter().

GETFilterCut::~GETFilterCut ( )
virtual

Destructor.

Member Function Documentation

GETFilterCut::ClassDef ( GETFilterCut  ,
 
)

for use within ROOT.

double GETFilterCut::GetCutFrequency ( ) const
inline
GETFilterCut::GObject ( GETFilterCut  )
private

Macro from GCpp library that defines the following functions:

  • ClassName(): return the real class name of the object
  • StaticClassName(): return the used class name of the object (that may be a base class of the real object).
  • IsInstanceOf<T>(): return true if the current object is an instance of the template class name argument
  • Clone(): return an allocated copy of the object.
void GETFilterCut::Init ( u_int  n,
double  dt 
)
virtual

Initialization of response function sample. If the analytical function is defined, the response function sample is computed.

Parameters
nsampling size of the function
dtsampling time step

Reimplemented from GETFilter.

References GETFilter::Init(), and UpdateFilter().

void GETFilterCut::SetCutFrequency ( double  fcut)
virtual

Set the cut frequency.

Parameters
fcutcut frequency

References cut_frequency, GETProcess::GetDimension(), GETProcess::GetSamplingTime(), and UpdateFilter().

void GETFilterCut::UpdateFilter ( )
virtual

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