![]() |
LArSoft
v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "OpHitAlg.h"#include "larana/OpticalDetector/OpHitFinder/PulseRecoManager.h"#include "larcorealg/Geometry/WireReadoutGeom.h"#include "lardataalg/DetectorInfo/DetectorClocks.h"#include "lardataalg/DetectorInfo/ElecClock.h"#include "lardataobj/RawData/OpDetWaveform.h"#include "lardataobj/RecoBase/OpHit.h"#include "larreco/Calibrator/IPhotonCalibrator.h"#include "messagefacility/MessageLogger/MessageLogger.h"#include <vector>Go to the source code of this file.
Namespaces | |
| opdet | |
Functions | |
| void | opdet::RunHitFinder (std::vector< raw::OpDetWaveform > const &opDetWaveformVector, std::vector< recob::OpHit > &hitVector, pmtana::PulseRecoManager const &pulseRecoMgr, pmtana::PMTPulseRecoBase const &threshAlg, geo::WireReadoutGeom const &wireReadoutGeom, 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) |