LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#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.
References FillStartAndEndTicks(), and fThreshold.
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.
References fThreshold.
Referenced by RegionAboveThresholdFinder().
|
private |
Definition at line 29 of file RegionAboveThresholdFinder.h.
Referenced by FillStartAndEndTicks(), and RegionAboveThresholdFinder().