#include "PixelMapProducer.h"
Definition at line 67 of file PixelMapProducer.h.
lcvn::SimChannelHelper::SimChannelHelper |
( |
sim::SimChannel |
simchan, |
|
|
double |
thresh = 0. |
|
) |
| |
|
inline |
Definition at line 97 of file PixelMapProducer.cxx.
References geo::GeometryCore::ChannelToWire(), and lcvn::HitHelper::fGeometry.
101 if (!wireids.size())
return ret;
std::vector< WireID > ChannelToWire(raw::ChannelID_t const channel) const
Returns a list of wires connected to the specified TPC channel.
geo::GeometryCore const * fGeometry
raw::ChannelID_t Channel() const
Returns the readout channel this object describes.
Waveform lcvn::SimChannelHelper::GetWaveform |
( |
| ) |
|
|
virtual |
Definition at line 79 of file PixelMapProducer.cxx.
References lcvn::HitHelper::fThreshold.
84 if (!(ROIs.size()))
return ret;
86 for (
auto iROI = ROIs.begin(); iROI != ROIs.end(); ++iROI) {
88 auto tick = ROI.first;
92 ret.push_back(std::map<double, double>({{(double)
tick, charge}}));
double Charge(TDC_t tdc) const
Returns the total number of ionization electrons on this channel in the specified TDC...
tick_as<> tick
Tick number, represented by std::ptrdiff_t.
TDCIDEs_t const & TDCIDEMap() const
Returns all the deposited energy information as stored.
std::vector< std::map< double, double > > Waveform
double lcvn::SimChannelHelper::fThreshold |
|
protected |
The documentation for this class was generated from the following files: