GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » General » New Solenoid and MVD
New Solenoid in svn [message #6666 is a reply to message #6214] Mon, 05 May 2008 11:50 Go to previous message
StefanoSpataro is currently offline  StefanoSpataro
Messages: 2736
Registered: June 2005
Location: Torino
first-grade participant

From: *physik.uni-giessen.de
Dear all,
after some debugging done by Tobias (I was his "Guinea pig"...), now the geometry of the solenoid is working, the file is FullSolenoid.root.

Considering that this is just the solenoid part, I have added inside the geometry directory a file dipole.geo with only the dipole part.

In order to use these files you have to substitute your "magnet" part in your simulation macro with the following code lines:

CbmModule *Magnet= new PndMagnet("MAGNET");
Magnet->SetGeometryFileName("FullSolenoid.root");
fRun->AddModule(Magnet);

CbmModule *Dipole= new PndMagnet("MAGNET");
Dipole->SetGeometryFileName("dipole.geo");
fRun->AddModule(Dipole);


And this will be the result, with all the detectors:



As you can see there is an overlap between the old target pipe and the new solenoid, in order to solve this we need drawings of the new pipe, but at the moment this is not of fundamental importance.

Thanks to Tobias for the time he spent into this geometry conversion.

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message icon6.gif
Read Message
Read Message
Read Message icon4.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: geane propagate((CbmTrackParH *TStart, CbmTrackParP *TEnd, Int_t PDG)
Next Topic: Eclipse IDE
Goto Forum:
  


Current Time: Fri Apr 26 05:59:19 CEST 2024

Total time taken to generate the page: 0.00967 seconds