Ignore:
Timestamp:
Jan 8, 2010, 11:56:51 AM (14 years ago)
Author:
garnier
Message:

update geant4.9.3 tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/physics_lists/lists/include/QGSP_INCL_ABLA.icc

    r1206 r1228  
    2424// ********************************************************************
    2525//
    26 // $Id: QGSP_INCL_ABLA.icc,v 1.1 2009/07/19 18:24:03 kaitanie Exp $
    27 // GEANT4 tag $Name: geant4-09-03-cand-03 $
     26// $Id: QGSP_INCL_ABLA.icc,v 1.3 2009/12/03 14:31:35 kaitanie Exp $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929//---------------------------------------------------------------------------
     
    3131// ClassName:   QGSP_INCL_ABLA
    3232//
    33 // Author: 2002 J.P. Wellisch
     33// Author: 2009 Pekka Kaitaniemi
     34//   Created as a copy of QGSP_BERT.icc
    3435//
    3536// Modified:
    36 // 25.11.2005 G.Folger: migration to non static particles
    37 // 30.11.2005 G.Folger: Register EmStandard first, split Em Standard and Extra
    38 // 02.12.2005 V.Ivanchenko: rename components
    39 // 08.06.2006 V.Ivanchenko: migration to CHIPS stopping
    40 // 15.06.2006 G.Folger: Migrate to HadronElasticPhysics using improved elastic
    41 // 20.11.2006 G.Folger: add Tracking Cut for neutrons
    42 // 26.04.2007 G.Folger: Enable quasielastic for QGS string model
    43 // 16.05.2007 V.Ivanchenko: rename EM builders
     37// 27.11.2009 G.Folger: Mark as experimental
    4438//
    4539//----------------------------------------------------------------------------
     
    7064#include "HadronPhysicsQGSP_INCL_ABLA.hh"
    7165
     66#include "G4WarnPLStatus.hh"
     67
    7268template<class T> TQGSP_INCL_ABLA<T>::TQGSP_INCL_ABLA(G4int ver):  T()
    7369{
     
    7975  this->defaultCutValue = 0.7*mm; 
    8076  this->SetVerboseLevel(ver);
     77
     78  G4WarnPLStatus exp;
     79  exp.Experimental("QGSP_INCL_ABLA");
    8180
    8281  // EM Physics
Note: See TracChangeset for help on using the changeset viewer.