Ignore:
Timestamp:
Dec 22, 2010, 3:52:27 PM (14 years ago)
Author:
garnier
Message:

geant4 tag 9.4

Location:
trunk/source/processes/hadronic/models/chiral_inv_phase_space
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/History

    r1340 r1347  
    1818
    1919<<<<<<< History (please, make changes only with Mikhail.Kossov@cern.ch approval)
     20
     2121-Nov-2010 Dennis Wright                       (hadr-chips-V09-03-09)
     22----------------------------------------------------------------------
     23Overall CHIPS tag which includes integer Z and A conversion and some
     24correction of CoVerity errors
    2025
    212625-Jun-2010 M.Kosov                             (hadr-chips-V09-03-08)
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/body/History

    r1340 r1347  
    1717     -----------------------------------------------------------------
    1818
    19 23-Jun-2010 M.Kosov                           (hadr-chips-body-V09-03-13)
     1911 Nov 2010 Dennis Wright                   (hadr-chips-body-V09-03-15)
     20-----------------------------------------------------------------------
     21- G4QContent.cc : fix bug 1131 by removing dead code in quark ctor
     22  and remove dead code indicated by CoVerity in method MakePartonPair.
     23  Remove dead code due to efFlag being set permanently false.
     24- G4QNucleus.cc - remove dead code
     25- G4QEnvironment.cc - remove dead code
     26
     2710 Nov 2010 Dennis Wright                   (hadr-chips-body-V09-03-14)
     28-----------------------------------------------------------------------
     29Bring up to geant4-09-03-ref-09 and tag
     30 
     3123-Jun-2010 M.Kosov                         (hadr-chips-body-V09-03-13)
    2032-----------------------------------------------------------------------
    2133Using HARP data a big bug is fixed, which influences CHIPS physics
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/fragmentation/History

    r1337 r1347  
    44       ==========================================================
    55
    6 History file for  hadronic/models/chiral_inv_phase_space/fragmentation  directory.
     6History file for  hadronic/models/chiral_inv_phase_space/fragmentation 
     7directory.
    78       
    89Summarize all code modifications & keep track of all tags in this file.
     
    1314     -----------------------------------------------------------------
    1415
     1610 Nov 2010  Dennis Wright                  (hadr-chips-frag-V09-03-07)
     17-----------------------------------------------------------------------
     18Previous tag was already used - retag
     19
     2010 Nov 2010  Dennis Wright                       (hadr-chips-V09-03-07)
     21-----------------------------------------------------------------------
     22Bring up to geant4-09-03-ref-09 and tag
     23
    152419-Jun-2010 M.Kosov                             (hadr-chips-V09-03-06)
    16 -----------------------------------------------------------------------
     25----------------------------------------------------------------------
    1726Mutual CHIPS tag for the G4-9-4-beta debugging
    1827
    19 11-Jun-2010 M.Kosov                           (hadr-chips-frag-V09-03-05)
    20 --------------------------------------------------------------------------
     2811-Jun-2010 M.Kosov                         (hadr-chips-frag-V09-03-05)
     29-----------------------------------------------------------------------
    2130Trap and cure for the bug: return to vacuum what appeared from vacuum
    2231
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/History

    r1340 r1347  
    1212     * Please list in reverse chronological order (last date on top)
    1313     ---------------------------------------------------------------
     14
     1518-Nov-2010 J.Apostolakis                      (hadr-chips-inter-V09-03-03)
     16---------------------------------------------------------------------------
     17- G4ChiralInvariantPhaseSpace.cc: Change to use integer value of Z and A.
     18
     1910-Nov-2010 V.Ivanchenko                       (hadr-chips-inter-V09-03-02)
     20---------------------------------------------------------------------------
     21- G4ElectroNuclearReaction - cross section classes are included by pointer
     22  and not by value, this should not change any result but providing
     23  clear siquence of removel of cross sections after execution
     24  (fixed old problem reported in HyperNews)
    1425
    152613-Sep-2010 A. Dotti                           (hadr-chips-inter-V09-03-01)
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/src/G4ChiralInvariantPhaseSpace.cc

    r1340 r1347  
    7272 
    7373  //target properties needed in constructor of quasmon
    74   G4int targetZ = G4int(aTargetNucleus.GetZ()+0.5);
    75   G4int targetA = G4int(aTargetNucleus.GetN()+0.5);
     74  G4int targetZ = aTargetNucleus.GetZ_asInt();
     75  G4int targetA = aTargetNucleus.GetA_asInt();
    7676  G4int targetPDGCode = 90000000 + 1000*targetZ + (targetA-targetZ);
    7777  // NOT NECESSARY ______________
Note: See TracChangeset for help on using the changeset viewer.