Ignore:
Timestamp:
Nov 5, 2010, 4:08:39 PM (14 years ago)
Author:
garnier
Message:

update ti head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/novice/N06/include/ExN06PhysicsList.hh

    r1337 r1342  
    2525//
    2626//
    27 // $Id: ExN06PhysicsList.hh,v 1.7 2006/06/29 17:53:59 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: ExN06PhysicsList.hh,v 1.8 2010/10/23 19:13:23 gum Exp $
     28// GEANT4 tag $Name: examples-V09-03-09 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
     
    4141class G4OpAbsorption;
    4242class G4OpRayleigh;
     43class G4OpMieHG;
    4344class G4OpBoundaryProcess;
     45
    4446class ExN06PhysicsListMessenger;
    4547
     
    7880    G4OpAbsorption*      theAbsorptionProcess;
    7981    G4OpRayleigh*        theRayleighScatteringProcess;
     82    G4OpMieHG*           theMieHGScatteringProcess;
    8083    G4OpBoundaryProcess* theBoundaryProcess;
    8184   
     
    8689
    8790#endif /* ExN06PhysicsList_h */
    88 
Note: See TracChangeset for help on using the changeset viewer.