(no subject)

From: Dmitry Naumov <naumov_at_nusun.jinr.ru>
Date: Tue, 26 Apr 2005 19:51:31 +0200


Dear VMC developers,

I am just started to play with VMC which looks very nice way to profit from ROOT
and G4, G3.

I am playing with Ex01 of VMC. I modified two lines of the code in void Ex01MCApplication::ConstructGeometry() in order to load my detector geometry build with TGeo as follows:

  if (gMC->IsRootGeometrySupported()) {
    cout << "Geometry will be defined via TGeo" << endl; /* ConstructMaterials();

    ConstructVolumes(); */
    TGeoManager::Import("nuclon_geometry.root");     gMC->SetRootGeometry();    

  }  

The code compliles well, while running run_g4.C I get the following error: Geometry will be defined via TGeo
### Geometry loaded from file...

Top volume is TOP. Master volume is TOP
### Voxelization retrieved from file

--- node ID tracking disabled
### 2122 nodes/ 2123 volume UID's in nuclon

----------------modeler ready----------------
Converting Root geometry to Geant4 via VGM ... #

<skip>

### EM physics for hadrons constructed.
### Step limiter physics constructed.

Could you please give me a hint why it happens?

Kind regards, Dmitry Received on Tue Apr 26 2005 - 17:59:56 MEST

This archive was generated by hypermail 2.2.0 : Tue Jan 02 2007 - 14:55:21 MET