GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Bugs, Fixes, Releases » [FIXED] error in running runLumiSim.C
Re: error in running runLumiSim.C [message #10698 is a reply to message #10697] Tue, 18 May 2010 20:15 Go to previous messageGo to previous message
StefanoSpataro is currently offline  StefanoSpataro
Messages: 2736
Registered: June 2005
Location: Torino
first-grade participant

From: *9-87-r.retail.telecomitalia.it
I was not informed that my code was changed without notice...

However, try to edit your gconfig/rootlogon.C and invert the two lines:

if(isLibrary("libPid"))gSystem->Load("libPid");
if(isLibrary("libAnalysisTools"))gSystem->Load("libAnalysisTools");


in

if(isLibrary("libAnalysisTools"))gSystem->Load("libAnalysisTools");
if(isLibrary("libPid"))gSystem->Load("libPid");


and tell me if it works. If it does, tomorrow I will commit the change in the code...
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Next release pandaroot
Next Topic: Mvd code update
Goto Forum:
  


Current Time: Fri Mar 29 08:10:39 CET 2024

Total time taken to generate the page: 0.01187 seconds