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/pre_equilibrium/exciton_model/include/G4LowEIonFragmentation.hh

    r1337 r1340  
    2424// ********************************************************************
    2525//
    26 // $Id: G4LowEIonFragmentation.hh,v 1.5 2010/06/11 15:34:18 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     26// $Id: G4LowEIonFragmentation.hh,v 1.6 2010/08/20 07:42:19 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-03-ref-09 $
    2828//
    2929//---------------------------------------------------------------------------
    3030//
    31 // $Id: G4LowEIonFragmentation.hh,v 1.5 2010/06/11 15:34:18 vnivanch Exp $
    32 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     31// $Id: G4LowEIonFragmentation.hh,v 1.6 2010/08/20 07:42:19 vnivanch Exp $
     32// GEANT4 tag $Name: geant4-09-03-ref-09 $
    3333//
    3434// ClassName:   G4LowEIonFragmentation
     
    5757  G4LowEIonFragmentation();
    5858
    59   ~G4LowEIonFragmentation();
     59  virtual ~G4LowEIonFragmentation();
    6060
    61 private:
    62  
    63   G4LowEIonFragmentation(const G4LowEIonFragmentation &);
    64  
    65   const G4LowEIonFragmentation& operator=(const G4LowEIonFragmentation &right);
    66 
    67   G4bool operator==(const G4LowEIonFragmentation &right) const;
    68  
    69   G4bool operator!=(const G4LowEIonFragmentation &right) const;
    70 
    71 public:
    72 
    73   G4HadFinalState * ApplyYourself(const G4HadProjectile & thePrimary, G4Nucleus & theNucleus);
     61  virtual G4HadFinalState * ApplyYourself(const G4HadProjectile & thePrimary,
     62                                          G4Nucleus & theNucleus);
    7463
    7564  static G4double GetCrossSection()
    7665  {
    77 //    clog << "area/millibarn = "<<area/millibarn<<G4endl;
    78 //    clog << "hits = "<<hits<<G4endl;
    79 //    clog << "totalTries = "<<totalTries<<G4endl;
     66    //    clog << "area/millibarn = "<<area/millibarn<<G4endl;
     67    //    clog << "hits = "<<hits<<G4endl;
     68    //    clog << "totalTries = "<<totalTries<<G4endl;
    8069    return area*static_cast<G4double>(hits)/static_cast<G4double>(totalTries)/millibarn;
    8170  }
     71
    8272private: 
    8373
     74  G4LowEIonFragmentation(const G4LowEIonFragmentation &); 
     75  const G4LowEIonFragmentation& operator=(const G4LowEIonFragmentation &right);
     76  G4bool operator==(const G4LowEIonFragmentation &right) const;
     77  G4bool operator!=(const G4LowEIonFragmentation &right) const;
     78
     79  // Members
    8480 
    8581  G4HadFinalState theResult;
     
    8985 
    9086private:
     87
    9188  static G4int hits;
    9289  static G4int totalTries;
Note: See TracChangeset for help on using the changeset viewer.