Public Member Functions | |
RCSegment (G4double _minZ, G4double _maxZ, const BLCoordinateTransform &_transform, G4double corr, G4double _interpolatePrev, G4double _interpolateThis) | |
Public Attributes | |
G4double | minZ |
G4double | maxZ |
G4double | correction |
BLCoordinateTransform | transform |
G4double | interpolatePrev |
G4double | interpolateThis |
BLCoordinateTransform | interpolate |
Friends | |
class | BLCoordinates |
BLCoordinates::RCSegment::RCSegment | ( | G4double | _minZ, | |
G4double | _maxZ, | |||
const BLCoordinateTransform & | _transform, | |||
G4double | corr, | |||
G4double | _interpolatePrev, | |||
G4double | _interpolateThis | |||
) | [inline] |
References correction, interpolatePrev, interpolateThis, maxZ, and minZ.
00355 : transform(_transform), interpolate(_transform) 00356 { minZ=_minZ; maxZ=_maxZ; correction=corr; 00357 interpolatePrev=_interpolatePrev; 00358 interpolateThis=_interpolateThis; }
friend class BLCoordinates [friend] |
G4double BLCoordinates::RCSegment::minZ |
Referenced by RCSegment().
G4double BLCoordinates::RCSegment::maxZ |
Referenced by RCSegment().
G4double BLCoordinates::RCSegment::correction |
Referenced by RCSegment().
Referenced by RCSegment().
Referenced by RCSegment().