GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Bugs, Fixes, Releases » Problem running sim with IdealTrackFinder on Kronos (Issue with macros and/or scripts)
Problem running sim with IdealTrackFinder on Kronos [message #20806] Wed, 05 April 2017 17:11 Go to next message
Walter Ikegami Andersson is currently offline  Walter Ikegami Andersson
Messages: 19
Registered: November 2014
occasional visitor
From: *physics.uu.se
Hello everyone,

I'm trying to run simulations with the new pandaroot release feb17p1 using the IdealTrackFinder.
I used the script jobsim_kronos.sh in pandaroot/macros/prod, where the macro prod_aod.C was used and a single line was modified:

  //fRun->AddRecoTasks(kFALSE);
  fRun->AddRecoIdealTasks(kFALSE);

When I submit the job with the following command:
sbatch -a1-20 jobsim_kronos.sh d0sim 10 D0toKpi.dec 12. ana 10

the run crash with a segmentation break. I've attached the log file.
The IdealTrackFinder is working fine when I test it with the macros in pandaroot/macro/master/recoideal_complete.C

Anyone has any idea what is wrong?

Best regards,
Walter
Re: Problem running sim with IdealTrackFinder on Kronos [message #20828 is a reply to message #20806] Thu, 06 April 2017 15:21 Go to previous messageGo to next message
Tobias Stockmanns is currently offline  Tobias Stockmanns
Messages: 489
Registered: May 2007
first-grade participant
From: *ext.kfa-juelich.de
Hi Walter,

the problem is that the ideal track finder is not able to run with the PID task at the same time. I have no clue, why this is the case but you can fix your problem by separating them into two independent macros as it is done in /macro/master.

Cheers,

Tobias
Re: Problem running sim with IdealTrackFinder on Kronos [message #20843 is a reply to message #20828] Fri, 07 April 2017 15:56 Go to previous message
Walter Ikegami Andersson is currently offline  Walter Ikegami Andersson
Messages: 19
Registered: November 2014
occasional visitor
From: *physics.uu.se
Hello Tobias,

thank you for your response.
I created a modified script jobsim_complete.sh for submitting jobs to kronos where four macros are called (prod_sim, prod_dig, prod_rec and prod_pid).
I also modified the digi, reco and pid macro slightly as they would crash otherwise...
  //fRun->Run(0, nEvents); //removed this line
  fRun->Run(0);


Cheers,

Walter
  • Attachment: jobsim_complete.sh
    (Size: 3.58KB, Downloaded 272 times)
  • Attachment: prod_dig.C
    (Size: 0.65KB, Downloaded 277 times)
  • Attachment: prod_rec.C
    (Size: 0.74KB, Downloaded 317 times)
  • Attachment: prod_pid.C
    (Size: 0.81KB, Downloaded 288 times)
Previous Topic: Problem in compilation of the new feb17p1 release
Next Topic: Install PandaRoot on Kronos
Goto Forum:
  


Current Time: Fri Mar 29 10:06:57 CET 2024

Total time taken to generate the page: 0.01071 seconds