GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Bugs, Fixes, Releases » Possibility of combining of digitization and reconstruction
Possibility of combining of digitization and reconstruction [message #8224] Wed, 15 April 2009 15:21 Go to next message
donghee is currently offline  donghee
Messages: 385
Registered: January 2009
Location: Germnay
first-grade participant
From: *kph.uni-mainz.de
Dear all,

I'm looking for few references in pandaroot/macro/run/digi_complete.C and reco_complete.C

My funny idea is that some detector hits producers will be created the digitized hits and then
directly use it at the track finding as a next step
All procedure will be performed in one macro.
To do that, simply two macros are merged into one.

Is it possible to combine these two macros?

Best wishes,
Donghee Kang


[Updated on: Wed, 15 April 2009 15:23]

Report message to a moderator

Re: Possibility of combining of digitization and reconstruction [message #8225 is a reply to message #8224] Wed, 15 April 2009 15:34 Go to previous messageGo to next message
Tobias Stockmanns is currently offline  Tobias Stockmanns
Messages: 489
Registered: May 2007
first-grade participant
From: *ikp.kfa-juelich.de
Dear Donghee,

before you can use a digitized MVD hit in a kalman filter you have to reconstruct it.

Digitized data contains the output as it would be from the real experiment. For the MVD this is the information which module was hit, which front end and which pixel. In addition you get a time and deposited charge information.

This data has to be translated into a position in the coordinate system of the panda detector before it can be used in a tracking algorithm. This is the task of the reconstruction macro.

Cheers,

Tobias
Re: Possibility of combining of digitization and reconstruction [message #8229 is a reply to message #8224] Wed, 15 April 2009 17:05 Go to previous messageGo to next message
Ralf Kliemt is currently offline  Ralf Kliemt
Messages: 507
Registered: May 2007
Location: GSI, Darmstadt
first-grade participant

From: *to.infn.it
Hello,

When it comes to the MVD I'd say you use the digitization and hit reconstruction in one macro:

PndMvdDigiTask* mvddigi = new PndMvdDigiTask();
mvddigi->SetVerbose(iVerbose);
fRun->AddTask(mvddigi);

Double_t chargecut = 5000., pixelrad=1.8;
PndMvdClusterTask* mvdmccls = new PndMvdClusterTask(pixelrad,chargecut,inFile);
mvdmccls->SetVerbose(iVerbose);
fRun->AddTask(mvdmccls);

You can add other detectors tasks, as you like. I admit the overview situation is a bit messy right now.

Kind regards, Ralf.
Re: Possibility of combining of digitization and reconstruction [message #8241 is a reply to message #8229] Thu, 16 April 2009 13:32 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 Ralf,

Thank you, it works properly.

Donghee

[Updated on: Thu, 16 April 2009 13:34]

Report message to a moderator

Previous Topic: g3config.C and g3config_new.C
Next Topic: Digitization or Tracking in STT class.
Goto Forum:
  


Current Time: Sat Apr 27 14:27:35 CEST 2024

Total time taken to generate the page: 0.00735 seconds