Belle II Software development
|
This class appends the VXDIntercept infos of a track to the list of intercepts. More...
#include <ROIGeometry.h>
Public Member Functions | |
ROIGeometry () | |
Constructor. | |
~ROIGeometry () | |
Destructor. | |
void | fillPlaneList (double toleranceZ, double tolerancePhi, const VXD::SensorInfoBase::SensorType det) |
fill the list of planes | |
void | appendSelectedPlanes (std::list< ROIDetPlane > *selectedPlanes, ROOT::Math::XYZVector recoTrackPosition, int layer) |
Append to selectedPlanes those in the internal list for which a sensor is near the RecoTrack position. | |
Public Attributes | |
std::list< ROIDetPlane > | m_planeList |
list of planes | |
This class appends the VXDIntercept infos of a track to the list of intercepts.
Definition at line 24 of file ROIGeometry.h.
ROIGeometry | ( | ) |
~ROIGeometry | ( | ) |
void appendSelectedPlanes | ( | std::list< ROIDetPlane > * | selectedPlanes, |
ROOT::Math::XYZVector | recoTrackPosition, | ||
int | layer | ||
) |
Append to selectedPlanes those in the internal list for which a sensor is near the RecoTrack position.
Definition at line 72 of file ROIGeometry.cc.
void fillPlaneList | ( | double | toleranceZ, |
double | tolerancePhi, | ||
const VXD::SensorInfoBase::SensorType | det | ||
) |
fill the list of planes
Definition at line 32 of file ROIGeometry.cc.
std::list<ROIDetPlane> m_planeList |
list of planes
Definition at line 35 of file ROIGeometry.h.