LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#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, const float *vis_vector, FlashHypothesis &hyp) |
Definition at line 19 of file FlashHypothesisCalculator.h.
|
inline |
Definition at line 23 of file FlashHypothesisCalculator.h.
References FillFlashHypothesis(), and SegmentMidpoint().
void opdet::FlashHypothesisCalculator::FillFlashHypothesis | ( | const float & | yield, |
const float & | dEdx, | ||
const TVector3 & | pt1, | ||
const TVector3 & | pt2, | ||
const std::vector< float > & | qe_vector, | ||
const float * | vis_vector, | ||
FlashHypothesis & | hyp | ||
) |
Definition at line 15 of file FlashHypothesisCalculator.cxx.
References opdet::FlashHypothesis::GetVectorSize(), and opdet::FlashHypothesis::SetHypothesisAndError().
Referenced by opdet::FlashHypothesisCreator::CreateFlashHypothesesFromSegment(), and FlashHypothesisCalculator().
std::vector< double > opdet::FlashHypothesisCalculator::SegmentMidpoint | ( | const TVector3 & | pt1, |
const TVector3 & | pt2, | ||
float | XOffset = 0 |
||
) |
Definition at line 6 of file FlashHypothesisCalculator.cxx.
Referenced by opdet::FlashHypothesisCreator::CreateFlashHypothesesFromSegment(), and FlashHypothesisCalculator().