GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » General » Question about DSK PID detector at PANDAroot
Question about DSK PID detector at PANDAroot [message #14133] Wed, 17 October 2012 10:07 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 PANDAusers,

I wondering about Drc and Dsk software structure!

In suggested simulation macro, I have seen Dsk and Drc as like following

Quote:


PndDsk* Dsk = new PndDsk("DSK", kTRUE);
Dsk->SetGeometryFileName("dsk.root");
Dsk->SetStoreCerenkovs(kFALSE);
Dsk->SetStoreTrackPoints(kFALSE);
fRun->AddModule(Dsk);

PndDrc *Drc = new PndDrc("DIRC", kTRUE);
Drc->SetGeometryFileName("dirc_l0_p0_updated.root");
Drc->SetRunCherenkov(kFALSE); // for fast sim Cherenkov -> kFALSE
fRun->AddModule(Drc);



But Digi macro, only hit producers of DRC is introduced
Quote:


----- DRC hit producers ---------------------------------
PndDrcHitProducerIdeal* drchit = new PndDrcHitProducerIdeal();
drchit->SetVerbose(iVerbose);
fRun->AddTask(drchit);




There are no DISK part at all in the digitization.
Is DRC not involved our PID?
Is planned to put it in someday later?

Best wishes,
Donghee


Re: Question about DSK PID detector at PANDAroot [message #14134 is a reply to message #14133] Wed, 17 October 2012 11:54 Go to previous message
StefanoSpataro is currently offline  StefanoSpataro
Messages: 2736
Registered: June 2005
Location: Torino
first-grade participant

From: *to.infn.it
Disc is used in PID but w/o digitization, you don't have to care.
Previous Topic: Creating Magnetic Field Maps
Next Topic: Simulation For a particular branch
Goto Forum:
  


Current Time: Sun Nov 03 22:54:57 CET 2024

Total time taken to generate the page: 0.00831 seconds