GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Bugs, Fixes, Releases » Digitization or Tracking in STT class.
Re: Tracking [message #8243 is a reply to message #8242] Thu, 16 April 2009 14:09 Go to previous message
donghee is currently offline  donghee
Messages: 385
Registered: January 2009
Location: Germnay
first-grade participant
From: *dip.t-dialin.net
Dear Alicia

With tofbarrel.geo the run goes to the event number 9 without error.
At event number 9, run come to a death stop!

*** Break *** floating point exception

Is this related overlap of detector loading?
I have introduced following tracking devices in current runMC.




FairDetector *Mvd = new PndMvdDetector("MVD", kTRUE);
Mvd->SetGeometryFileName("MVD14.root");
fRun->AddModule(Mvd);

PndStt *Stt= new PndStt("STT",kTRUE);
//Stt->SetGeometryFileName("straws_skewed_blocks.geo");
Stt->SetGeometryFileName("straws_skewed_blocks_35cm_pipe.geo");
fRun->AddModule(Stt);

PndTof *Tof = new PndTof("TOF",kTRUE);
//Tof->SetGeometryFileName("tofSciF.geo");
Tof->SetGeometryFileName("tofbarrel.geo");
fRun->AddModule(Tof);

PndDrc *Drc = new PndDrc("DIRC",kTRUE);
Drc->SetGeometryFileName("dirc.geo");
//fRun->AddModule(Drc);

PndDchDetector *Dch = new PndDchDetector("DCH",kTRUE);
Dch->SetGeometryFileName("dch.root");
fRun->AddModule(Dch);

PndMdt *Mdt = new PndMdt("MDT",kTRUE);
Mdt->SetGeometryFileName("muopars.root");
Mdt->SetMdtVersion("torino");
fRun->AddModule(Mdt);
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Possibility of combining of digitization and reconstruction
Next Topic: STTPoints do not match with STTHelixHit
Goto Forum:
  


Current Time: Wed Apr 24 13:43:47 CEST 2024

Total time taken to generate the page: 0.00780 seconds