Ignore:
Timestamp:
May 28, 2009, 4:26:57 PM (15 years ago)
Author:
garnier
Message:

maj sur la beta de geant 4.9.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QElasticCrossSection.hh

    r1007 r1055  
    2525//
    2626//
    27 // GEANT4 tag $Name: geant4-09-02 $
     27// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    2828//
    2929//
     
    3232// The last update: M.V. Kossov, CERN/ITEP (Moscow) 15-Oct-2006
    3333//
     34//================================================================================
     35// Short description: Interaction cross-sections for the G4QElastic process
     36// -------------------------------------------------------------------------------
    3437
    3538#ifndef G4QElasticCrossSection_h
     
    121124  static G4double* lastCST;  // Last cross-section table
    122125  static G4double* lastPAR;  // Last parameters for functional calculation
    123   static G4double* lastSST;  // E-dep of squared slope of the first difruction 
    124   static G4double* lastS1T;  // E-dep of mantissa of the first difruction       
     126  static G4double* lastSST;  // E-dep of squared slope of the first difruction 
     127  static G4double* lastS1T;  // E-dep of mantissa of the first difruction 
    125128  static G4double* lastB1T;  // E-dep of the slope of the first difruction
    126129  static G4double* lastS2T;  // E-dep of mantissa of the second difruction
    127130  static G4double* lastB2T;  // E-dep of the slope of theSecond difruction
    128   static G4double* lastS3T;  // E-dep of mantissa of the third difruction       
     131  static G4double* lastS3T;  // E-dep of mantissa of the third difruction 
    129132  static G4double* lastB3T;  // E-dep of the slope of the third difruction
    130   static G4double* lastS4T;  // E-dep of mantissa of the 4-th difruction       
     133  static G4double* lastS4T;  // E-dep of mantissa of the 4-th difruction 
    131134  static G4double* lastB4T;  // E-dep of the slope of the 4-th difruction
    132135
     
    142145  static std::vector <G4double*> S4T;   // Vector of the 4-th mantissa (gloria)
    143146  static std::vector <G4double*> B4T;   // Vector of the 4-th slope    (gloria)
    144  };                                     
     147 };
    145148#endif
Note: See TracChangeset for help on using the changeset viewer.