Ignore:
Timestamp:
Sep 30, 2010, 2:47:17 PM (14 years ago)
Author:
garnier
Message:

tag geant4.9.4 beta 1 + modifs locales

Location:
trunk/examples/extended/analysis/A01/include
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/extended/analysis/A01/include/A01DetectorConstruction.hh

    r807 r1337  
    2424// ********************************************************************
    2525//
    26 // $Id: A01DetectorConstruction.hh,v 1.5 2006/06/29 16:30:50 gunter Exp $
     26// $Id: A01DetectorConstruction.hh,v 1.6 2009/11/21 00:22:55 perl Exp $
    2727// --------------------------------------------------------------
    2828//
     
    3434#include "G4VUserDetectorConstruction.hh"
    3535#include "G4RotationMatrix.hh"
     36#include "G4FieldManager.hh"
    3637
    3738class G4VPhysicalVolume;
     
    6162    A01DetectorConstMessenger* messenger;
    6263    A01MagneticField* magneticField;
     64    G4FieldManager* fieldMgr;
    6365
    6466    G4Material* air;
  • trunk/examples/extended/analysis/A01/include/A01EMPhysics.hh

    r807 r1337  
    2424// ********************************************************************
    2525//
    26 // $Id: A01EMPhysics.hh,v 1.6 2006/06/29 16:30:58 gunter Exp $
     26// $Id: A01EMPhysics.hh,v 1.7 2009/11/21 01:00:19 perl Exp $
    2727// --------------------------------------------------------------
    2828//
     
    4141#include "G4ComptonScattering.hh"
    4242#include "G4GammaConversion.hh"
    43 #include "G4MultipleScattering.hh"
     43#include "G4eMultipleScattering.hh"
    4444#include "G4eIonisation.hh"
    4545#include "G4eBremsstrahlung.hh"
  • trunk/examples/extended/analysis/A01/include/A01HadronPhysics.hh

    r807 r1337  
    2424// ********************************************************************
    2525//
    26 // $Id: A01HadronPhysics.hh,v 1.6 2006/06/29 16:31:14 gunter Exp $
     26// $Id: A01HadronPhysics.hh,v 1.7 2009/11/21 01:00:19 perl Exp $
    2727// --------------------------------------------------------------
    2828//
     
    3636
    3737#include "G4VPhysicsConstructor.hh"
    38 #include "G4MultipleScattering.hh"
     38#include "G4hMultipleScattering.hh"
    3939#include "G4hIonisation.hh"
    4040
  • trunk/examples/extended/analysis/A01/include/A01IonPhysics.hh

    r807 r1337  
    2424// ********************************************************************
    2525//
    26 // $Id: A01IonPhysics.hh,v 1.7 2006/06/29 16:31:22 gunter Exp $
     26// $Id: A01IonPhysics.hh,v 1.8 2009/11/21 01:00:19 perl Exp $
    2727// --------------------------------------------------------------
    2828// 05-Jan-2004 Add G4ionIonisation T. Koi
     
    5151#include "G4hIonisation.hh"
    5252#include "G4ionIonisation.hh"
    53 #include "G4MultipleScattering.hh"
     53#include "G4hMultipleScattering.hh"
    5454
    5555class A01IonPhysics : public G4VPhysicsConstructor
  • trunk/examples/extended/analysis/A01/include/A01MagneticField.hh

    r807 r1337  
    2424// ********************************************************************
    2525//
    26 // $Id: A01MagneticField.hh,v 1.4 2006/06/29 16:31:27 gunter Exp $
     26// $Id: A01MagneticField.hh,v 1.5 2009/11/21 00:22:55 perl Exp $
    2727// --------------------------------------------------------------
    2828//
     
    4141    ~A01MagneticField();
    4242
    43     virtual void GetFieldValue( const  double Point[3],
    44                                double *Bfield ) const;
     43    virtual void GetFieldValue(const G4double Point[4],double *Bfield ) const;
    4544
    4645  private:
    4746    A01MagneticFieldMessenger* messenger;
    4847    G4double By;
    49     G4double rmax_sq;
    50     G4double ymax;
    51 
     48   
    5249  public:
    5350    inline void SetField(G4double val) { By = val; }
  • trunk/examples/extended/analysis/A01/include/A01MuonPhysics.hh

    r807 r1337  
    2424// ********************************************************************
    2525//
    26 // $Id: A01MuonPhysics.hh,v 1.6 2006/06/29 16:31:31 gunter Exp $
     26// $Id: A01MuonPhysics.hh,v 1.8 2009/12/02 22:45:09 perl Exp $
    2727// --------------------------------------------------------------
    2828//
     
    3737
    3838#include "G4VPhysicsConstructor.hh"
    39 #include "G4MultipleScattering.hh"
     39#include "G4MuMultipleScattering.hh"
    4040#include "G4MuBremsstrahlung.hh"
    4141#include "G4MuPairProduction.hh"
Note: See TracChangeset for help on using the changeset viewer.