LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "HitFilterAlg.h"
Public Member Functions | |
HitFilterAlg (fhicl::ParameterSet const &p) | |
virtual | ~HitFilterAlg () |
bool | IsGoodHit (const recob::Hit &hit) const |
Private Attributes | |
const std::vector< float > | fMinPulseHeight |
const std::vector< float > | fMinPulseSigma |
Definition at line 23 of file HitFilterAlg.h.
|
explicit |
Definition at line 11 of file HitFilterAlg.cxx.
|
inlinevirtual |
Definition at line 26 of file HitFilterAlg.h.
bool hit::HitFilterAlg::IsGoodHit | ( | const recob::Hit & | hit | ) | const |
Definition at line 16 of file HitFilterAlg.cxx.
References fMinPulseHeight, fMinPulseSigma, recob::Hit::PeakAmplitude(), geo::PlaneID::Plane, recob::Hit::RMS(), and recob::Hit::WireID().
|
private |
Definition at line 31 of file HitFilterAlg.h.
Referenced by IsGoodHit().
|
private |
Definition at line 32 of file HitFilterAlg.h.
Referenced by IsGoodHit().