11 #include <tracking/pxdDataReductionClasses/ROIDetPlane.h>
44 void appendSelectedPlanes(std::list<ROIDetPlane>* selectedPlanes, ROOT::Math::XYZVector recoTrackPosition,
int layer);
This class appends the PXDIntercept infos of a track to the list of intercepts.
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...
void fillPlaneList(double toleranceZ, double tolerancePhi)
fill the list of planes
ROIGeometry()
Constructor.
~ROIGeometry()
Destructor.
std::list< ROIDetPlane > m_planeList
Append the PXDIntercept infos related to the track theTrack to the listToBeFilled.
Abstract base class for different kinds of events.