Classes | Enumerations

ocsElecFilter.hh File Reference

#include "ocsOptSignal.hh"
#include "ocsPhotodetector.hh"

Go to the source code of this file.

Classes

struct  ElecFilterParam
class  ElecFilter

Enumerations

enum  typeElecFilter {
  NO_ELEC_FILTER = 0, GAUSSIAN = 1, BESSEL = 2, MEASURED = 3,
  INTEGRATE_AND_DUMP = 4, ANRITSU = 5, GAUSSIAN_AND_ANRITSU = 6
}
 

The type of Electric filter.

More...

Enumeration Type Documentation

The type of Electric filter.

An enumeration type

  1. NO_ELEC_FILTER = 0
  2. GAUSSIAN = 1, Must specify width.
  3. BESSEL = 2, Must specify order and width.
  4. MEASURED = 3, Must specify file name of measured data.
  5. INTEGRATE_AND_DUMP = 4
Enumerator:
NO_ELEC_FILTER 
GAUSSIAN 
BESSEL 
MEASURED 
INTEGRATE_AND_DUMP 
ANRITSU 
GAUSSIAN_AND_ANRITSU