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/cascade/cascade/include/G4Analyser.hh

    r819 r1340  
    2323// * acceptance of all terms of the Geant4 Software license.          *
    2424// ********************************************************************
     25// $Id: G4Analyser.hh,v 1.10 2010/10/14 20:55:10 mkelsey Exp $
    2526//
     27// 20101010  M. Kelsey -- Migrate to integer A and Z
     28
    2629#ifndef G4ANALYSER_HH
    2730#define G4ANALYSER_HH
     
    4346
    4447  G4Analyser();
    45   void setInelCsec(G4double csec,
    46                    G4bool withn);
     48  void setInelCsec(G4double csec, G4bool withn);
    4749  void setWatchers(const std::vector<G4NuclWatcher>& watchers);
    48   void try_watchers(G4double a,
    49                     G4double z,
    50                     G4bool if_nucl);
     50  void try_watchers(G4int a, G4int z, G4bool if_nucl);
    5151  void analyse(const G4CollisionOutput& output);
    5252  void printResults();
     
    6868  G4double averagePionKinEnergy;
    6969  G4double averageExitationEnergy;
    70   G4double averageNucleiFragments;
     70  G4double averageOutgoingNuclei;
    7171  G4double fissy_prob;
    7272  G4double averagePionPl;
Note: See TracChangeset for help on using the changeset viewer.