ActarSimGroup / Actarsim

ACTARSIM, a simulation package developed to determine the response of the ACTAR-TPC Active Target and other similar Active Target projects, as well as their ancillary detectors.
http://igfae.usc.es/~genp/actarsim_doxygen/
2 stars 13 forks source link

ActarSim/dev test #13

Open piotrkon opened 8 years ago

piotrkon commented 8 years ago

Hi Hector,

Concerning the last dev version of ActarSim, I noticed that the demonstrator looks like that

vis_actar_profile

When previously it was like that

vis_actar_profile_modifgasbox chamber

In both case the origin is in the middle of the gas box (beam gun position is -64 0 0 mm).

Since now all the information are in the DetectorTypeFlag, we can change Chamber and GasChamber Position so the GasBox will be situated well according to the ancillaries detectors?

hapol commented 8 years ago

The modifications for detectors with a DetectorTypeFlag (as ACTAR-TPC demonstrator) can be directly made in the code (hardcoded) under the appropriate flag. Please, correct my error in the gasbox and support structures, ensuring that the beam passes correctly when follows the Z axis (for instance, using beam position 0,0,-64, as you mayor comment before). For the corrections, please, create a branch with my dev and correct and write on top. Then, we will take your branch to push on the official dev. Please, check also physics (cases you already tested before) and reconstruction for the ACTAR demonstrator case before making this branch a candidate for official dev.

piotrkon commented 8 years ago

Ok so we want to have the coordinate on the beam axis like that (once again particle gun at 0,0,-64)? :

vis_actar_profile_modifgasbox

Then it's only the GasBox positioning that need to be shifted.

I m looking at the physics now.