LArSoft
v09_93_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
LArSoft
Liquid argon TPC simulation, reconstruction and analysis toolkit
Purpose of this directory
Examples
keras2cpp
larfinder
nufinder
Contributing to Geant4
Geant4Py
Test Modules
ZeroMQ Interface for Geant4
MPI/Examples : exMPI01
MPI/Examples : exMPI02
MPI/Examples : exMPI03
MPI/Examples : exMPI04
Geant4 MPI Interface
Todo List
Deprecated List
Bug List
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
HitFilterAlg.h
Go to the documentation of this file.
1
// Class: HitFilterAlg
3
// Purpose: Provide configurable hit filtering functions for identifying
4
// noise and other undesireable hits
5
//
6
// Original code by Tracy Usher, converted to a larsoft algorithm by Brandon Eberly
8
9
#ifndef HITFILTERALG_H
10
#define HITFILTERALG_H
11
12
#include <vector>
13
14
namespace
fhicl
{
15
class
ParameterSet;
16
}
17
namespace
recob
{
18
class
Hit;
19
}
20
21
namespace
hit
{
22
23
class
HitFilterAlg
{
24
public
:
25
explicit
HitFilterAlg
(
fhicl::ParameterSet
const
& p);
26
virtual
~HitFilterAlg
() {}
27
28
bool
IsGoodHit(
const
recob::Hit
&
hit
)
const
;
29
30
private
:
31
const
std::vector<float>
fMinPulseHeight
;
32
const
std::vector<float>
fMinPulseSigma
;
33
};
34
35
}
//end namespace hit
36
#endif
recob
Reconstruction base classes.
Definition:
FlashHypothesisCreator.h:18
hit::HitFilterAlg::fMinPulseSigma
const std::vector< float > fMinPulseSigma
Definition:
HitFilterAlg.h:32
fhicl
parameter set interface
Definition:
BeamFlashTrackMatchTaggerAlg.h:17
hit::HitFilterAlg::~HitFilterAlg
virtual ~HitFilterAlg()
Definition:
HitFilterAlg.h:26
hit
Detector simulation of raw signals on wires.
Definition:
DumpHits_module.cc:25
recob::Hit
2D representation of charge deposited in the TDC/wire plane
Definition:
Hit.h:46
hit::HitFilterAlg::fMinPulseHeight
const std::vector< float > fMinPulseHeight
Definition:
HitFilterAlg.h:31
fhicl::ParameterSet
Definition:
ParameterSet.h:36
hit::HitFilterAlg
Definition:
HitFilterAlg.h:23
larreco
v09_26_01
source
larreco
HitFinder
HitFilterAlg.h
Generated on Tue Mar 11 2025 16:15:09 for LArSoft by
1.8.11