Belle II Software
release-08-01-10
|
This class appends the PXDIntercept 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) |
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 |
Append the PXDIntercept infos related to the track theTrack to the listToBeFilled. More... | |
This class appends the PXDIntercept infos of a track to the list of intercepts.
Definition at line 23 of file ROIGeometry.h.
std::list<ROIDetPlane> m_planeList |
Append the PXDIntercept infos related to the track theTrack to the listToBeFilled.
list of planes
Definition at line 39 of file ROIGeometry.h.