Bunch::Point Struct Reference

List of all members.

Public Member Functions

 Point (double t, G4ThreeVector p, G4ThreeVector m)

Public Attributes

G4ThreeVector position
G4ThreeVector momentum
double time


Constructor & Destructor Documentation

Bunch::Point::Point ( double  t,
G4ThreeVector  p,
G4ThreeVector  m 
) [inline]

References momentum, position, and time.

00082                         { time=t; position=p; momentum=m; }


Member Data Documentation

G4ThreeVector Bunch::Point::position

Referenced by Point().

G4ThreeVector Bunch::Point::momentum

Referenced by Point().

Referenced by Point().


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