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/de_excitation/photon_evaporation/include/G4NuclearLevel.hh

    r819 r1340  
    2424// ********************************************************************
    2525//
     26// $Id: G4NuclearLevel.hh,v 1.4 2010/10/07 07:50:13 mkelsey Exp $
    2627// -------------------------------------------------------------------
    2728//      GEANT 4 class file
     
    3738//      Creation date: 25 October 1998
    3839//
    39 //      Modifications:
     40//      Modifications:
     41//        06 Oct 2010, M. Kelsey (kelsey@slac.stanford.edu)
     42//              Add friendship for G4NuclearLevelManager; define private
     43//              constructors without vectors.
     44//
    4045//        21 Nov. 2001, Fan Lei (flei@space.qinetiq.com)
    4146//              Added K->N+ internal  conversion coefficiencies and their access
     
    5964
    6065public:
    61 
    6266  G4NuclearLevel(const G4double energy, const G4double halfLife,
    6367                 const G4double angularMomentum, const std::vector<double>& eGamma,
     
    155159
    156160private: 
    157 
    158   G4NuclearLevel() {G4cout << "Calling default constructor"<<G4endl;};
    159      
     161  friend class G4NuclearLevelManager;
     162
     163  G4NuclearLevel();
     164
     165  G4NuclearLevel(const G4double energy, const G4double halfLife,
     166                 const G4double angularMomentum);
     167
     168  void Finalize();
     169
    160170  void MakeProbabilities();
    161171  void MakeCumProb();
     
    184194  G4double _angularMomentum;
    185195  G4int _nGammas;
    186  
    187 
    188196};
    189197
Note: See TracChangeset for help on using the changeset viewer.