Belle II Software
release-08-01-10
|
Translator for ROI-geometry-information into a list of pixels. More...
#include <ROIStripTranslator.h>
Public Member Functions | |
ROIStripTranslator (const ROIinfo *theROIinfo) | |
Constructor. | |
ROIStripTranslator (double sigmaSystU, double sigmaSystV, double numSigmaTotU, double numSigmaTotV, double maxWidthU, double maxWidthV) | |
Second Constructor. | |
~ROIStripTranslator () | |
Destructor. | |
void | fillRoiIDList (StoreArray< SVDIntercept > *listOfIntercepts, StoreArray< ROIid > *ROIidList) |
Append the ROIid to the list listToBeFilled. | |
Protected Attributes | |
double | m_sigmaSystU |
systematic error along the U coordinate | |
double | m_sigmaSystV |
systematic error along the V coordinate | |
double | m_numSigmaTotU |
number of standard deviations to be taken to define a ROI along U | |
double | m_numSigmaTotV |
number of standard deviations to be taken to define a ROI along V | |
double | m_maxWidthU |
ROI maximum width allowed in the U direction. | |
double | m_maxWidthV |
ROI maximum width allowed in the V direction. | |
Translator for ROI-geometry-information into a list of pixels.
Definition at line 24 of file ROIStripTranslator.h.