Skip to content

bkimelman/OnlMon

 
 

Repository files navigation

OnlMon

Build Status

To build it, create a build area and run

<srcdir>/autogen.sh --prefix=<installdir>

make install

then set ONLMON_MAIN to installdir, cd to <srcdir>/macros where the macros and scripts are located

source setup_onlmon.sh

(or for csh source setup_onlmon.csh)

You need three sessions to run the show, two for the servers, one for the client. In the server windows start root and run the example server2:

root.exe

.x run_example_server0.C

and

root.exe

.x run_example_server1.C

run 100 events to get ths show going (otherwise your histos will be empty)

prun(100)

in the other start the client

root.exe

.L run_example_client.C

exampleDrawInit()

exampleDraw()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 78.9%
  • JavaScript 5.8%
  • Perl 5.1%
  • C 5.0%
  • Makefile 2.0%
  • Shell 0.9%
  • Other 2.3%