Ignore:
Timestamp:
Nov 27, 2009, 4:50:05 PM (15 years ago)
Author:
garnier
Message:

CVS update

File:
1 edited

Legend:

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

    r988 r1205  
    2424// ********************************************************************
    2525//
    26 // $Id: QGSP_QEL.icc,v 1.3 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: QGSP_QEL.icc,v 1.4 2009/05/18 08:54:22 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
     
    3636// Created from QGSP
    3737// Modified:
     38// 18.05.2009 G.Folger: obsoleted
    3839// 26.04.2007 G.Folger: Enable quasielastic for QGS string model
    3940// 16.05.2007 V.Ivanchenko: rename EM builders
     
    6667#include "HadronPhysicsQGSP.hh"
    6768
     69#include "G4WarnPLStatus.hh"
     70
    6871template<class T> TQGSP_QEL<T>::TQGSP_QEL(G4int ver):  T()
    6972{
     
    7780  this->defaultCutValue = 0.7*mm; 
    7881  this->SetVerboseLevel(ver);
     82
     83  G4WarnPLStatus obs;
     84  obs.Unsupported("QGSP_QEL");
    7985
    8086  // EM Physics
Note: See TracChangeset for help on using the changeset viewer.