|
[Rivet] New Analysis on Rivet 1.2.1Andy Buckley andy.buckley at ed.ac.ukTue May 18 17:42:52 BST 2010
On 18/05/10 14:31, Holger Schulz wrote: > On 18/05/10 14:05, Flavia Dias wrote: >> Hello all, >> >> I'm trying to make my own analysis on Rivet 1.2.1, installed in my >> home directory. >> >> First, my problem is, I am able to compile it with no errors using the >> command: >> >> g++ -fPIC -o libRivetMuonAnalysis.so -shared >> -I/home/fladias/RIVET/local/include >> -I/afs/cern.ch/sw/lcg/external/HepMC/2.05.00/slc4_amd64_gcc34/include >> <http://cern.ch/sw/lcg/external/HepMC/2.05.00/slc4_amd64_gcc34/include> -I/afs/cern.ch/sw/lcg/external/Boost/1.34.1/slc4_amd64_gcc34/include/boost-1_34_1 >> <http://cern.ch/sw/lcg/external/Boost/1.34.1/slc4_amd64_gcc34/include/boost-1_34_1> >> MuonAnalysis.cc >> >> >> But then, if I run rivet --list-analysis, my analysis won't be listed. Hi Flavia, I'm not sure if you got this reply from Holger, since he only sent it to the Rivet list: > You need to copy the RivetMuonAnalysis.so to some place where Rivet can > find it. > You can use 'rivet-config --libdir' to see where Rivet looks for > libraries by > default. You can also specify the exact list of directories that Rivet searches for analysis plugin libraries by using the RIVET_ANALYSIS_PATH variable. Flavia, apologies that the wiki documentation for Rivet is out of date... this may have led to some confusion. Fixing it is on my TODO list! Andy -- Dr Andy Buckley SUPA Advanced Research Fellow Particle Physics Experiment Group, University of Edinburgh The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.
More information about the Rivet mailing list |