Belle II Software  release-08-01-10
ROIGeometry Class Reference

This class appends the PXDIntercept infos of a track to the list of intercepts. More...

#include <ROIGeometry.h>

Collaboration diagram for ROIGeometry:

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< ROIDetPlanem_planeList
 Append the PXDIntercept infos related to the track theTrack to the listToBeFilled. More...
 

Detailed Description

This class appends the PXDIntercept infos of a track to the list of intercepts.

Definition at line 23 of file ROIGeometry.h.

Member Data Documentation

◆ m_planeList

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.


The documentation for this class was generated from the following files: