GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Bugs, Fixes, Releases » Stepsize in TPC Simulation with new external packages
Re: Stepsize in TPC Simulation with new external packages [message #5521 is a reply to message #5516] Wed, 28 November 2007 15:53 Go to previous messageGo to previous message
Sebastian Neubert is currently offline  Sebastian Neubert
Messages: 282
Registered: March 2006
Location: Munich
first-grade participant

From: *e18.physik.tu-muenchen.de
I have tracked the values for the MaxStep size down into TG4GeometryManager.cxx

Here the G4UserLimit is created:

 G4UserLimits* limits = 0;
    if ( stemax > 0 ) {
      limits = new G4UserLimits();
      limits->SetMaxAllowedStep(stemax*cm);
      G4cout<<"MaxAllowedStep="<<stemax*cm<<G4endl;
    } 


If I put a value of 0.5 in the file, the value of stemax*cm is 5 !!

Sebastian.


Sebastian Neubert
Technische Universität München
Department Physik E18
sneubert@e18.physik.tu-muenchen.de
tel: +49-8928912592
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: New release of external packages
Next Topic: Bugs with tpc in rel. 2006
Goto Forum:
  


Current Time: Thu Mar 28 16:36:39 CET 2024

Total time taken to generate the page: 0.00882 seconds