You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Where's the code

lcls cvs repository

physics/correlations

Not in SEAL since what has been written so far is headless, and thereore is not SEAL specific.

Example of use of API

edu.stanford.slac.lcls.correlations.Runner

You get an instance of an Experiment, create some (1 or 2) Steppers, attach some (1 - M), like 200, Measures (thins to be acquired). Then "decorate" the Steppers (decorate Design Pattern - decorate a proxy of the object) with delays and which Steppers ask use for input (Prompter), you then attach Steppers and Measures to the Experiment, and finally call Experiment.run().

  • No labels