Changeset 1196 for trunk/source/processes/electromagnetic/muons/include
- Timestamp:
- Nov 25, 2009, 5:13:58 PM (16 years ago)
- Location:
- trunk/source/processes/electromagnetic/muons/include
- Files:
-
- 8 edited
-
G4EnergyLossForExtrapolator.hh (modified) (1 diff)
-
G4MuBetheBlochModel.hh (modified) (1 diff)
-
G4MuBremsstrahlung.hh (modified) (1 diff)
-
G4MuBremsstrahlungModel.hh (modified) (1 diff)
-
G4MuIonisation.hh (modified) (1 diff)
-
G4MuMultipleScattering.hh (modified) (4 diffs)
-
G4MuPairProduction.hh (modified) (1 diff)
-
G4MuPairProductionModel.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/processes/electromagnetic/muons/include/G4EnergyLossForExtrapolator.hh
r1007 r1196 25 25 // 26 26 // $Id: G4EnergyLossForExtrapolator.hh,v 1.12 2008/11/13 14:14:07 vnivanch Exp $ 27 // GEANT4 tag $Name: geant4-09-0 2$27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 //--------------------------------------------------------------------------- -
trunk/source/processes/electromagnetic/muons/include/G4MuBetheBlochModel.hh
r1055 r1196 25 25 // 26 26 // $Id: G4MuBetheBlochModel.hh,v 1.18 2009/02/20 14:48:16 vnivanch Exp $ 27 // GEANT4 tag $Name: geant4-09-03- beta-cand-01 $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 // ------------------------------------------------------------------- -
trunk/source/processes/electromagnetic/muons/include/G4MuBremsstrahlung.hh
r1055 r1196 25 25 // 26 26 // $Id: G4MuBremsstrahlung.hh,v 1.31 2009/02/20 14:48:16 vnivanch Exp $ 27 // GEANT4 tag $Name: geant4-09-03- beta-cand-01 $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 // ------------------------------------------------------------------- -
trunk/source/processes/electromagnetic/muons/include/G4MuBremsstrahlungModel.hh
r1055 r1196 25 25 // 26 26 // $Id: G4MuBremsstrahlungModel.hh,v 1.22 2009/02/20 14:48:16 vnivanch Exp $ 27 // GEANT4 tag $Name: geant4-09-03- beta-cand-01 $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 // ------------------------------------------------------------------- -
trunk/source/processes/electromagnetic/muons/include/G4MuIonisation.hh
r1055 r1196 25 25 // 26 26 // $Id: G4MuIonisation.hh,v 1.31 2009/02/20 14:48:16 vnivanch Exp $ 27 // GEANT4 tag $Name: geant4-09-03- beta-cand-01 $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 // ------------------------------------------------------------------- -
trunk/source/processes/electromagnetic/muons/include/G4MuMultipleScattering.hh
r1007 r1196 24 24 // ******************************************************************** 25 25 // 26 // $Id: G4MuMultipleScattering.hh,v 1. 2 2008/04/13 17:19:13vnivanch Exp $27 // GEANT4 tag $Name: geant4-09-0 2$26 // $Id: G4MuMultipleScattering.hh,v 1.4 2009/10/30 18:37:06 vnivanch Exp $ 27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 // ----------------------------------------------------------------------------- … … 60 60 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 61 61 62 class G4VMscModel;63 64 62 class G4MuMultipleScattering : public G4VMultipleScattering 65 66 63 { 67 64 public: // with description 68 65 69 G4MuMultipleScattering(G4double tet = 0.2, 70 const G4String& processName="muMsc"); 66 G4MuMultipleScattering(const G4String& processName="muMsc"); 71 67 72 68 virtual ~G4MuMultipleScattering(); … … 78 74 void PrintInfo(); 79 75 80 // geom. step length distribution should be sampled or not81 void Setsamplez(G4bool value) { samplez = value;};82 83 // to reduce the energy/step dependence84 void Setdtrl(G4double value) { dtrl = value;};85 86 // 'soften' step limitation above lambdalimit87 void SetLimitTheta(G4double value) { thetaLimit = value;};88 89 76 protected: 90 77 … … 94 81 private: // data members 95 82 96 G4VMscModel* mscModel; 83 // hide assignment operator 84 G4MuMultipleScattering & operator=(const G4MuMultipleScattering &right); 85 G4MuMultipleScattering(const G4MuMultipleScattering&); 97 86 98 G4double thetaLimit;99 G4double dtrl;100 101 G4bool samplez;102 87 G4bool isInitialized; 103 88 -
trunk/source/processes/electromagnetic/muons/include/G4MuPairProduction.hh
r1055 r1196 25 25 // 26 26 // $Id: G4MuPairProduction.hh,v 1.31 2009/02/20 14:48:16 vnivanch Exp $ 27 // GEANT4 tag $Name: geant4-09-03- beta-cand-01 $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 // ------------------------------------------------------------------- -
trunk/source/processes/electromagnetic/muons/include/G4MuPairProductionModel.hh
r1055 r1196 25 25 // 26 26 // $Id: G4MuPairProductionModel.hh,v 1.28 2009/02/20 14:48:16 vnivanch Exp $ 27 // GEANT4 tag $Name: geant4-09-03- beta-cand-01 $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 // -------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.
