Ignore:
Timestamp:
Apr 6, 2009, 12:34:39 PM (17 years ago)
Author:
garnier
Message:

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/optical/History

    r819 r963  
    1616     * Reverse chronological order (last date on top), please *
    1717     ----------------------------------------------------------
     18
     1914th Jan 2009 Peter Gumplinger (op-V09-02-00)
     20              respond to bug report 1040 by fixing G4OpBoundaryProcess.cc
     21
     2207th Nov 2008 Peter Gumplinger (op-V09-01-09)
     23              use new global/HEPRandom's G4RandomTools.hh
     24
     2524th Oct 2008 Peter Gumplinger (op-V09-01-08)
     26              use local G4OpProcessSubType.hh
     27
     2821st Oct 2008 Peter Gumplinger (op-V09-01-07)
     29              add SetProcessSubType for G4OpAbsorption, G4OpBoundaryProcess,
     30              G4OpRayleigh and G4OpWLS
     31
     3218th Aug 2008 Peter Gumplinger (op-V09-01-06)
     33              use signatures G4SwapPtr(T*& and G4SwapObj(T*
     34              in G4OpBoundaryProcess - to work with global-V09-01-12
     35
     3615th Aug 2008 Peter Gumplinger (op-V09-01-05)
     37              replaced G4SwapPtr with G4SwapObj for Rindex
     38              in G4OpBoundaryProcess - serious error since op-V09-01-00
     39              (see also Problem Report 1020)
     40
     414th July 2008 Peter Gumplinger (op-V09-01-04)
     42              In G4OpWLS now SetTouchableHandle(aTrack.GetTouchableHandle())
     43              for the secondaries in the DoIt.
     44              In G4OpBoundaryProcess.cc initialize the pointer:
     45              G4LogicalSurface* Surface = NULL;
     46
     4727th June 2008 Peter Gumplinger (op-V09-01-03)
     48               In G4OpBoundaryProcess changed unsafe cast
     49               (G4OpticalSurface*) to dynamic_cast<G4OpticalSurface*>
     50               following suggestion in bug-report #1014
     51
     526th June 2008 Peter Gumplinger (op-V09-01-02)
     53              G4OpRayleigh, G4OpWLS = trivial name changes:
     54              momentum->energy, momenta->energies
     55
     565th June 2008 Peter Gumplinger (op-V09-01-00)
     57              G4OpBoundaryProcess: Removed G4Swap methods - replaced by
     58              G4SwapPtr. Removed G4IsotropicRand method - replaced by
     59              G4RandomDirection. Add commented code to change absorption
     60              at a dielectric/metal boundary into transmission.
    1861
    196229th Oct 2007 Peter Gumplinger (op-V09-00-01)
Note: See TracChangeset for help on using the changeset viewer.