Sigmoidfilter.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 dune35t_sigmoid:
4 {
5  module_type: "Sigmoidfilter"
6  DigitModuleLabel: "SplitterInput"
7  DigitModuleInstance: "TPC"
8  MakeTree: "false"
9 
10  ColFilter: "(x>1)*[0]*(1-1/(1+exp(-(x-[1])/[2])))"
11  ColFilterParams: [ 1, 150., 25. ]
12 
13  IndUFilter: "(x>30)*[0]*(1-1/(1+exp(-(x-[1])/[2])))*(1/(1+exp(-(x-[3])/[4])))"
14  IndUFilterParams: [ 1.0, 105., 19., 18., 10. ]
15  IndVFilter: "(x>30)*[0]*(1-1/(1+exp(-(x-[1])/[2])))*(1/(1+exp(-(x-[3])/[4])))"
16  IndVFilterParams: [ 0.95, 125., 19., 10., 109. ]
17 }
18 
19 END_PROLOG