Ignore:
Timestamp:
Jan 8, 2010, 11:56:51 AM (15 years ago)
Author:
garnier
Message:

update geant4.9.3 tag

Location:
trunk/source/error_propagation/src
Files:
17 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/error_propagation/src/G4ErrorFreeTrajParam.cc

    r1058 r1228  
    2525//
    2626// $Id: G4ErrorFreeTrajParam.cc,v 1.3 2007/09/24 16:24:45 arce Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// ------------------------------------------------------------
  • trunk/source/error_propagation/src/G4ErrorFreeTrajState.cc

    r1058 r1228  
    2424// ********************************************************************
    2525//
    26 // $Id: G4ErrorFreeTrajState.cc,v 1.7 2007/09/24 16:25:57 arce Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: G4ErrorFreeTrajState.cc,v 1.8 2009/05/14 13:53:06 arce Exp $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// ------------------------------------------------------------
     
    203203{
    204204  G4double stepLengthCm = aTrack->GetStep()->GetStepLength()/cm;
     205  if( G4ErrorPropagatorData::GetErrorPropagatorData()->GetStage() == G4ErrorStage_Deflation ) stepLengthCm *= -1.;
     206
    205207  G4double kCarTolerance = G4GeometryTolerance::GetInstance()->GetSurfaceTolerance();
    206208
  • trunk/source/error_propagation/src/G4ErrorGeomVolumeTarget.cc

    r1058 r1228  
    2525//
    2626// $Id: G4ErrorGeomVolumeTarget.cc,v 1.3 2007/05/31 15:28:51 gcosmo Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// ------------------------------------------------------------
  • trunk/source/error_propagation/src/G4ErrorMagFieldLimitProcess.cc

    r1058 r1228  
    2424// ********************************************************************
    2525//
    26 // $Id: G4ErrorMagFieldLimitProcess.cc,v 1.2 2007/05/29 14:41:35 gcosmo Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: G4ErrorMagFieldLimitProcess.cc,v 1.3 2009/11/11 17:10:33 arce Exp $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// ------------------------------------------------------------
     
    7878    G4ThreeVector BVec(h1[0],h1[1],h1[2]);
    7979    G4double pmag = aTrack.GetMomentum().mag();
    80     G4double BPerpMom = BVec.cross( pmag ).mag() / pmag;
     80    G4double BPerpMom = BVec.cross( G4ThreeVector(pmag,0.,0.) ).mag() / pmag;
    8181
    8282    theStepLength = theStepLimit * pmag / BPerpMom;
  • trunk/source/error_propagation/src/G4ErrorMatrix.cc

    r1058 r1228  
    2525//
    2626// $Id: G4ErrorMatrix.cc,v 1.3 2007/06/21 15:04:06 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// ------------------------------------------------------------
  • trunk/source/error_propagation/src/G4ErrorMessenger.cc

    r1058 r1228  
    2525//
    2626// $Id: G4ErrorMessenger.cc,v 1.2 2007/05/29 14:41:35 gcosmo Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// ------------------------------------------------------------
  • trunk/source/error_propagation/src/G4ErrorPhysicsList.cc

    r1058 r1228  
    2424// ********************************************************************
    2525//
    26 // $Id: G4ErrorPhysicsList.cc,v 1.2 2007/05/29 14:41:35 gcosmo Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: G4ErrorPhysicsList.cc,v 1.3 2009/05/14 13:54:34 arce Exp $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// ------------------------------------------------------------
     
    9595  G4MuonPlus::MuonPlusDefinition();
    9696  G4MuonMinus::MuonMinusDefinition();
     97
     98  // pi+/-
     99  G4PionPlus::PionPlusDefinition();
     100  G4PionMinus::PionMinusDefinition();
     101
     102  // proton
     103  G4Proton::ProtonDefinition();
    97104
    98105}
  • trunk/source/error_propagation/src/G4ErrorPropagator.cc

    r1058 r1228  
    2525//
    2626// $Id: G4ErrorPropagator.cc,v 1.7 2007/11/14 17:01:14 gcosmo Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// ------------------------------------------------------------
  • trunk/source/error_propagation/src/G4ErrorPropagatorManager.cc

    r1058 r1228  
    2525//
    2626// $Id: G4ErrorPropagatorManager.cc,v 1.3 2007/05/31 15:28:51 gcosmo Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// ------------------------------------------------------------
  • trunk/source/error_propagation/src/G4ErrorRunManagerHelper.cc

    r1058 r1228  
    2525//
    2626// $Id: G4ErrorRunManagerHelper.cc,v 1.2 2007/05/29 14:41:35 gcosmo Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// ------------------------------------------------------------
  • trunk/source/error_propagation/src/G4ErrorStepLengthLimitProcess.cc

    r1058 r1228  
    2525//
    2626// $Id: G4ErrorStepLengthLimitProcess.cc,v 1.2 2007/05/29 14:41:35 gcosmo Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// ------------------------------------------------------------
  • trunk/source/error_propagation/src/G4ErrorSurfaceTrajParam.cc

    r1058 r1228  
    2525//
    2626// $Id: G4ErrorSurfaceTrajParam.cc,v 1.3 2007/05/31 20:22:45 arce Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// ------------------------------------------------------------
  • trunk/source/error_propagation/src/G4ErrorSurfaceTrajState.cc

    r1058 r1228  
    2525//
    2626// $Id: G4ErrorSurfaceTrajState.cc,v 1.6 2007/06/21 15:04:08 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// ------------------------------------------------------------
  • trunk/source/error_propagation/src/G4ErrorSymMatrix.cc

    r1058 r1228  
    2525//
    2626// $Id: G4ErrorSymMatrix.cc,v 1.3 2007/06/21 15:04:10 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// ------------------------------------------------------------
  • trunk/source/error_propagation/src/G4ErrorTrackLengthTarget.cc

    r1058 r1228  
    2525//
    2626// $Id: G4ErrorTrackLengthTarget.cc,v 1.2 2007/05/29 14:41:35 gcosmo Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// ------------------------------------------------------------
  • trunk/source/error_propagation/src/G4ErrorTrajState.cc

    r1058 r1228  
    2525//
    2626// $Id: G4ErrorTrajState.cc,v 1.2 2007/05/29 14:41:35 gcosmo Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// ------------------------------------------------------------
  • trunk/source/error_propagation/src/G4VErrorLimitProcess.cc

    r1058 r1228  
    2525//
    2626// $Id: G4VErrorLimitProcess.cc,v 1.2 2007/05/29 14:41:35 gcosmo Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// ------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.