|
| PointIdAlg (const fhicl::ParameterSet &pset) |
|
| PointIdAlg (const Config &config) |
|
| ~PointIdAlg () override |
|
std::vector< std::string > const & | outputLabels () const |
| network output labels More...
|
|
float | predictIdValue (unsigned int wire, float drift, size_t outIdx=0) const |
| calculate single-value prediction (2-class probability) for [wire, drift] point More...
|
|
std::vector< float > | predictIdVector (unsigned int wire, float drift) const |
| calculate multi-class probabilities for [wire, drift] point More...
|
|
std::vector< std::vector< float > > | predictIdVectors (std::vector< std::pair< unsigned int, float >> points) const |
|
std::vector< std::vector< float > > const & | patchData2D () const |
|
std::vector< float > | patchData1D () const |
|
bool | isInsideFiducialRegion (unsigned int wire, float drift) const |
|
bool | isCurrentPatch (unsigned int wire, float drift) const |
|
bool | isSamePatch (unsigned int wire1, float drift1, unsigned int wire2, float drift2) const |
| test if two wire/drift coordinates point to the same patch More...
|
|
| DataProviderAlg (const fhicl::ParameterSet &pset) |
|
| DataProviderAlg (const Config &config) |
|
virtual | ~DataProviderAlg () |
|
bool | setWireDriftData (const detinfo::DetectorClocksData &clock_data, const detinfo::DetectorPropertiesData &det_prop, const std::vector< recob::Wire > &wires, unsigned int plane, unsigned int tpc, unsigned int cryo) |
|
std::vector< float > const & | wireData (size_t widx) const |
|
std::vector< std::vector< float > > | getPatch (size_t wire, float drift, size_t patchSizeW, size_t patchSizeD) const |
|
float | getPixelOrZero (int wire, int drift) const |
|
double | getAdcSum () const |
|
size_t | getAdcArea () const |
|
float | poolMax (int wire, int drift, size_t r=0) const |
| Pool max value in a patch around the wire/drift pixel. More...
|
|
unsigned int | Cryo () const |
| Pool sum of pixels in a patch around the wire/drift pixel. More...
|
|
unsigned int | TPC () const |
|
unsigned int | Plane () const |
|
unsigned int | NWires () const |
|
unsigned int | NScaledDrifts () const |
|
unsigned int | NCachedDrifts () const |
|
unsigned int | DriftWindow () const |
|
float | ZeroLevel () const |
| Level of zero ADC after scaling. More...
|
|
double | LifetimeCorrection (detinfo::DetectorClocksData const &clock_data, detinfo::DetectorPropertiesData const &det_prop, double tick) const |
|
|
enum | EDownscaleMode { kMax = 1,
kMaxMean = 2,
kMean = 3
} |
|
std::vector< float > | downscaleMax (std::size_t dst_size, std::vector< float > const &adc, size_t tick0) const |
|
std::vector< float > | downscaleMaxMean (std::size_t dst_size, std::vector< float > const &adc, size_t tick0) const |
|
std::vector< float > | downscaleMean (std::size_t dst_size, std::vector< float > const &adc, size_t tick0) const |
|
std::vector< float > | downscale (std::size_t dst_size, std::vector< float > const &adc, size_t tick0) const |
|
size_t | getDriftIndex (float drift) const |
|
std::optional< std::vector< float > > | setWireData (std::vector< float > const &adc, size_t wireIdx) const |
|
bool | patchFromDownsampledView (size_t wire, float drift, size_t size_w, size_t size_d, std::vector< std::vector< float >> &patch) const |
|
bool | patchFromOriginalView (size_t wire, float drift, size_t size_w, size_t size_d, std::vector< std::vector< float >> &patch) const |
|
virtual DataProviderAlgView | resizeView (detinfo::DetectorClocksData const &clock_data, detinfo::DetectorPropertiesData const &det_prop, size_t wires, size_t drifts) |
|
DataProviderAlgView | fAlgView |
|
EDownscaleMode | fDownscaleMode |
|
size_t | fDriftWindow |
|
bool | fDownscaleFullView |
|
float | fDriftWindowInv |
|
calo::CalorimetryAlg | fCalorimetryAlg |
|
geo::GeometryCore const * | fGeometry |
|
Definition at line 88 of file PointIdAlg.h.