Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (14 years ago)
Author:
garnier
Message:

update ti head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/cascade/cascade/src/G4EvaporationInuclCollider.cc

    r1337 r1340  
    2424// ********************************************************************
    2525//
    26 // $Id: G4EvaporationInuclCollider.cc,v 1.11 2010/06/25 09:44:28 gunter Exp $
    27 // Geant4 tag: $Name: geant4-09-04-beta-01 $
     26// $Id: G4EvaporationInuclCollider.cc,v 1.12 2010/07/14 15:41:13 mkelsey Exp $
     27// Geant4 tag: $Name: hadr-casc-V09-03-85 $
    2828//
    2929// 20100114  M. Kelsey -- Remove G4CascadeMomentum, use G4LorentzVector directly
     
    3232// 20100517  M. Kelsey -- Inherit from common base class, make other colliders
    3333//              simple data members.  Eliminate unnecessary G4InuclNuclei ctor.
     34// 20100714  M. Kelsey -- Switch to new G4CascadeColliderBase class
    3435
    3536#include "G4EvaporationInuclCollider.hh"
     
    4445         
    4546G4EvaporationInuclCollider::G4EvaporationInuclCollider()
    46   : G4VCascadeCollider("G4EvaporationInuclCollider"),
     47  : G4CascadeColliderBase("G4EvaporationInuclCollider"),
    4748    theEquilibriumEvaporator(new G4EquilibriumEvaporator) {}
    4849
Note: See TracChangeset for help on using the changeset viewer.