What’s the line ( “gROOT->LoadMacro(”$ROOTSYS/test/libEvent.so");" ) used for?
Can the line be deleted when do the above?
Why I can not find the $ROOTSYS/test/libEvent.so in cern(lxplus)?
[quote]Why I can not find the $ROOTSYS/test/libEvent.so in cern(lxplus)?[/quote]It is not build there. Simply do:cp -rp $ROOTSYS/test /your/directory
cd /your/directory/test
gmake Event
Humm, In your post text you use the word ‘Events’ with a trailing ‘s’. If it reflect what you actually type, this extra ‘s’ would be the problem (the makefile target is ‘Event’ and the library name is ‘libEvent.so’)