Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Riccardo Longo
JZCaPA
Commits
c7e063d1
Commit
c7e063d1
authored
Nov 05, 2021
by
Chad Lantz
Browse files
Changed call to LowPassFilter to use the raw waveform instead of the processed waveform
parent
bc328592
Changes
1
Hide whitespace changes
Inline
Side-by-side
Analysis/src/WFAnalysis.cpp
100644 → 100755
View file @
c7e063d1
...
...
@@ -163,7 +163,7 @@ void WFAnalysis::AnalyzeEvent( const std::vector< Channel* > vCh ){
//Apply filters as requested by the user
if
(
Ch
->
doMedianFilter
)
MedianFilter
(
Ch
);
if
(
Ch
->
doLPF
)
LowPassFilter
(
Ch
,
h
Processed
);
if
(
Ch
->
doLPF
)
LowPassFilter
(
Ch
,
h
);
//If the hit window has been fixed by the user, set was_hit to true and set the
//hit window to the user provided values
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment