GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Bugs, Fixes, Releases » Digitization or Tracking in STT class.
Digitization or Tracking in STT class. [message #8214] Tue, 14 April 2009 16:17 Go to previous message
donghee is currently offline  donghee
Messages: 385
Registered: January 2009
Location: Germnay
first-grade participant
From: *kph.uni-mainz.de
Dear all,

Does anybody knows the meaning of segmentation fault with human word?
=====================================================================
DemoPatternRecoTask::Exec
0 tracks created
DemoKalmanTask::Exec Event 0
DIGI EXECUTION *********************
Hit array contains 107 hits
Event Number 0
caution: wrong drift time
caution: wrong drift time
caution: wrong drift time
caution: wrong drift time
Nr of Points: 4

*** Break *** segmentation violation
=====================================================================

At a rough guess, DemoPattern and DemoKalmanTask couldn't find events, or digitization of emc, mvd, or stt have been wrong.
I'm following a simple example runReco.C in pandaroot/macro/fsim/
Simply, suggested sentences are introduced to perform the pattern recognition and kalman fit in my reconstruction script.
There are some EMC modules and few Tracking devices, which are delivered from other scripts for example in pandaroot/macro/run/reco_complete.C
The full script for this reconstruction purpose is also attached
=======================================================================
DemoPatternRecoTask* DemoPR = new DemoPatternRecoTask();
DemoPR->AddHitBranch(2,"PndTpcPoint");
// DemoPR->AddHitBranch(3,"MVDPoint");
DemoPR->SetPersistence();
// DemoPR->UseGeane();
fRun->AddTask(DemoPR);

DemoKalmanTask* DemoKalman = new DemoKalmanTask();
DemoKalman->AddHitBranch(2,"PndTpcPoint");
// DemoKalman->AddHitBranch(3,"MVDPoint");
DemoKalman->SetPersistence();
// DemoKalman->SetSmooth(true);
fRun->AddTask(DemoKalman);

.......................................................

DemoToolsTask* DemoTools = new DemoToolsTask();
fRun->AddTask(DemoTools);
=======================================================================


Thank you for your coorporation!!!
Best wishes,
Donghee Kang in Mainz

[Updated on: Wed, 15 April 2009 16:25]

Report message to a moderator

 
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: Thu Apr 25 21:20:58 CEST 2024

Total time taken to generate the page: 0.01145 seconds