GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Bugs, Fixes, Releases » Error and warning in geometry of MDT and DRC
Error and warning in geometry of MDT and DRC [message #11706] Thu, 21 April 2011 15:55 Go to previous message
Olaf Hartmann is currently offline  Olaf Hartmann
Messages: 105
Registered: December 2003
Location: Wien-Alsergrund
continuous participant
From: *smi.oeaw.ac.at
Dear all,

after a checkout of r11678 (before I was working with r10849), my geometry definition doesn't work as before:

  PndMdt *Muo = new PndMdt("MDT",kFALSE);
  Muo->SetBarrel("torino");
  Muo->SetEndcap("torino");
  Muo->SetMuonFilter("torino");
  Muo->SetMdtMagnet(kTRUE);
  Muo->SetMdtMFIron(kTRUE);
  fRun->AddModule(Muo);


now gives the following error:

Quote:

PndMdt::ConstructGeometry : No good MDT Barrel definition


Furthermore,
  PndDrc *Drc = new PndDrc("DIRC", kFALSE);
  Drc->SetRunCherenkov(kFALSE); // for fast sim Cherenkov -> kFALSE
  fRun->AddModule(Drc);


produces the following warning when using TGeant3:

Quote:

====================================================
======= DRC:: ConstructOpticalGeometry() ========
Warning in <TGeant3TGeo::DefineOpSurface>: Called for surface BarSurface. Not applicable in Geant3 - setting is ignored.
Warning in <TGeant3TGeo::SetBorderSurface>: Called for border surface BarAirSurface. Not applicable in Geant3 - setting is ignored.


Please let me know what I should change.

Thanks
Olaf.


 
Read Message
Read Message
Read Message icon14.gif
Read Message
Read Message
Previous Topic: Gas mixture composition (WMAT).
Next Topic: Configuring incomplete, errors occurred trunk
Goto Forum:
  


Current Time: Fri Mar 29 16:13:33 CET 2024

Total time taken to generate the page: 0.00935 seconds