Functions
OmnibusSigProc.cxx File Reference
#include "WireCellSigProc/OmnibusSigProc.h"
#include "WireCellUtil/NamedFactory.h"
#include "WireCellUtil/Exceptions.h"
#include "WireCellUtil/String.h"
#include "WireCellUtil/FFTBestLength.h"
#include "WireCellIface/SimpleFrame.h"
#include "WireCellIface/SimpleTrace.h"
#include "WireCellIface/IFieldResponse.h"
#include "WireCellIface/IFilterWaveform.h"
#include "WireCellIface/IChannelResponse.h"
#include "ROI_formation.h"
#include "ROI_refinement.h"

Go to the source code of this file.

Functions

 WIRECELL_FACTORY (OmnibusSigProc, WireCell::SigProc::OmnibusSigProc, WireCell::IFrameFilter, WireCell::IConfigurable) using namespace WireCell
 
static bool ispositive (float x)
 
static bool isZero (float x)
 

Function Documentation

static bool ispositive ( float  x)
static

Definition at line 372 of file OmnibusSigProc.cxx.

372 { return x > 0.0; }
list x
Definition: train.py:276
static bool isZero ( float  x)
static

Definition at line 373 of file OmnibusSigProc.cxx.

373 { return x == 0.0; }
list x
Definition: train.py:276