#include <FlashHypothesisCalculator.h>
Public Member Functions | |
FlashHypothesisCalculator () | |
std::vector< double > | SegmentMidpoint (const TVector3 &pt1, const TVector3 &pt2, float XOffset=0) |
void | FillFlashHypothesis (const float &yield, const float &dEdx, const TVector3 &pt1, const TVector3 &pt2, const std::vector< float > &qe_vector, phot::MappedCounts_t const &vis_vector, FlashHypothesis &hyp) |
Definition at line 21 of file FlashHypothesisCalculator.h.
|
inline |
Definition at line 25 of file FlashHypothesisCalculator.h.
void opdet::FlashHypothesisCalculator::FillFlashHypothesis | ( | const float & | yield, |
const float & | dEdx, | ||
const TVector3 & | pt1, | ||
const TVector3 & | pt2, | ||
const std::vector< float > & | qe_vector, | ||
phot::MappedCounts_t const & | vis_vector, | ||
FlashHypothesis & | hyp | ||
) |
Definition at line 15 of file FlashHypothesisCalculator.cxx.
std::vector< double > opdet::FlashHypothesisCalculator::SegmentMidpoint | ( | const TVector3 & | pt1, |
const TVector3 & | pt2, | ||
float | XOffset = 0 |
||
) |
Definition at line 6 of file FlashHypothesisCalculator.cxx.