#include "PixelMapProducer.h"
Definition at line 49 of file PixelMapProducer.h.
lcvn::WireHelper::WireHelper |
( |
recob::Wire |
wire, |
|
|
double |
thresh = 0. |
|
) |
| |
|
inline |
Definition at line 63 of file PixelMapProducer.cxx.
67 if (!wireids.size())
return ret;
70 if (wireids.size() > 1) {
71 for (
auto iwire : wireids)
72 if (iwire.Plane ==
fWire.
View()) ret = iwire;
geo::WireReadoutGeom const * fWireReadoutGeom
geo::View_t View() const
Returns the view the channel belongs to.
raw::ChannelID_t Channel() const
Returns the ID of the channel (or InvalidChannelID)
virtual std::vector< WireID > ChannelToWire(raw::ChannelID_t channel) const =0
Waveform lcvn::WireHelper::GetWaveform |
( |
| ) |
|
|
virtual |
Definition at line 45 of file PixelMapProducer.cxx.
References lcvn::HitHelper::fThreshold.
49 if (!(ROIs.get_ranges().size()))
return ret;
51 for (
auto iROI = ROIs.begin_range(); iROI != ROIs.end_range(); ++iROI) {
53 std::map<double, double> pulse;
54 for (
int tick = ROI.begin_index();
tick < (int)ROI.end_index();
tick++) {
56 pulse.insert(std::pair<double, double>((
double)
tick, (
double)ROI[tick]));
tick_as<> tick
Tick number, represented by std::ptrdiff_t.
const RegionsOfInterest_t & SignalROI() const
Returns the list of regions of interest.
std::vector< std::map< double, double > > Waveform
double lcvn::WireHelper::fThreshold |
|
protected |
The documentation for this class was generated from the following files: