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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/cascade/cascade/include/G4InuclEvaporation.hh

    r819 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4InuclEvaporation.hh,v 1.5 2007/05/24 23:27:01 miheikki Exp $
     26// $Id: G4InuclEvaporation.hh,v 1.8 2010/05/21 18:07:30 mkelsey Exp $
    2727// Defines an interface to evaporation models of Bertini cascase (BERT)
    2828// based on INUCL code.
    2929//
     30// 20100405  M. Kelsey -- Pass const-ref std::vector<>
     31// 20100517  M. Kelsey -- MakeG4EvaporationInuclCollider a data member.
     32// 20100520  M. Kelsey -- Clean up interface
     33
    3034#ifndef G4INUCLEVAPORATION_h
    3135#define G4INUCLEVAPORATION_h 1
     
    3539#include "G4Fragment.hh"
    3640
    37 //#define DEBUG
     41class G4EvaporationInuclCollider;
     42
    3843
    3944class G4InuclEvaporation : public G4VEvaporation {
     
    4954  G4bool operator!=(const G4InuclEvaporation &right) const;
    5055
    51   void fillResult( std::vector< G4DynamicParticle * > secondaryParticleVector,
    52                    G4FragmentVector * aResult );
    5356public:
    54 
    5557  G4FragmentVector * BreakItUp(const G4Fragment &theNucleus);
    56        
     58     
    5759  void setVerboseLevel( const G4int verbose );
    5860
    5961private:
    6062  G4int verboseLevel;
    61 
    62 #ifdef DEBUG
    63 
    64 #endif
    65 
     63  G4EvaporationInuclCollider* evaporator;
    6664};
    6765
Note: See TracChangeset for help on using the changeset viewer.