11#include <framework/datastore/StoreArray.h> 
   12#include <tracking/roiFinding/ROIinfo.h> 
   23  template<
class aIntercept>
 
   35                        double numSigmaTotU, 
double numSigmaTotV,
 
   36                        double maxWidthU, 
double maxWidthV);
 
Translator for ROI-geometry-information into a list of pixels or strips.
double m_maxWidthV
ROI maximum width allowed in the V direction.
double m_maxWidthU
ROI maximum width allowed in the U direction.
double m_sigmaSystV
systematic error along the V coordinate
double m_numSigmaTotV
number of standard deviations to be taken to define a ROI along V
~ROIToUnitTranslator()
Destructor.
double m_sigmaSystU
systematic error along the U coordinate
double m_numSigmaTotU
number of standard deviations to be taken to define a ROI along U
Accessor to arrays stored in the data store.
void fillRoiIDList(StoreArray< aIntercept > *listOfIntercepts, StoreArray< ROIid > *ROIidList)
Append the ROIid to the list listToBeFilled.
Abstract base class for different kinds of events.
ROIinfo contains the parameters that can be changed by the user in the python script.