GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Bugs, Fixes, Releases » Possibility of combining of digitization and reconstruction
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 previous 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.
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: g3config.C and g3config_new.C
Next Topic: Digitization or Tracking in STT class.
Goto Forum:
  


Current Time: Thu Mar 28 13:14:10 CET 2024

Total time taken to generate the page: 0.01004 seconds