Skip to content

jamesjl3/OnlMon

 
 

Repository files navigation

OnlMon

Build Status

To build it, create a build area and run

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

make install

then set ONLMON_MAIN to installdir --> emacs ~/.bashrc --> export ONLMON_MAIN=$MYINSTALL

cd to <srcdir>/macros where the macros and scripts are located

source setup_onlmon.sh

(or for csh source setup_onlmon.csh)

If you use GL1 info in your monitor, you need to start the server that buffers the GL1 data and serves it to the clients

eventServer -d 200000 -i -v -f <gl1_rawdatafile>

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++ 81.1%
  • C 5.3%
  • JavaScript 4.8%
  • Perl 4.0%
  • Makefile 1.9%
  • Shell 0.8%
  • Other 2.1%