Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section will guide you trough the steps necessary to perform simple analysis in a C++ analysis framework (psana). For more detailed description of psana consult Psana User Manual - Old.

User modules in psana are the instances of the C++ class which must inherit from a special base class psana::Module. There are several methods in the base class which can be overriden in the subclass (event() must always be implemented):

...