#include "WireCellSigProc/Microboone.h"
#include "WireCellSigProc/Derivations.h"
#include "WireCellUtil/NamedFactory.h"
#include <cmath>
#include <complex>
#include <iostream>
#include <set>
Go to the source code of this file.
double filter_low |
( |
double |
freq, |
|
|
double |
cut_off = 0.08 |
|
) |
| |
Definition at line 41 of file Microboone.cxx.
42 if ( (freq>0.177 && freq<0.18) || (freq > 0.2143 && freq < 0.215) ||
43 (freq >=0.106 && freq<=0.109) || (freq >0.25 && freq<0.251)){
46 return 1-exp(-
pow(freq/cut_off,8));
double filter_low_loose |
( |
double |
freq | ) |
|
double filter_time |
( |
double |
freq | ) |
|
Definition at line 35 of file Microboone.cxx.
38 return (freq>0)*exp(-0.5*
pow(freq/a,b));
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
FIXME: this file is full of magic numbers and likely totally not usable for detectors other than MicroBooNE.