ATLAS Offline Software
|
#include <VolumeIntersection.h>
Public Member Functions | |
EdgeCross (std::pair< int, int > ei, std::pair< double, double > ep) | |
Public Attributes | |
std::pair< int, int > | edge_id {} |
std::pair< double, double > | edge_pos {} |
bool | used {false} |
Definition at line 37 of file VolumeIntersection.h.
|
inline |
Definition at line 42 of file VolumeIntersection.h.
std::pair<int, int> Trk::EdgeCross::edge_id {} |
Definition at line 39 of file VolumeIntersection.h.
std::pair<double, double> Trk::EdgeCross::edge_pos {} |
Definition at line 40 of file VolumeIntersection.h.
bool Trk::EdgeCross::used {false} |
Definition at line 41 of file VolumeIntersection.h.