GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » General » FairRunInfo_* is it possible to not create these files?
FairRunInfo_* is it possible to not create these files? [message #12862] Tue, 13 December 2011 16:36 Go to next message
Dmitry Khaneft is currently offline  Dmitry Khaneft
Messages: 75
Registered: January 2009
continuous participant
From: 140.181.10*
Dear all,

after installation of pandaroot nov11 release my sim, digi, reco, and pid macros produce additional files. The names of the files starts with "FairRunInfo_*" and they contain information about time and memory usage.

I understand that it is important information and some people may need it but I do background production and having another 40k files isn't what I want. Is it possible to not create these files when one don't need them?

Cheers,
Dmitry
Re: FairRunInfo_* is it possible to not create these files? [message #12872 is a reply to message #12862] Wed, 21 December 2011 11:47 Go to previous messageGo to next message
StefanoSpataro is currently offline  StefanoSpataro
Messages: 2736
Registered: June 2005
Location: Torino
first-grade participant

From: *to.infn.it
Maybe this could help:

FairLogger::GetLogger()->SetLogToFile(kFALSE);
Re: FairRunInfo_* is it possible to not create these files? [message #13879 is a reply to message #12872] Fri, 24 August 2012 07:57 Go to previous messageGo to next message
Dmitry Morozov is currently offline  Dmitry Morozov
Messages: 34
Registered: May 2007
Location: Protvino, Russia
continuous participant
From: 194.190.166*
Hi, this does not help...

Stefano Spataro wrote on Wed, 21 December 2011 13:47

Maybe this could help:

FairLogger::GetLogger()->SetLogToFile(kFALSE);



As far as I looked through the code there is no any switch to control the creation of FairRunInfo*.root files... Am I wrong?

Thank you.
Dmitry
Re: FairRunInfo_* is it possible to not create these files? [message #13880 is a reply to message #13879] Fri, 24 August 2012 09:34 Go to previous message
Florian Uhlig is currently offline  Florian Uhlig
Messages: 424
Registered: May 2007
first-grade participant
From: *gsi.de
Hi Dmitry,

since today (revision 16739) there is a possibility to switch of the generation of the file. On the macro use the following line to switch it of


  
run->SetWriteRunInfoFile(kFALSE);

where run is the name of your RunSim or RunAna instance. In your case the name may differ.

Ciao

Florin

[Updated on: Fri, 24 August 2012 09:35]

Report message to a moderator

Previous Topic: config.sh and LD_LIBRARY_PATH, PATH
Next Topic: Event display in pandaroot/macro/pid
Goto Forum:
  


Current Time: Thu Mar 28 12:41:58 CET 2024

Total time taken to generate the page: 0.00900 seconds