Go to the source code of this file.
|
| | calib |
| |
| | detinfo |
| | General LArSoft Utilities.
|
| |
| | geo |
| | Verifies that the geometry check information is available.
|
| |
| | pmtana |
| | LArSoft libraries.
|
| |
| | opdet |
| |
|
| void | opdet::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) |
| |
| void | opdet::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) |
| |