Changeset 850 for trunk/source/error_propagation
- Timestamp:
- Sep 10, 2008, 5:40:37 PM (17 years ago)
- Location:
- trunk/source/error_propagation
- Files:
-
- 37 edited
-
include/G4ErrorFreeTrajParam.hh (modified) (1 diff)
-
include/G4ErrorFreeTrajState.hh (modified) (1 diff)
-
include/G4ErrorGeomVolumeTarget.hh (modified) (1 diff)
-
include/G4ErrorMagFieldLimitProcess.hh (modified) (1 diff)
-
include/G4ErrorMatrix.hh (modified) (1 diff)
-
include/G4ErrorMatrix.icc (modified) (1 diff)
-
include/G4ErrorMessenger.hh (modified) (1 diff)
-
include/G4ErrorPhysicsList.hh (modified) (1 diff)
-
include/G4ErrorPropagator.hh (modified) (1 diff)
-
include/G4ErrorPropagatorManager.hh (modified) (1 diff)
-
include/G4ErrorRunManagerHelper.hh (modified) (1 diff)
-
include/G4ErrorStepLengthLimitProcess.hh (modified) (1 diff)
-
include/G4ErrorSurfaceTrajParam.hh (modified) (1 diff)
-
include/G4ErrorSurfaceTrajState.hh (modified) (1 diff)
-
include/G4ErrorSymMatrix.hh (modified) (1 diff)
-
include/G4ErrorSymMatrix.icc (modified) (1 diff)
-
include/G4ErrorTrackLengthTarget.hh (modified) (1 diff)
-
include/G4ErrorTrajErr.hh (modified) (1 diff)
-
include/G4ErrorTrajState.hh (modified) (1 diff)
-
include/G4VErrorLimitProcess.hh (modified) (1 diff)
-
src/G4ErrorFreeTrajParam.cc (modified) (1 diff)
-
src/G4ErrorFreeTrajState.cc (modified) (1 diff)
-
src/G4ErrorGeomVolumeTarget.cc (modified) (1 diff)
-
src/G4ErrorMagFieldLimitProcess.cc (modified) (1 diff)
-
src/G4ErrorMatrix.cc (modified) (1 diff)
-
src/G4ErrorMessenger.cc (modified) (1 diff)
-
src/G4ErrorPhysicsList.cc (modified) (1 diff)
-
src/G4ErrorPropagator.cc (modified) (1 diff)
-
src/G4ErrorPropagatorManager.cc (modified) (1 diff)
-
src/G4ErrorRunManagerHelper.cc (modified) (1 diff)
-
src/G4ErrorStepLengthLimitProcess.cc (modified) (1 diff)
-
src/G4ErrorSurfaceTrajParam.cc (modified) (1 diff)
-
src/G4ErrorSurfaceTrajState.cc (modified) (1 diff)
-
src/G4ErrorSymMatrix.cc (modified) (1 diff)
-
src/G4ErrorTrackLengthTarget.cc (modified) (1 diff)
-
src/G4ErrorTrajState.cc (modified) (1 diff)
-
src/G4VErrorLimitProcess.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/error_propagation/include/G4ErrorFreeTrajParam.hh
r815 r850 26 26 // 27 27 // $Id: G4ErrorFreeTrajParam.hh,v 1.2 2007/05/29 14:41:35 gcosmo Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // Class Description: -
trunk/source/error_propagation/include/G4ErrorFreeTrajState.hh
r815 r850 26 26 // 27 27 // $Id: G4ErrorFreeTrajState.hh,v 1.4 2007/05/31 20:27:06 arce Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // Class Description: -
trunk/source/error_propagation/include/G4ErrorGeomVolumeTarget.hh
r815 r850 26 26 // 27 27 // $Id: G4ErrorGeomVolumeTarget.hh,v 1.3 2007/05/31 15:28:51 gcosmo Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // Class Description: -
trunk/source/error_propagation/include/G4ErrorMagFieldLimitProcess.hh
r815 r850 26 26 // 27 27 // $Id: G4ErrorMagFieldLimitProcess.hh,v 1.2 2007/05/29 14:41:35 gcosmo Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // Class description: -
trunk/source/error_propagation/include/G4ErrorMatrix.hh
r815 r850 25 25 // 26 26 // $Id: G4ErrorMatrix.hh,v 1.2 2007/06/01 12:43:28 gcosmo Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: HEAD $ 28 28 // 29 29 // Class Description: -
trunk/source/error_propagation/include/G4ErrorMatrix.icc
r815 r850 25 25 // 26 26 // $Id: G4ErrorMatrix.icc,v 1.2 2007/06/01 12:43:28 gcosmo Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: HEAD $ 28 28 // 29 29 // ------------------------------------------------------------ -
trunk/source/error_propagation/include/G4ErrorMessenger.hh
r815 r850 26 26 // 27 27 // $Id: G4ErrorMessenger.hh,v 1.2 2007/05/29 14:41:35 gcosmo Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // Class Description: -
trunk/source/error_propagation/include/G4ErrorPhysicsList.hh
r815 r850 26 26 // 27 27 // $Id: G4ErrorPhysicsList.hh,v 1.2 2007/05/29 14:41:35 gcosmo Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/error_propagation/include/G4ErrorPropagator.hh
r815 r850 26 26 // 27 27 // $Id: G4ErrorPropagator.hh,v 1.3 2007/05/29 14:41:35 gcosmo Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/error_propagation/include/G4ErrorPropagatorManager.hh
r815 r850 26 26 // 27 27 // $Id: G4ErrorPropagatorManager.hh,v 1.2 2007/05/29 14:41:35 gcosmo Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // Class Description: -
trunk/source/error_propagation/include/G4ErrorRunManagerHelper.hh
r815 r850 26 26 // 27 27 // $Id: G4ErrorRunManagerHelper.hh,v 1.2 2007/05/29 14:41:35 gcosmo Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/error_propagation/include/G4ErrorStepLengthLimitProcess.hh
r815 r850 26 26 // 27 27 // $Id: G4ErrorStepLengthLimitProcess.hh,v 1.2 2007/05/29 14:41:35 gcosmo Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/error_propagation/include/G4ErrorSurfaceTrajParam.hh
r815 r850 26 26 // 27 27 // $Id: G4ErrorSurfaceTrajParam.hh,v 1.2 2007/05/29 14:41:35 gcosmo Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/error_propagation/include/G4ErrorSurfaceTrajState.hh
r815 r850 26 26 // 27 27 // $Id: G4ErrorSurfaceTrajState.hh,v 1.2 2007/05/29 14:41:35 gcosmo Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/error_propagation/include/G4ErrorSymMatrix.hh
r815 r850 25 25 // 26 26 // $Id: G4ErrorSymMatrix.hh,v 1.2 2007/06/01 12:43:28 gcosmo Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: HEAD $ 28 28 // 29 29 // Class Description: -
trunk/source/error_propagation/include/G4ErrorSymMatrix.icc
r815 r850 25 25 // 26 26 // $Id: G4ErrorSymMatrix.icc,v 1.2 2007/06/01 12:43:28 gcosmo Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: HEAD $ 28 28 // 29 29 // ------------------------------------------------------------ -
trunk/source/error_propagation/include/G4ErrorTrackLengthTarget.hh
r815 r850 26 26 // 27 27 // $Id: G4ErrorTrackLengthTarget.hh,v 1.2 2007/05/29 14:41:35 gcosmo Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/error_propagation/include/G4ErrorTrajErr.hh
r815 r850 26 26 // 27 27 // $Id: G4ErrorTrajErr.hh,v 1.3 2007/05/31 20:27:07 arce Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/error_propagation/include/G4ErrorTrajState.hh
r815 r850 26 26 // 27 27 // $Id: G4ErrorTrajState.hh,v 1.2 2007/05/29 14:41:35 gcosmo Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/error_propagation/include/G4VErrorLimitProcess.hh
r815 r850 26 26 // 27 27 // $Id: G4VErrorLimitProcess.hh,v 1.2 2007/05/29 14:41:35 gcosmo Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // -
trunk/source/error_propagation/src/G4ErrorFreeTrajParam.cc
r815 r850 25 25 // 26 26 // $Id: G4ErrorFreeTrajParam.cc,v 1.3 2007/09/24 16:24:45 arce Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: HEAD $ 28 28 // 29 29 // ------------------------------------------------------------ -
trunk/source/error_propagation/src/G4ErrorFreeTrajState.cc
r815 r850 25 25 // 26 26 // $Id: G4ErrorFreeTrajState.cc,v 1.7 2007/09/24 16:25:57 arce Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: HEAD $ 28 28 // 29 29 // ------------------------------------------------------------ -
trunk/source/error_propagation/src/G4ErrorGeomVolumeTarget.cc
r815 r850 25 25 // 26 26 // $Id: G4ErrorGeomVolumeTarget.cc,v 1.3 2007/05/31 15:28:51 gcosmo Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: HEAD $ 28 28 // 29 29 // ------------------------------------------------------------ -
trunk/source/error_propagation/src/G4ErrorMagFieldLimitProcess.cc
r815 r850 25 25 // 26 26 // $Id: G4ErrorMagFieldLimitProcess.cc,v 1.2 2007/05/29 14:41:35 gcosmo Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: HEAD $ 28 28 // 29 29 // ------------------------------------------------------------ -
trunk/source/error_propagation/src/G4ErrorMatrix.cc
r815 r850 25 25 // 26 26 // $Id: G4ErrorMatrix.cc,v 1.3 2007/06/21 15:04:06 gunter Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: HEAD $ 28 28 // 29 29 // ------------------------------------------------------------ -
trunk/source/error_propagation/src/G4ErrorMessenger.cc
r815 r850 25 25 // 26 26 // $Id: G4ErrorMessenger.cc,v 1.2 2007/05/29 14:41:35 gcosmo Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: HEAD $ 28 28 // 29 29 // ------------------------------------------------------------ -
trunk/source/error_propagation/src/G4ErrorPhysicsList.cc
r815 r850 25 25 // 26 26 // $Id: G4ErrorPhysicsList.cc,v 1.2 2007/05/29 14:41:35 gcosmo Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: HEAD $ 28 28 // 29 29 // ------------------------------------------------------------ -
trunk/source/error_propagation/src/G4ErrorPropagator.cc
r815 r850 25 25 // 26 26 // $Id: G4ErrorPropagator.cc,v 1.7 2007/11/14 17:01:14 gcosmo Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: HEAD $ 28 28 // 29 29 // ------------------------------------------------------------ -
trunk/source/error_propagation/src/G4ErrorPropagatorManager.cc
r815 r850 25 25 // 26 26 // $Id: G4ErrorPropagatorManager.cc,v 1.3 2007/05/31 15:28:51 gcosmo Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: HEAD $ 28 28 // 29 29 // ------------------------------------------------------------ -
trunk/source/error_propagation/src/G4ErrorRunManagerHelper.cc
r815 r850 25 25 // 26 26 // $Id: G4ErrorRunManagerHelper.cc,v 1.2 2007/05/29 14:41:35 gcosmo Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: HEAD $ 28 28 // 29 29 // ------------------------------------------------------------ -
trunk/source/error_propagation/src/G4ErrorStepLengthLimitProcess.cc
r815 r850 25 25 // 26 26 // $Id: G4ErrorStepLengthLimitProcess.cc,v 1.2 2007/05/29 14:41:35 gcosmo Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: HEAD $ 28 28 // 29 29 // ------------------------------------------------------------ -
trunk/source/error_propagation/src/G4ErrorSurfaceTrajParam.cc
r815 r850 25 25 // 26 26 // $Id: G4ErrorSurfaceTrajParam.cc,v 1.3 2007/05/31 20:22:45 arce Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: HEAD $ 28 28 // 29 29 // ------------------------------------------------------------ -
trunk/source/error_propagation/src/G4ErrorSurfaceTrajState.cc
r815 r850 25 25 // 26 26 // $Id: G4ErrorSurfaceTrajState.cc,v 1.6 2007/06/21 15:04:08 gunter Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: HEAD $ 28 28 // 29 29 // ------------------------------------------------------------ -
trunk/source/error_propagation/src/G4ErrorSymMatrix.cc
r815 r850 25 25 // 26 26 // $Id: G4ErrorSymMatrix.cc,v 1.3 2007/06/21 15:04:10 gunter Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: HEAD $ 28 28 // 29 29 // ------------------------------------------------------------ -
trunk/source/error_propagation/src/G4ErrorTrackLengthTarget.cc
r815 r850 25 25 // 26 26 // $Id: G4ErrorTrackLengthTarget.cc,v 1.2 2007/05/29 14:41:35 gcosmo Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: HEAD $ 28 28 // 29 29 // ------------------------------------------------------------ -
trunk/source/error_propagation/src/G4ErrorTrajState.cc
r815 r850 25 25 // 26 26 // $Id: G4ErrorTrajState.cc,v 1.2 2007/05/29 14:41:35 gcosmo Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: HEAD $ 28 28 // 29 29 // ------------------------------------------------------------ -
trunk/source/error_propagation/src/G4VErrorLimitProcess.cc
r815 r850 25 25 // 26 26 // $Id: G4VErrorLimitProcess.cc,v 1.2 2007/05/29 14:41:35 gcosmo Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: HEAD $ 28 28 // 29 29 // ------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.
