Working with the OpenScientist packages : --------------------------------------- To create the analysis file, you can install the light "osc_batch" binary kit (See http://OpenScientist.lal.in2p3.fr ). For example from a UNIX sh flavoured shell : sh> cd /usr/local sh> sh> sh> unzip -q osc_batch.zip sh> cd osc_batch/ sh> ./install Then you build the example with : csh> source /usr/local/osc_batch//aida-setup.csh csh> csh> setenv G4ANALYSIS_USE 1 csh> cd /examples/extended/analysis/AnaEx01 csh> make csh> ${G4BIN}/${G4SYSTEM}/AnaEx01 Depending of the file format, you can visualize the produced file with various interactive tools (CERN/PAW, CERN/ROOT, jas). But if installing also an OpenScientist osc_vis binary kit, you shall be able to visualize all formats by using the osc-plot program. To install an osc_vis kit : sh> cd /usr/local sh> sh> sh> unzip -q osc_vis.zip sh> cd osc_vis/ sh> ./install Then to browse the AnaEx01. file (for exa from an UNIX sh shell) : sh> . /usr/local/osc_vis//setup.sh sh> sh> osc-plot AnaEx01.[aida,root,hbook] The OpenScientist URL is : http://OpenScientist.lal.in2p3.fr. Note that OpenScientist is installed on CERN/lxplus under : /afs/cern.ch/sw/contrib/[osc_batch,osc_vis].