Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

Location:
trunk/source/processes/hadronic/models/de_excitation/multifragmentation/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFFragment.hh

    r1228 r1315  
    2525//
    2626//
    27 // $Id: G4StatMFFragment.hh,v 1.3 2006/06/29 20:24:07 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     27// $Id: G4StatMFFragment.hh,v 1.5 2010/05/03 16:49:19 vnivanch Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    3636#include "G4StatMFParameters.hh"
    3737#include "G4ThreeVector.hh"
     38#include "G4ParticleTable.hh"
     39#include "G4IonTable.hh"
    3840#include "G4Fragment.hh"
    3941
  • trunk/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroTemperature.hh

    r1228 r1315  
    2525//
    2626//
    27 // $Id: G4StatMFMacroTemperature.hh,v 1.3 2006/06/29 20:24:21 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     27// $Id: G4StatMFMacroTemperature.hh,v 1.4 2010/04/16 17:04:08 vnivanch Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    4848                             const G4double ExEnergy, const G4double FreeE0,
    4949                             const G4double kappa,
    50                              std::vector<G4VStatMFMacroCluster*> * ClusterVector) :
    51         theA(anA),
    52         theZ(aZ),
    53         _ExEnergy(ExEnergy),
    54         _FreeInternalE0(FreeE0),
    55         _Kappa(kappa),
    56         _MeanMultiplicity(0.0),
    57         _MeanTemperature(0.0),
    58         _ChemPotentialMu(0.0),
    59         _ChemPotentialNu(0.0),
    60         _theClusters(ClusterVector)
    61         {};
     50                             std::vector<G4VStatMFMacroCluster*> * ClusterVector);
    6251       
    63     ~G4StatMFMacroTemperature() {};
     52    ~G4StatMFMacroTemperature();
    6453   
    6554    G4double operator()(const G4double T)
     
    6756
    6857private:
     58
    6959    // Default constructor
    70     G4StatMFMacroTemperature() {};
     60    G4StatMFMacroTemperature();
    7161
    7262    // copy constructor
Note: See TracChangeset for help on using the changeset viewer.