Ignore:
Timestamp:
Sep 30, 2010, 2:47:17 PM (14 years ago)
Author:
garnier
Message:

tag geant4.9.4 beta 1 + modifs locales

Location:
trunk/examples/advanced/xray_telescope/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/advanced/xray_telescope/include/XrayTelAnalysis.hh

    r1230 r1337  
    2626//
    2727// $Id: XrayTelAnalysis.hh,v 1.10 2006/06/29 16:29:39 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030// Author: A. Pfeiffer (Andreas.Pfeiffer@cern.ch)
  • trunk/examples/advanced/xray_telescope/include/XrayTelPhysicsList.hh

    r807 r1337  
    7171  void      SetCutForGamma(G4double);
    7272  void      SetCutForElectron(G4double);
    73   void      SetCutForProton(G4double);           
    7473  G4double  GetCutForGamma() const;
    7574  G4double  GetCutForElectron() const;
    76   G4double  GetCutForProton() const;
    7775   
    7876protected:
     
    8280  void ConstructMesons();
    8381  void ConstructBaryons();
     82  void ConstructIons();
    8483  void ConstructAllShortLiveds();
    8584
     
    9291  G4double cutForGamma;
    9392  G4double cutForElectron;
    94   G4double cutForProton;
    9593};
    9694
Note: See TracChangeset for help on using the changeset viewer.