#include "PixelMapProducer.h"
Definition at line 63 of file PixelMapProducer.h.
lcvn::SimChannelHelper::SimChannelHelper |
( |
sim::SimChannel |
simchan, |
|
|
double |
thresh = 0. |
|
) |
| |
|
inline |
Definition at line 94 of file PixelMapProducer.cxx.
97 if (wireids.empty())
return {};
geo::WireReadoutGeom const * fWireReadoutGeom
raw::ChannelID_t Channel() const
Returns the readout channel this object describes.
virtual std::vector< WireID > ChannelToWire(raw::ChannelID_t channel) const =0
Waveform lcvn::SimChannelHelper::GetWaveform |
( |
| ) |
|
|
virtual |
Definition at line 77 of file PixelMapProducer.cxx.
References lcvn::HitHelper::fThreshold.
81 if (!(ROIs.size()))
return ret;
83 for (
auto iROI = ROIs.begin(); iROI != ROIs.end(); ++iROI) {
85 auto tick = ROI.first;
89 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: