Changeset 4073 in Sophya for trunk/SophyaPI/DemoPIApp/CONTENT
- Timestamp:
- May 10, 2012, 10:07:33 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/DemoPIApp/CONTENT
r3436 r4073 1 1 ====== SOPHYA/piapp demo scripts and programs ====== 2 2 =============================================================== 3 (C) LAL-IN2P3/CNRS 1998-20074 (C) DAPNIA/CEA 1998-20073 (C) LAL / Univ. Paris Sud, CNRS/IN2P3 1998-2012 4 (C) IRFU-SPP/CEA 1998-2012 5 5 =============================================================== 6 6 … … 36 36 7/ pnbpays.pic : How to make and draw a bargraph 37 37 38 8/ resonance.pic : How to make complex plots/drawings , in this case 38 8/ polarplot.pic : Example for creating and filling an NTuple 39 with suitable data for plot in polar coordinates using the interpreter 40 and examples of plot in polar coordinates 41 piapp> exec polarplot 42 43 9/ resonance.pic : How to make complex plots/drawings , in this case 39 44 the resonance curve of an harmonic oscillator, using the piapp 40 45 scripting capabilities 41 46 42 9/ oh_xva_spring.pic : An other example of complex drawing ...47 10/ oh_xva_spring.pic : An other example of complex drawing ... 43 48 44 1 0/ user.cc : example of function which can be called from piapp45 1 0.a/ Create the shared/loadable object user.so49 11/ user.cc : example of function which can be called from piapp 50 11.a/ Create the shared/loadable object user.so 46 51 csh> make user.so 47 1 0.b/ in piapp, link the module and call the function52 11.b/ in piapp, link the module and call the function 48 53 piapp> link user.so user 49 54 piapp> call user … … 58 63 piapp capabilities can be extended using loadable modules 59 64 60 1 1/ exmod.pic , exmodule.cc61 1 1.a/ Create the loadable module exmodule.so65 12/ exmod.pic , exmodule.cc 66 12.a/ Create the loadable module exmodule.so 62 67 csh> make exmodule.so 63 1 1.b/ Execute the script exmod.pic68 12.b/ Execute the script exmod.pic 64 69 ---> new commands are added to piapp 65 70 66 1 2/ exmoddrw.pic exmoddrw.cc71 13/ exmoddrw.pic exmoddrw.cc 67 72 csh> make exmoddrw.so 68 73 in piapp> exec exmoddrw.pic
Note:
See TracChangeset
for help on using the changeset viewer.