GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » MVD » Geometry
icon4.gif  Geometry [message #4244] Tue, 15 May 2007 17:09 Go to next message
StefanoSpataro is currently offline  StefanoSpataro
Messages: 2736
Registered: June 2005
Location: Torino
first-grade participant

From: *physik.uni-giessen.de
Hi Ralf,
today I committed an update on the beampipe geometry, and I wanted to take a look into what is happening inside the region of the vertex detector (MVD_Rev14b_Corr+Dead.geo):

index.php?t=getfile&id=3536&private=0

It seems that the forward disks (I think the dead layers) are completely full, and there is no space for the beampipe -> there is overlap between volumes.
I don't know exactly how the geometry will look like, but is it possible to open one hole so that at least we do not have overlap there?

We should even start to think on how to handle the vertical target pipe, we should open a hole (or better two) inside the MVD, EMC, DIRC and the magnet yoke...
  • Attachment: vertex.JPG
    (Size: 54.43KB, Downloaded 1227 times)

[Updated on: Mon, 11 June 2007 15:46] by Moderator

Report message to a moderator

Re: MVD Development Discussion [message #4248 is a reply to message #4244] Wed, 16 May 2007 09:37 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: 141.30.85*
Hi Stefano,
Tobias has an updated geometry from the CAD files, with a detailed support structure and cooling. However the implementation is not ready yet.

Ralf.
Re: MVD Development Discussion [message #4282 is a reply to message #4244] Tue, 22 May 2007 08:42 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
Hi Stefano,

Mohammad managed to upload Root geometry files into the simulation framework. With my CAD to Root converter I can provide very realistic descriptions of the MVD. The only problem at the moment is that the created hits have no energy. This will be fixed (hopefully) this week by Mohammad. After this the updated code of the Tst(MVD) detector will go into svn.

Cheers,

Tobias
Re: MVD Development Discussion [message #4286 is a reply to message #4282] Tue, 22 May 2007 10:56 Go to previous messageGo to next message
asanchez is currently offline  asanchez
Messages: 350
Registered: March 2006
first-grade participant
From: *gsi.de
Hi Tobias, could be possible to know
or if it is veryfresh to have a copy of your
cad2root converter?
thanks a lot
Alicia.
Re: MVD Development Discussion [message #4287 is a reply to message #4244] Tue, 22 May 2007 11:03 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
Hi Ralf,

for sure it is possible to implement this into the MVD classes. I am a bit worried, that you want to remove the TST classes, because I am using them at the moment to further develop my digitization and reconstruction code.

At a certain point we have to merge both developments and I would like to plan this together with you. Thus I would like to arrange a MVD software meeting. One occasion would be the general MVD meeting beginning of June. After this the next possibility for me is from the beginning of August.

Cheers,

Tobias
Re: MVD Development Discussion [message #4288 is a reply to message #4286] Tue, 22 May 2007 11:08 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 Alizia,

for sure you can have a copy of the converter, but it has certain constraints:

- Rene did not get it running in Dresden (and I do not know why).
- Only simple geomtries are supported. It would be best if you have access to the CAD programm which created the step files
- There are some problems with step files comming from CATIA V

Therefore I would suggest that you send me your STEP file and I try to convert it here.

Cheers,

Tobias
Re: MVD Development Discussion [message #4289 is a reply to message #4288] Tue, 22 May 2007 11:16 Go to previous messageGo to next message
asanchez is currently offline  asanchez
Messages: 350
Registered: March 2006
first-grade participant
From: *gsi.de
Hi
Actually I create any CATIA file
(with step format), only with AUTOCAD.

Does this converter need a step file?

If it works also with autocad files, i will prepare some copy
with the news changes, and I will send it to you.
thanks a lot
alicia.
Re: MVD Development Discussion [message #4291 is a reply to message #4289] Tue, 22 May 2007 11:47 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
Hi Alicia,

yes the converter needs a STEP file as input. If you have a choice which STEP format to create I would prefere 203 and 214.

Cheers,

Tobias
Re: MVD Development Discussion [message #4332 is a reply to message #4244] Fri, 25 May 2007 09:22 Go to previous messageGo to next message
asanchez is currently offline  asanchez
Messages: 350
Registered: March 2006
first-grade participant
From: *gsi.de
hi Ralph
I have taken a look into your updated
mvd directory, specially in the tst directory.

You told me once, that the microstrips can be
implemented by using the pixel class as well.
But i don't see any special selection for strips
calculation in CbmStsHitProducerIdeal(lx,ly,thresholod,noise).


When one call the CbmStsHitProducerIdeal(lx,ly,thresholod,noise)
in the /macro/mvd/runTSTAnaDigi.C, and specifies the values of lx, and ly, you define only pixel in this way, or I'm wrong ?.

If it is correct, where do you specify if you have double sided
layer or if you have only one strips layer?

Sorry if that are so naive questions. Smile

thanks a lot

ALicia.S
Re: MVD Development Discussion [message #4336 is a reply to message #4244] Fri, 25 May 2007 10:11 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: 141.30.85*
Hi Alicia,

You may think of strip detectors like Pixels with one column and several rows. In that way you even may arrange double-sided strip detectors by digitizing the same MC Point once with only one column and once with only one row.

The TST code is the approach from Tobias, now continued with the cad geometry. Since the Mvd has now two approaches (libMvd and libTst) there will be a simulation session in the Mvd subgroup meeting at Juelich (4.-5.6.07). After that we'll definately throw something away. So please don't get confused.

Kind regards, Ralf.
Re: MVD Development Discussion [message #4337 is a reply to message #4336] Fri, 25 May 2007 10:16 Go to previous messageGo to next message
asanchez is currently offline  asanchez
Messages: 350
Registered: March 2006
first-grade participant
From: *gsi.de
ok thanks, but then it means, i should look into Crying or Very Sad either the mvd
or into the tst, depending on which version I want to select?


sorry, now i'm really confused. Embarassed
Re: MVD Development Discussion [message #4346 is a reply to message #4337] Fri, 25 May 2007 10:53 Go to previous message
Tobias Stockmanns is currently offline  Tobias Stockmanns
Messages: 489
Registered: May 2007
first-grade participant
From: *ikp.kfa-juelich.de
Hi Alicia,

do not panik Smile. The TST code is the code I have written for the evaluation of the CbmRoot framework. This code is able to:
- read in either .root or .geo files with geometry information
- generate MC hits in the sensor planes of the detector
- digitize the MC-hits according to the given pixel dimensions (x,y) and, in addition, taking the discriminator threshold and the noise into account
- reconstruct the position of a hit out of the digitized data
- store the digis and the reco points in a root file

All this is done only for pixel detectors. To adopt this to handle the strip part is not a big deal but still has to be done.

Ralf started to write a new pixel detector (the MVD code) based on the work of Rene for the old framework. In our meeting beginning of June we will merge both codes and define how to proceed with the programming work. After this date we will add the strip part.

Can you tell me what you want to do with the MVD code?

Cheers,

Tobias

Next Topic: Root Geometry problems
Goto Forum:
  


Current Time: Sat Apr 27 01:56:49 CEST 2024

Total time taken to generate the page: 0.00426 seconds