]> git.uio.no Git - u/mrichter/AliRoot.git/commit - ITS/AliITSvPPRasymm.cxx
Fixed a but when trying to use GEANT4. Needed to replace
authornilsen <nilsen@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 13 Feb 2001 16:53:35 +0000 (16:53 +0000)
committernilsen <nilsen@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 13 Feb 2001 16:53:35 +0000 (16:53 +0000)
commit9a4c6ea319cdd76fa403de9ad9605b1f871ebf9d
tree794cea1cfe8d1558ffe7873b60a3716ab126fbbd
parent0110b7c6e273491efd1bba31b39f95a4ac327a00
Fixed a but when trying to use GEANT4. Needed to replace
if(!((TGeant3*)gMC)) with if(!(dynamic_casst<TGeant3*>(gMC)))
because just casting gMC to be TGeant3* even when it realy is a TGeant3 pointer
did not result in a zero value. For AliITSv5asymm and AliITSv5symm, needed
to fix a bug in the initilizers and a bug in BuildGeometry. This is now done
in the same way as in AliITSv5.cxx.
ITS/AliITSv5.cxx
ITS/AliITSv5asymm.cxx
ITS/AliITSv5symm.cxx
ITS/AliITSvPPRasymm.cxx
ITS/AliITSvPPRsymm.cxx
ITS/AliITSvtest.cxx