24 AngularScan(G4double pBeamRadius, G4double pBeamDistance, G4double pWavelength);
35 G4double m_beamRadius;
36 G4double m_beamDistance;
37 G4double m_wavelength;
Class for defining and running simple GPS beam configurations with angular scans.
Definition OMSimAngularScan.hh:21
void configureScan()
Configure the GPS settings, such as the particle properties, beam position and direction.
Definition OMSimAngularScan.cc:52
void configurePosCoordinates()
Configures the position coordinates of the beam based on the polar and azimuthal angles.
Definition OMSimAngularScan.cc:17
void runSingleAngularScan(G4double pPhi, G4double pTheta)
Run a single angular scan with the specified angles.
Definition OMSimAngularScan.cc:83
void configureAngCoordinates()
Configures the angular coordinates of the beam based on the polar and azimuthal angles.
Definition OMSimAngularScan.cc:31