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/body/include/G4QSplitter.hh

    r1007 r1055  
    2525//
    2626//
    27 // $Id: G4QSplitter.hh,v 1.2 2006/06/29 20:06:37 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02 $
     27// $Id: G4QSplitter.hh,v 1.3 2009/02/23 09:49:24 mkossov Exp $
     28// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    2929//
    3030//      ---------------- G4QSplitter ----------------
     
    3232// header for Hadron-Hadron Splitter in parton pairs of the CHIPS Model
    3333// --------------------------------------------------------------------
     34// Short description: the hadron befor the interaction must be splitted
     35// in partons: quark-antiquark (mesons) or quark-diquark (baryon) parts
     36// (some time in more than two parts, e.g. baryon in three quarks or a
     37// few quark-antiquark pairs can be added for the splitting). Then each
     38// projectile parton can create a parton pair (G4QPartonPair) with the
     39// target parton. This pair with the big rapidity difference on the ends
     40// creates a planar Quark-Gluon String (a pole). A pair of the projectile
     41// partons with a pair of the target partons can create a cylindrical
     42// string (doubled string in the algorithm - a cut). 
     43// -------------------------------------------------===------------------
    3444
    3545#ifndef G4QSplitter_h
     
    4757  // projectile Hadron (probably as a part of proj Nucleus) colliding with nuclear Cluster
    4858  G4QSplitter(G4QHadron projHadron, const G4bool projEnvFlag, const G4int targPDG,
    49                                                                                                                 const G4bool targEnvFlag);   // Cluster can have target nuclear environment
     59              const G4bool targEnvFlag);   // Cluster can have target nuclear environment
    5060  // projectile Cluster (probably as a part of proj Nucleus) colliding with nuclear target
    5161  //G4QSplitter(G4QNucleus projCluster, const G4bool projEnvFlag, const G4int targPDG);
    5262  // projectile Cluster (probably as a part of proj Nucleus) colliding with nuclear Cluster
    5363  //G4QSplitter(G4QNucleus projCluster, const G4bool projEnvFlag, const G4int targPDG,
    54                 //                                                                                              const G4bool targEnvFlag);   // Cluster can have target nuclear environment
     64  //            const G4bool targEnvFlag);   // Cluster can have target nuclear environment
    5565  G4QSplitter(const G4QSplitter& right);   // Copy the splitted system by value
    5666  G4QSplitter(G4QSplitter* right);         // Copy the splitted system by pointer
Note: See TracChangeset for help on using the changeset viewer.