#include <RegionAboveThresholdFinder.h>
Public Member Functions | |
RegionAboveThresholdFinder (float threshold) | |
void | FillStartAndEndTicks (const std::vector< float > &signal, std::vector< unsigned int > &start_ticks, std::vector< unsigned int > &end_ticks) |
Private Attributes | |
float | fThreshold |
Definition at line 19 of file RegionAboveThresholdFinder.h.
|
inline |
Definition at line 22 of file RegionAboveThresholdFinder.h.
void hit::RegionAboveThresholdFinder::FillStartAndEndTicks | ( | const std::vector< float > & | signal, |
std::vector< unsigned int > & | start_ticks, | ||
std::vector< unsigned int > & | end_ticks | ||
) |
Title: RegionAboveThresholdFinder Class Author: Wes Ketchum (wketc) hum@ lanl. gov
Description: Class that finds a region above threshold in which to do hit-finding.
Input: Vector of floats (like a recob::Wire vector) Output: Vector of begin times, and vector of end times.
Definition at line 15 of file RegionAboveThresholdFinder.cxx.
|
private |
Definition at line 30 of file RegionAboveThresholdFinder.h.