20 namespace detinfo {
class DetectorClocksData; }
21 namespace geo {
class GeometryCore; }
22 namespace pmtana {
class PulseRecoManager; }
26 void RunHitFinder(std::vector<raw::OpDetWaveform>
const&,
27 std::vector<recob::OpHit>&,
34 bool use_start_time=
false);
40 std::vector<recob::OpHit>&,
43 bool use_start_time=
false);
Description of geometry of one entire detector.
void ConstructHit(float hitThreshold, int channel, double timeStamp, pmtana::pulse_param const &pulse, std::vector< recob::OpHit > &hitVector, detinfo::DetectorClocksData const &clocksData, calib::IPhotonCalibrator const &calibrator, bool use_start_time)
Contains all timing reference information for the detector.
void RunHitFinder(std::vector< raw::OpDetWaveform > const &opDetWaveformVector, std::vector< recob::OpHit > &hitVector, pmtana::PulseRecoManager const &pulseRecoMgr, pmtana::PMTPulseRecoBase const &threshAlg, geo::GeometryCore const &geometry, float hitThreshold, detinfo::DetectorClocksData const &clocksData, calib::IPhotonCalibrator const &calibrator, bool use_start_time)
Class definition file of PMTPulseRecoBase.