Jpp
|
Detector subset without binary search functionality. More...
#include <JDetectorSubset.hh>
Public Member Functions | |
JDetectorSubset_t (const JDetector &detector, const JAxis3D &track, const double Rmax=std::numeric_limits< double >::max(), const JRange< double > &Z=JRange< double >()) | |
Constructor. More... | |
JDetectorSubset_t (const JDetector &detector, const JVector3D &position, const double Dmax=std::numeric_limits< double >::max()) | |
Constructor. More... | |
Detector subset without binary search functionality.
Definition at line 38 of file JDetectorSubset.hh.
|
inline |
Constructor.
The positions and orientations of the modules and the PMTs after the transformation are relative to given particle track (see ANTARES-SOFT 2010-002). Only modules within given road width and z-axis range are accepted.
detector | detector |
track | particle track |
Rmax | maximal distance of approach [m] |
Z | range of positions along z-axis [m] |
Definition at line 54 of file JDetectorSubset.hh.
|
inline |
Constructor.
The positions and orientations of the modules and the PMTs are offset with respect to given position. Only modules within given distance are accepted.
detector | detector |
position | position of vertex |
Dmax | maximal distance [m] |
Definition at line 92 of file JDetectorSubset.hh.