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/management/include/G4HadronicProcess.hh

    r1315 r1340  
    2424// ********************************************************************
    2525//
    26 //
     26// $Id: G4HadronicProcess.hh,v 1.42 2010/07/05 14:50:15 vnivanch Exp $
     27// GEANT4 tag $Name: hadr-man-V09-03-04 $
     28//
     29// -------------------------------------------------------------------
     30//
     31// GEANT4 Class header file
     32//
     33// G4HadronicProcess
    2734//
    2835// This is the top level Hadronic Process class
     
    3441// Last modified: 04-Apr-1997
    3542// 19-May-2008 V.Ivanchenko cleanup and added comments
    36  
     43// 05-Jul-2010 V.Ivanchenko cleanup commented lines
     44//
     45
    3746#ifndef G4HadronicProcess_h
    3847#define G4HadronicProcess_h 1
     
    4857#include "G4VCrossSectionDataSet.hh"
    4958#include "G4VLeadingParticleBiasing.hh"
    50 //#include "G4Delete.hh"
     59
    5160#include "G4CrossSectionDataStore.hh"
    5261#include "G4HadronicProcessType.hh"
     
    188197      -G4VProcess::theNumberOfInteractionLengthLeft;
    189198  }
    190        
    191   //  inline void SetCrossSectionDataStore(G4CrossSectionDataStore* aDataStore)
    192   //  { theCrossSectionDataStore = aDataStore; }
    193    
     199           
    194200  G4double XBiasSurvivalProbability();
    195201  G4double XBiasSecondaryWeight();
Note: See TracChangeset for help on using the changeset viewer.