Versions Compared

Key

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

...

If you didn't already, take a look at Psana psana - User Manual and Psana psana - Reference Manual.

Note that with C++/psana (as opposed to with python/pyana), you do need two files for your source code: MyPackage/include/MyModule.h and MyPackage/src/MyModule.cpp. Also you must compile any time you change your source code.

...