GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » General » MDT modification to run with different geometries
icon4.gif  MDT modification to run with different geometries [message #7647] Thu, 18 December 2008 13:19
Marco Destefanis is currently offline  Marco Destefanis
Messages: 2
Registered: July 2005
Location: Giessen
occasional visitor
From: *to.infn.it
Hi all,

together with George, we have modified a part of the PndMdt.* class. We have moved the public method "ConstructGeometry" and "ProcessHits" into a different file: "PndMdtGeoConstructorTo.*". In this way it is possible to run simulations with different MDT geometries.
We have also prepared the same structure for the MDT implementation of the Dubna group ("PndMdtGeoConstructorDu.*").

The code is compiled during the normal PandaRoot compilation and then it can be used with a simple modification in sim_muo.C. To add the MDT module to the simulation, one needs to use

PndMdt* Mdt = new PndMdt("MDT",kTRUE);
Mdt->SetMdtVersion("torino");
Mdt->SetGeometryFileName("muopars.root");
fRun->AddModule(Mdt);

To run with the Dubna group design, one needs to use Mdt->SetMdtVersion("dubna");

Bye,
Marco

[Updated on: Thu, 18 December 2008 18:09]

Report message to a moderator

 
Read Message icon4.gif
Previous Topic: QA macros
Next Topic: Field optimization
Goto Forum:
  


Current Time: Fri Apr 19 23:44:05 CEST 2024

Total time taken to generate the page: 0.01087 seconds