Belle II Software development
|
Translator for ROI-geometry-information into a list of pixels or strips. More...
#include <ROIToUnitTranslator.h>
Public Member Functions | |
ROIToUnitTranslator (const ROIinfo *theROIinfo) | |
Constructor. | |
ROIToUnitTranslator (double sigmaSystU, double sigmaSystV, double numSigmaTotU, double numSigmaTotV, double maxWidthU, double maxWidthV) | |
Second Constructor. | |
~ROIToUnitTranslator () | |
Destructor. | |
void | fillRoiIDList (StoreArray< aIntercept > *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 or strips.
Definition at line 24 of file ROIToUnitTranslator.h.
|
inline |
|
protected |
ROI maximum width allowed in the U direction.
Definition at line 52 of file ROIToUnitTranslator.h.
|
protected |
ROI maximum width allowed in the V direction.
Definition at line 53 of file ROIToUnitTranslator.h.
|
protected |
number of standard deviations to be taken to define a ROI along U
Definition at line 50 of file ROIToUnitTranslator.h.
|
protected |
number of standard deviations to be taken to define a ROI along V
Definition at line 51 of file ROIToUnitTranslator.h.
|
protected |
systematic error along the U coordinate
Definition at line 48 of file ROIToUnitTranslator.h.
|
protected |
systematic error along the V coordinate
Definition at line 49 of file ROIToUnitTranslator.h.