Photon parameters are stored when entering in the PreMonitor.
If this photon then reaches the associated Monitor_nD, this latter
component measures the previously stored parameters. This enables to study
correlations between a given parameter in one place of the instrument
and an other detection position in the instrument.
EXAMPLES:
Here follows a Phase-Space correlation diagram detector
(used for guides for instance)
MyPreMonitor = PreMonitor_nD(
monitor_comp = MyMonitor)
...some optics....
MyMonitor = Monitor_nD(
xwidth = 0.1, yheight = 0.1,
options = "hdiv x, auto, use premonitor");
Input parameters
Parameters in boldface are required;
the others are optional.
Name
Unit
Description
Default
monitor_comp
name of the associated Monitor_nD where the detection should take place [no quotes]