Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (14 years ago)
Author:
garnier
Message:

update ti head

Location:
trunk/source/particles/utils
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/particles/utils/GNUmakefile

    r824 r1340  
    1 # $Id: GNUmakefile,v 1.2 2004/06/11 14:25:31 gcosmo Exp $
     1# $Id: GNUmakefile,v 1.4 2010/10/27 07:47:05 gcosmo Exp $
    22# ----------------------------------------------------------------
    33# GNUmakefile for particle management library.  G.Cosmo, 4/4/97.
  • trunk/source/particles/utils/include/G4HtmlPPReporter.hh

    r1337 r1340  
    3030// and all its terms.
    3131//
    32 // $Id: G4HtmlPPReporter.hh,v 1.2 2006/06/29 19:27:46 gunter Exp $
    33 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     32// $Id: G4HtmlPPReporter.hh,v 1.3 2010/08/10 15:47:43 kurasige Exp $
     33// GEANT4 tag $Name: particles-V09-03-15 $
    3434//
    3535//
     
    5959  void SparseOption(const G4String& option);
    6060  void GenerateIndex();
    61   void GeneratePropertyTable(G4ParticleDefinition* );
     61  void GeneratePropertyTable(const G4ParticleDefinition* );
    6262 
    6363  void PrintHeader(std::ofstream& );
  • trunk/source/particles/utils/include/G4TextPPReporter.hh

    r1337 r1340  
    3030// and all its terms.
    3131//
    32 // $Id: G4TextPPReporter.hh,v 1.2 2006/06/29 19:27:50 gunter Exp $
    33 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     32// $Id: G4TextPPReporter.hh,v 1.3 2010/08/10 15:47:43 kurasige Exp $
     33// GEANT4 tag $Name: particles-V09-03-15 $
    3434//
    3535//
     
    5757 protected:
    5858  void SparseOption(const G4String& option);
    59   void GeneratePropertyTable(G4ParticleDefinition* );
     59  void GeneratePropertyTable(const G4ParticleDefinition* );
    6060
    6161 protected:
  • trunk/source/particles/utils/include/G4TextPPRetriever.hh

    r1337 r1340  
    3030// and all its terms.
    3131//
    32 // $Id: G4TextPPRetriever.hh,v 1.2 2006/06/29 19:27:52 gunter Exp $
    33 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     32// $Id: G4TextPPRetriever.hh,v 1.3 2010/08/10 15:47:43 kurasige Exp $
     33// GEANT4 tag $Name: particles-V09-03-15 $
    3434//
    3535//
     
    5959 protected:
    6060  void SparseOption(const G4String& option);
    61   G4bool ModifyPropertyTable(G4ParticleDefinition* );
     61  G4bool ModifyPropertyTable(const G4ParticleDefinition* );
    6262
    6363 protected:
  • trunk/source/particles/utils/src/G4HtmlPPReporter.cc

    r1337 r1340  
    3030// and all its terms.
    3131//
    32 // $Id: G4HtmlPPReporter.cc,v 1.6 2008/06/08 14:05:33 kurasige Exp $
    33 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     32// $Id: G4HtmlPPReporter.cc,v 1.7 2010/08/10 15:47:43 kurasige Exp $
     33// GEANT4 tag $Name: particles-V09-03-15 $
    3434//
    3535//
     
    160160}
    161161
    162  void  G4HtmlPPReporter::GeneratePropertyTable(G4ParticleDefinition* particle)
     162 void  G4HtmlPPReporter::GeneratePropertyTable(const G4ParticleDefinition* particle)
    163163{
    164164  if (particle->GetPDGEncoding()<0) return;
  • trunk/source/particles/utils/src/G4TextPPReporter.cc

    r1337 r1340  
    3030// and all its terms.
    3131//
    32 // $Id: G4TextPPReporter.cc,v 1.2 2006/06/29 19:28:02 gunter Exp $
    33 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     32// $Id: G4TextPPReporter.cc,v 1.3 2010/08/10 15:47:43 kurasige Exp $
     33// GEANT4 tag $Name: particles-V09-03-15 $
    3434//
    3535//
     
    8181
    8282
    83 void  G4TextPPReporter::GeneratePropertyTable(G4ParticleDefinition* particle)
     83void  G4TextPPReporter::GeneratePropertyTable(const G4ParticleDefinition* particle)
    8484{
    8585  G4String name = particle->GetParticleName();
  • trunk/source/particles/utils/src/G4TextPPRetriever.cc

    r1337 r1340  
    3030// and all its terms.
    3131//
    32 // $Id: G4TextPPRetriever.cc,v 1.2 2006/06/29 19:28:04 gunter Exp $
    33 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     32// $Id: G4TextPPRetriever.cc,v 1.3 2010/08/10 15:47:43 kurasige Exp $
     33// GEANT4 tag $Name: particles-V09-03-15 $
    3434//
    3535//
     
    8787
    8888
    89 G4bool  G4TextPPRetriever::ModifyPropertyTable(G4ParticleDefinition* particle)
     89G4bool  G4TextPPRetriever::ModifyPropertyTable(const G4ParticleDefinition* particle)
    9090{
    9191  G4String name = particle->GetParticleName();
Note: See TracChangeset for help on using the changeset viewer.