Ignore:
Timestamp:
Nov 25, 2009, 5:13:58 PM (16 years ago)
Author:
garnier
Message:

update CVS release candidate geant4.9.3.01

Location:
trunk/source/processes/electromagnetic/muons/include
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/electromagnetic/muons/include/G4EnergyLossForExtrapolator.hh

    r1007 r1196  
    2525//
    2626// $Id: G4EnergyLossForExtrapolator.hh,v 1.12 2008/11/13 14:14:07 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/processes/electromagnetic/muons/include/G4MuBetheBlochModel.hh

    r1055 r1196  
    2525//
    2626// $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 $
    2828//
    2929// -------------------------------------------------------------------
  • trunk/source/processes/electromagnetic/muons/include/G4MuBremsstrahlung.hh

    r1055 r1196  
    2525//
    2626// $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 $
    2828//
    2929// -------------------------------------------------------------------
  • trunk/source/processes/electromagnetic/muons/include/G4MuBremsstrahlungModel.hh

    r1055 r1196  
    2525//
    2626// $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 $
    2828//
    2929// -------------------------------------------------------------------
  • trunk/source/processes/electromagnetic/muons/include/G4MuIonisation.hh

    r1055 r1196  
    2525//
    2626// $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 $
    2828//
    2929// -------------------------------------------------------------------
  • trunk/source/processes/electromagnetic/muons/include/G4MuMultipleScattering.hh

    r1007 r1196  
    2424// ********************************************************************
    2525//
    26 // $Id: G4MuMultipleScattering.hh,v 1.2 2008/04/13 17:19:13 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02 $
     26// $Id: G4MuMultipleScattering.hh,v 1.4 2009/10/30 18:37:06 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2828//
    2929// -----------------------------------------------------------------------------
     
    6060//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
    6161
    62 class G4VMscModel;
    63 
    6462class G4MuMultipleScattering : public G4VMultipleScattering
    65 
    6663{
    6764public:    // with description
    6865
    69   G4MuMultipleScattering(G4double tet = 0.2,
    70                          const G4String& processName="muMsc");
     66  G4MuMultipleScattering(const G4String& processName="muMsc");
    7167
    7268  virtual ~G4MuMultipleScattering();
     
    7874  void PrintInfo();
    7975
    80   // geom. step length distribution should be sampled or not
    81   void Setsamplez(G4bool value) { samplez = value;};
    82 
    83   // to reduce the energy/step dependence
    84   void Setdtrl(G4double value) { dtrl = value;};
    85 
    86   // 'soften' step limitation above lambdalimit
    87   void SetLimitTheta(G4double value) { thetaLimit = value;};
    88 
    8976protected:
    9077
     
    9481private:        // data members
    9582
    96   G4VMscModel* mscModel;
     83  //  hide assignment operator
     84  G4MuMultipleScattering & operator=(const  G4MuMultipleScattering &right);
     85  G4MuMultipleScattering(const  G4MuMultipleScattering&);
    9786
    98   G4double thetaLimit;
    99   G4double dtrl;
    100 
    101   G4bool   samplez;
    10287  G4bool   isInitialized;
    10388
  • trunk/source/processes/electromagnetic/muons/include/G4MuPairProduction.hh

    r1055 r1196  
    2525//
    2626// $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 $
    2828//
    2929// -------------------------------------------------------------------
  • trunk/source/processes/electromagnetic/muons/include/G4MuPairProductionModel.hh

    r1055 r1196  
    2525//
    2626// $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 $
    2828//
    2929// -------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.