BLCoordinates::RCSegment Struct Reference

List of all members.

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


Constructor & Destructor Documentation

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; }


Friends And Related Function Documentation

friend class BLCoordinates [friend]


Member Data Documentation

Referenced by RCSegment().

Referenced by RCSegment().

Referenced by RCSegment().

Referenced by RCSegment().

Referenced by RCSegment().


The documentation for this struct was generated from the following file:
g4beamline