EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/eic/ayk/MgridDirection.h>
Public Member Functions | |
MgridDirection () | |
MgridDirection (int _dim, double _min, double _max) | |
double | getStep () |
Private Attributes | |
__u64 | dim |
double | min |
double | max |
double | step |
Friends | |
class | Mgrid |
class | MgridInterpolation |
Definition at line 30 of file MgridDirection.h.
View newest version in sPHENIX GitHub at line 30 of file MgridDirection.h
|
inline |
Definition at line 37 of file MgridDirection.h.
View newest version in sPHENIX GitHub at line 37 of file MgridDirection.h
MgridDirection::MgridDirection | ( | int | _dim, |
double | _min, | ||
double | _max | ||
) |
Definition at line 15 of file MgridDirection.cxx.
View newest version in sPHENIX GitHub at line 15 of file MgridDirection.cxx
|
inline |
Definition at line 43 of file MgridDirection.h.
View newest version in sPHENIX GitHub at line 43 of file MgridDirection.h
References step.
Referenced by create_single_mgrid_header().
|
friend |
Definition at line 31 of file MgridDirection.h.
View newest version in sPHENIX GitHub at line 31 of file MgridDirection.h
|
friend |
Definition at line 32 of file MgridDirection.h.
View newest version in sPHENIX GitHub at line 32 of file MgridDirection.h
|
private |
Definition at line 43 of file MgridDirection.h.
View newest version in sPHENIX GitHub at line 43 of file MgridDirection.h
Referenced by MgridInterpolation::appendArbitraryNeighbouringCells(), MgridInterpolation::checkNeighbouringCubicArea(), Mgrid::coordToMultiAddr(), Mgrid::initializeAsSingleMgrid(), Mgrid::linearAddrToMulti(), MgridDirection(), Mgrid::multiAddrToCoord(), Mgrid::multiAddrToLinear(), MgridInterpolation::preCookMultiDimCommon(), and MgridInterpolation::precookSequentialHighCommon().
|
private |
Definition at line 49 of file MgridDirection.h.
View newest version in sPHENIX GitHub at line 49 of file MgridDirection.h
Referenced by Mgrid::coordToMultiAddr(), and MgridDirection().
|
private |
Definition at line 49 of file MgridDirection.h.
View newest version in sPHENIX GitHub at line 49 of file MgridDirection.h
Referenced by Mgrid::coordToMultiAddr(), Mgrid::initializeAsSingleMgrid(), MgridDirection(), and Mgrid::multiAddrToCoord().
|
private |
Definition at line 54 of file MgridDirection.h.
View newest version in sPHENIX GitHub at line 54 of file MgridDirection.h
Referenced by Mgrid::coordToMultiAddr(), Mgrid::directFieldValue(), getStep(), Mgrid::initializeAsSingleMgrid(), MgridDirection(), and Mgrid::multiAddrToCoord().