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

CVS update

Location:
trunk/source/physics_lists/lists/include
Files:
78 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/physics_lists/lists/include/FTFC.hh

    r988 r1205  
    2525//
    2626// $Id: FTFC.hh,v 1.1 2006/10/31 11:35:03 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/FTFC.icc

    r988 r1205  
    2424// ********************************************************************
    2525//
    26 // $Id: FTFC.icc,v 1.6 2008/06/19 08:08:22 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: FTFC.icc,v 1.7 2009/05/18 08:54:22 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
     
    3434//
    3535// Modified:
     36// 18.05.2009 G.Folger: obsoleted
    3637// 28.11.2005 G.Folger: migration to non static particles
    3738// 30.11.2005 G.Folger: Register EmStandard first, split Em Standard and Extra
     
    6970#include "HadronPhysicsFTFC.hh"
    7071
     72#include "G4WarnPLStatus.hh"
     73
    7174template<class T> TFTFC<T>::TFTFC(G4int ver):  T()
    7275{
     
    7881  this->defaultCutValue = 0.7*mm; 
    7982  this->SetVerboseLevel(ver);
     83
     84  G4WarnPLStatus obs;
     85  obs.Unsupported("FTFC");
    8086
    8187  // EM Physics
  • trunk/source/physics_lists/lists/include/FTFP.hh

    r988 r1205  
    2525//
    2626// $Id: FTFP.hh,v 1.1 2006/10/31 11:35:03 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/FTFP.icc

    r988 r1205  
    2525//
    2626// $Id: FTFP.icc,v 1.6 2008/06/19 08:08:22 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/FTFP_BERT.hh

    r988 r1205  
    2525//
    2626// $Id: FTFP_BERT.hh,v 1.1 2007/10/19 15:35:08 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/FTFP_BERT.icc

    r988 r1205  
    2525//
    2626// $Id: FTFP_BERT.icc,v 1.2 2008/06/19 08:08:22 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/FTFP_EMV.hh

    r988 r1205  
    2525//
    2626// $Id: FTFP_EMV.hh,v 1.1 2007/04/26 14:47:10 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/FTFP_EMV.icc

    r988 r1205  
    2424// ********************************************************************
    2525//
    26 // $Id: FTFP_EMV.icc,v 1.3 2008/06/19 08:08:22 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: FTFP_EMV.icc,v 1.4 2009/05/18 08:54:22 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
     
    3535//
    3636// Modified:
     37// 18.05.2009 G.Folger: obsoleted
    3738// 28.11.2005 G.Folger: migration to non static particles
    3839// 30.11.2005 G.Folger: Register EmStandard first, split Em Standard and Extra
     
    7172#include "HadronPhysicsFTFP.hh"
    7273
     74#include "G4WarnPLStatus.hh"
     75
    7376template<class T> TFTFP_EMV<T>::TFTFP_EMV(G4int ver):  T()
    7477{
     
    8083  this->defaultCutValue = 0.7*mm; 
    8184  this->SetVerboseLevel(ver);
     85
     86  G4WarnPLStatus obs;
     87  obs.Unsupported("FTFP_EMV","FTFP_BERT_EMV");
     88  G4Exception(" Crash for usage of replaced physics list");
    8289
    8390  // EM Physics
  • trunk/source/physics_lists/lists/include/FTF_BIC.hh

    r988 r1205  
    2525//
    2626// $Id: FTF_BIC.hh,v 1.1 2007/11/16 16:52:55 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/FTF_BIC.icc

    r988 r1205  
    2424// ********************************************************************
    2525//
    26 // $Id: FTF_BIC.icc,v 1.2 2008/06/19 08:08:22 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: FTF_BIC.icc,v 1.4 2009/06/02 16:51:35 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/G4HadronInelasticQBBC.hh

    r988 r1205  
    2424// ********************************************************************
    2525//
    26 // $Id: G4HadronInelasticQBBC.hh,v 1.7 2008/09/24 18:10:51 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: G4HadronInelasticQBBC.hh,v 1.12 2009/11/25 13:10:51 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
     
    3131// ClassName:   G4HadronInelasticQBBC
    3232//
    33 // Author: 11 April 2006 V. Ivanchenko
     33// Author: 31 August 2009 V. Ivanchenko
    3434//
    3535// Modified:
    36 // 05.07.2006 V.Ivanchenko fix problem of initialisation of HP
    3736//
    3837//----------------------------------------------------------------------------
     
    4342
    4443#include "globals.hh"
    45 #include "G4VPhysicsConstructor.hh"
    46 #include "G4QGSModel.hh"
    47 #include "G4QGSParticipants.hh"
    48 #include "G4FTFModel.hh"
    49 #include "G4CascadeInterface.hh"
     44#include "G4VHadronPhysics.hh"
    5045
    51 #include "G4PiNuclearCrossSection.hh"
    52 #include "G4ProtonInelasticCrossSection.hh"
    53 #include "G4NeutronInelasticCrossSection.hh"
    54 #include "G4NeutronHPInelasticData.hh"
    55 #include "G4NeutronHPCaptureData.hh"
    56 #include "G4NeutronHPFissionData.hh"
    57 
    58 class G4HadronicProcess;
    59 class G4TheoFSGenerator;
    60 class G4QStringChipsParticleLevelInterface;
    61 class G4ExcitedStringDecay;
    62 class G4HadronProcessStore;
    63 class G4GeneratorPrecompoundInterface;
    64 class G4BinaryCascade;
    65 class G4PreCompoundModel;
    66 class G4QuasiElasticChannel;
    67 
    68 class G4HadronInelasticQBBC : public G4VPhysicsConstructor
     46class G4HadronInelasticQBBC : public G4VHadronPhysics
    6947{
    7048public:
    7149
    72   G4HadronInelasticQBBC(const G4String& name = "inelastic",
     50  // constructor
     51  G4HadronInelasticQBBC(const G4String& name = "QBBC",
    7352                        G4int ver = 1, G4bool ftf = false, G4bool bert = false,
    7453                        G4bool chips = false, G4bool hp = false,
     
    7756  virtual ~G4HadronInelasticQBBC();
    7857
    79 public:
    80 
    81   // This method will be invoked in the Construct() method.
    82   // each particle type will be instantiated
    83   virtual void ConstructParticle();
    84  
    8558  // This method will be invoked in the Construct() method.
    8659  // each physics process will be instantiated and
     
    9063private:
    9164
    92   G4PiNuclearCrossSection thePiCross;
    93   G4ProtonInelasticCrossSection  theXSecP;
    94   G4NeutronInelasticCrossSection theXSecN;
     65  // copy constructor and hide assignment operator
     66  G4HadronInelasticQBBC(G4HadronInelasticQBBC &);
     67  G4HadronInelasticQBBC & operator=(const G4HadronInelasticQBBC &right);
    9568
    96   G4NeutronHPInelasticData*  theHPXSecI;
    97   G4NeutronHPCaptureData*    theHPXSecC;
    98   G4NeutronHPFissionData*    theHPXSecF;
    99 
    100   G4HadronProcessStore* store;
    101 
    102   G4PreCompoundModel* thePreEquilib;
    103   G4QuasiElasticChannel*    theQuasiElastic;
    104   G4GeneratorPrecompoundInterface* preCompound;
    105   G4BinaryCascade* theCascade;
    106   G4QStringChipsParticleLevelInterface * theCHIPSCascade;
    107   G4QGSModel< G4QGSParticipants > * theQGStringModel;
    108   G4ExcitedStringDecay* theQGStringDecay;
    109   G4ExcitedStringDecay* theFTFBStringDecay;
    110   G4ExcitedStringDecay* theFTFCStringDecay;
    111   G4FTFModel*           theFTFBStringModel;
    112   G4FTFModel*           theFTFCStringModel;
    113 
     69  G4String htype;
    11470  G4int    verbose;
    115   G4bool   ftfFlag;
    116   G4bool   bertFlag;
    117   G4bool   chipsFlag;
    118   G4bool   hpFlag;
    119   G4bool   glFlag;
    12071  G4bool   wasActivated;
    12172};
  • trunk/source/physics_lists/lists/include/G4HadronInelasticQLHEP.hh

    r988 r1205  
    2525//
    2626// $Id: G4HadronInelasticQLHEP.hh,v 1.1 2006/10/31 11:35:03 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/G4PhysListFactory.hh

    r988 r1205  
    2525//
    2626// $Id: G4PhysListFactory.hh,v 1.2 2008/11/21 16:50:30 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsFTFC.hh

    r988 r1205  
    2525//
    2626// $Id: HadronPhysicsFTFC.hh,v 1.3 2008/06/19 08:08:22 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsFTFP.hh

    r988 r1205  
    2525//
    2626// $Id: HadronPhysicsFTFP.hh,v 1.3 2008/06/19 08:08:22 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsFTFP_BERT.hh

    r988 r1205  
    2525//
    2626// $Id: HadronPhysicsFTFP_BERT.hh,v 1.3 2008/06/19 08:08:23 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsFTF_BIC.hh

    r988 r1205  
    2525//
    2626// $Id: HadronPhysicsFTF_BIC.hh,v 1.3 2008/06/19 08:08:23 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsLHEP.hh

    r988 r1205  
    2525//
    2626// $Id: HadronPhysicsLHEP.hh,v 1.1 2006/10/31 11:35:03 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsLHEP_BERT.hh

    r988 r1205  
    2525//
    2626// $Id: HadronPhysicsLHEP_BERT.hh,v 1.1 2006/10/31 11:35:03 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsLHEP_BERT_HP.hh

    r988 r1205  
    2525//
    2626// $Id: HadronPhysicsLHEP_BERT_HP.hh,v 1.1 2006/10/31 11:35:03 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsLHEP_EMV.hh

    r988 r1205  
    2525//
    2626// $Id: HadronPhysicsLHEP_EMV.hh,v 1.1 2006/10/31 11:35:03 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsLHEP_PRECO_HP.hh

    r988 r1205  
    2525//
    2626// $Id: HadronPhysicsLHEP_PRECO_HP.hh,v 1.1 2006/10/31 11:35:03 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsQGSC.hh

    r988 r1205  
    2525//
    2626// $Id: HadronPhysicsQGSC.hh,v 1.2 2007/04/26 14:47:10 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsQGSC_BERT.hh

    r988 r1205  
    2424// ********************************************************************
    2525//
    26 // $Id: HadronPhysicsQGSC_BERT.hh,v 1.1 2007/11/15 16:58:16 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: HadronPhysicsQGSC_BERT.hh,v 1.2 2009/04/09 08:22:53 mkossov Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsQGSC_EFLOW.hh

    r988 r1205  
    2525//
    2626// $Id: HadronPhysicsQGSC_EFLOW.hh,v 1.2 2007/04/26 14:47:10 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsQGSP.hh

    r988 r1205  
    2525//
    2626// $Id: HadronPhysicsQGSP.hh,v 1.4 2007/11/13 10:16:09 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsQGSP_BERT.hh

    r988 r1205  
    2525//
    2626// $Id: HadronPhysicsQGSP_BERT.hh,v 1.3 2007/12/10 17:34:44 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsQGSP_BERT_HP.hh

    r988 r1205  
    2525//
    2626// $Id: HadronPhysicsQGSP_BERT_HP.hh,v 1.3 2007/04/26 14:47:10 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsQGSP_BERT_TRV.hh

    r988 r1205  
    2525//
    2626// $Id: HadronPhysicsQGSP_BERT_TRV.hh,v 1.1 2007/05/07 14:34:29 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsQGSP_BIC.hh

    r988 r1205  
    2525//
    2626// $Id: HadronPhysicsQGSP_BIC.hh,v 1.2 2007/04/26 14:47:10 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsQGSP_BIC_HP.hh

    r988 r1205  
    2525//
    2626// $Id: HadronPhysicsQGSP_BIC_HP.hh,v 1.2 2007/04/26 14:47:10 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsQGS_BIC.hh

    r988 r1205  
    2525//
    2626// $Id: HadronPhysicsQGS_BIC.hh,v 1.1 2007/11/13 10:23:24 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/LHEP.icc

    r988 r1205  
    2525//
    2626// $Id: LHEP.icc,v 1.3 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/LHEP_BERT.hh

    r988 r1205  
    2525//
    2626// $Id: LHEP_BERT.hh,v 1.1 2006/10/31 11:35:03 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/LHEP_BERT.icc

    r988 r1205  
    2424// ********************************************************************
    2525//
    26 // $Id: LHEP_BERT.icc,v 1.3 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: LHEP_BERT.icc,v 1.4 2009/05/18 08:54:22 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
     
    3434//
    3535// Modified:
     36// 18.05.2009 G.Folger: obsoleted
    3637// 30.11.2005 G.Folger: migration to non static particles
    3738// 30.11.2005 G.Folger: Register EmStandard first, split Em Standard and Extra
     
    6667#include "HadronPhysicsLHEP_BERT.hh"
    6768
     69#include "G4WarnPLStatus.hh"
     70
    6871template<class T> TLHEP_BERT<T>::TLHEP_BERT(G4int ver):  T()
    6972{
     
    7780  this->defaultCutValue = 0.7*mm; 
    7881  this->SetVerboseLevel(ver);
     82
     83  G4WarnPLStatus obs;
     84  obs.Unsupported("LHEP_BERT","QGSP_BERT");
    7985
    8086  // EM Physics
  • trunk/source/physics_lists/lists/include/LHEP_BERT_HP.icc

    r988 r1205  
    2424// ********************************************************************
    2525//
    26 // $Id: LHEP_BERT_HP.icc,v 1.3 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: LHEP_BERT_HP.icc,v 1.4 2009/05/18 08:54:22 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
     
    3434//
    3535// Modified:
     36// 18.05.2009 G.Folger: obsoleted
    3637// 30.11.2005 G.Folger: migration to non static particles
    3738// 30.11.2005 G.Folger: Register EmStandard first, split Em Standard and Extra
     
    6667#include "HadronPhysicsLHEP_BERT_HP.hh"
    6768
     69#include "G4WarnPLStatus.hh"
     70
    6871template<class T> TLHEP_BERT_HP<T>::TLHEP_BERT_HP(G4int ver):  T()
    6972{
     
    7578  this->defaultCutValue = 0.7*mm; 
    7679  this->SetVerboseLevel(ver);
     80
     81  G4WarnPLStatus obs;
     82  obs.Unsupported("LHEP_BERT_HP","QGSP_BERT_HP");
    7783
    7884  // EM Physics
  • trunk/source/physics_lists/lists/include/LHEP_EMV.hh

    r988 r1205  
    2525//
    2626// $Id: LHEP_EMV.hh,v 1.1 2006/10/31 11:35:03 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/LHEP_EMV.icc

    r988 r1205  
    2525//
    2626// $Id: LHEP_EMV.icc,v 1.3 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/LHEP_PRECO_HP.hh

    r988 r1205  
    2525//
    2626// $Id: LHEP_PRECO_HP.hh,v 1.1 2006/10/31 11:35:08 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/LHEP_PRECO_HP.icc

    r988 r1205  
    2424// ********************************************************************
    2525//
    26 // $Id: LHEP_PRECO_HP.icc,v 1.3 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: LHEP_PRECO_HP.icc,v 1.4 2009/05/18 08:54:22 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
     
    3434//
    3535// Modified:
     36// 18.05.2009 G.Folger: obsoleted
    3637// 30.11.2005 G.Folger: Register EmStandard first, split Em Standard and Extra
    3738// 08.06.2006 V.Ivanchenko: migration to CHIPS stopping
     
    6566#include "HadronPhysicsLHEP_PRECO_HP.hh"
    6667
     68#include "G4WarnPLStatus.hh"
     69
    6770template<class T> TLHEP_PRECO_HP<T>::TLHEP_PRECO_HP(G4int ver):  T()
    6871{
     
    7477  this->defaultCutValue = 0.7*mm; 
    7578  this->SetVerboseLevel(ver);
     79
     80  G4WarnPLStatus obs;
     81  obs.Unsupported("LHEP_PRECO_HP","QGSP_BIC_HP");
    7682
    7783  // EM Physics
  • trunk/source/physics_lists/lists/include/MinEkineCuts.hh

    r988 r1205  
    2626//
    2727// $Id: MinEkineCuts.hh,v 1.1 2006/10/31 11:35:08 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2929//
    3030//
  • trunk/source/physics_lists/lists/include/QBBC.hh

    r988 r1205  
    2424// ********************************************************************
    2525//
    26 // $Id: QBBC.hh,v 1.2 2007/04/16 11:57:40 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: QBBC.hh,v 1.3 2009/10/04 16:05:10 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
     
    3737//----------------------------------------------------------------------------
    3838//
    39 #ifndef TQBBC_h
    40 #define TQBBC_h 1
     39#ifndef QBBC_h
     40#define QBBC_h 1
    4141
    4242#include "G4VModularPhysicsList.hh"
    4343#include "globals.hh"
    44 #include "CompileTimeConstraints.hh"
    4544
    46 template<class T>
    47 class TQBBC: public T
     45class QBBC : public G4VModularPhysicsList
    4846{
    4947public:
    5048
    51   TQBBC(G4int ver = 1, const G4String& type = "QBBC", G4bool glauber = true);
     49  QBBC(G4int ver = 1, const G4String& type = "QBBC");
    5250
    53   virtual ~TQBBC();
    54  
    55 public:
     51  virtual ~QBBC();
    5652
    5753  virtual void SetCuts();
    5854
    5955private:
    60   enum {ok = CompileTimeConstraints::IsA<T, G4VModularPhysicsList>::ok };
     56
     57  // copy constructor and hide assignment operator
     58  QBBC(QBBC &);
     59  QBBC & operator=(const QBBC &right);
     60
    6161};
    62 
    63 #include "QBBC.icc"
    64 typedef TQBBC<G4VModularPhysicsList> QBBC;
    6562
    6663#endif
  • trunk/source/physics_lists/lists/include/QGSC.icc

    r988 r1205  
    2525//
    2626// $Id: QGSC.icc,v 1.8 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSC_BERT.icc

    r988 r1205  
    2525//
    2626// $Id: QGSC_BERT.icc,v 1.1 2007/11/15 16:58:16 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSC_EFLOW.icc

    r988 r1205  
    2424// ********************************************************************
    2525//
    26 // $Id: QGSC_EFLOW.icc,v 1.4 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: QGSC_EFLOW.icc,v 1.5 2009/05/18 08:54:22 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
     
    3535// Created as copy of QGSC
    3636// Modified:
     37// 18.05.2009 G.Folger: obsoleted
    3738// 26.04.2007 G.Folger: Enable quasielastic for QGS string model
    3839// 26.04.2007 G.Folger  Use QCaptureAtRest for muon
     
    6566#include "HadronPhysicsQGSC_EFLOW.hh"
    6667
     68#include "G4WarnPLStatus.hh"
     69
    6770template<class T> TQGSC_EFLOW<T>::TQGSC_EFLOW(G4int ver):  T()
    6871{
     
    7477  this->defaultCutValue = 0.7*mm; 
    7578  this->SetVerboseLevel(ver);
     79
     80  G4WarnPLStatus obs;
     81  obs.Unsupported("QGSC_EFLOW","QGSC_CHIPS");
     82  G4Exception(" Crash for usage of replaced physics list");
    7683
    7784  // EM Physics
  • trunk/source/physics_lists/lists/include/QGSC_EMV.icc

    r988 r1205  
    2525//
    2626// $Id: QGSC_EMV.icc,v 1.4 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP.hh

    r988 r1205  
    2626//
    2727// $Id: QGSP.hh,v 1.1 2006/10/31 11:35:09 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2929//
    3030//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP.icc

    r988 r1205  
    2525//
    2626// $Id: QGSP.icc,v 1.7 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BERT.hh

    r988 r1205  
    2525//
    2626// $Id: QGSP_BERT.hh,v 1.1 2006/10/31 11:35:09 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BERT.icc

    r988 r1205  
    2525//
    2626// $Id: QGSP_BERT.icc,v 1.5 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BERT_DIF.hh

    r988 r1205  
    2525//
    2626// $Id: QGSP_BERT_DIF.hh,v 1.1 2007/12/10 17:34:44 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BERT_DIF.icc

    r988 r1205  
    2424// ********************************************************************
    2525//
    26 // $Id: QGSP_BERT_DIF.icc,v 1.2 2007/12/10 17:46:31 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: QGSP_BERT_DIF.icc,v 1.3 2009/05/18 08:54:22 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
     
    3535//
    3636// Modified:
     37// 18.05.2009 G.Folger: obsoleted
    3738//
    3839//----------------------------------------------------------------------------
     
    7576  this->SetVerboseLevel(ver);
    7677
    77   G4WarnPLStatus exp;
    78   exp.Experimental("QGSP_BERT_DIF");
     78  G4WarnPLStatus obs;
     79  obs.Unsupported("QGSP_BERT_DIF");
    7980
    8081  // EM Physics
  • trunk/source/physics_lists/lists/include/QGSP_BERT_EMV.hh

    r988 r1205  
    2525//
    2626// $Id: QGSP_BERT_EMV.hh,v 1.1 2007/04/26 14:47:11 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BERT_EMV.icc

    r988 r1205  
    2424// ********************************************************************
    2525//
    26 // $Id: QGSP_BERT_EMV.icc,v 1.2 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: QGSP_BERT_EMV.icc,v 1.3 2009/10/04 16:06:39 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
     
    5858#include "G4QStoppingPhysics.hh"
    5959#include "G4HadronElasticPhysics.hh"
     60#include "G4HadronHElasticPhysics.hh"
    6061#include "G4NeutronTrackingCut.hh"
    6162
     
    8384
    8485   // Hadron Elastic scattering
    85   this-> RegisterPhysics( new G4HadronElasticPhysics("elastic",ver,false));
     86  //this-> RegisterPhysics( new G4HadronElasticPhysics("elastic",ver,false));
     87  this-> RegisterPhysics( new G4HadronHElasticPhysics(ver,false));
    8688
    8789  // Hadron Physics
  • trunk/source/physics_lists/lists/include/QGSP_BERT_HP.hh

    r988 r1205  
    2525//
    2626// $Id: QGSP_BERT_HP.hh,v 1.1 2006/10/31 11:35:09 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BERT_HP.icc

    r988 r1205  
    2525//
    2626// $Id: QGSP_BERT_HP.icc,v 1.4 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BERT_NQE.hh

    r988 r1205  
    2525//
    2626// $Id: QGSP_BERT_NQE.hh,v 1.1 2007/04/26 14:47:11 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BERT_NQE.icc

    r988 r1205  
    2424// ********************************************************************
    2525//
    26 // $Id: QGSP_BERT_NQE.icc,v 1.2 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: QGSP_BERT_NQE.icc,v 1.3 2009/05/18 08:54:22 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
     
    3535//
    3636// Modified:
     37// 18.05.2009 G.Folger: obsoleted
    3738// 16.05.2007 V.Ivanchenko: rename EM builders
    3839//
     
    6465#include "HadronPhysicsQGSP_BERT.hh"
    6566
     67#include "G4WarnPLStatus.hh"
     68
    6669template<class T> TQGSP_BERT_NQE<T>::TQGSP_BERT_NQE(G4int ver):  T()
    6770{
     
    7376  this->defaultCutValue = 0.7*mm; 
    7477  this->SetVerboseLevel(ver);
     78
     79  G4WarnPLStatus obs;
     80  obs.Unsupported("QGSP_BERT_NQE");
    7581
    7682  // EM Physics
  • trunk/source/physics_lists/lists/include/QGSP_BERT_TRV.hh

    r988 r1205  
    2525//
    2626// $Id: QGSP_BERT_TRV.hh,v 1.1 2007/05/07 14:34:29 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BERT_TRV.icc

    r988 r1205  
    2525//
    2626// $Id: QGSP_BERT_TRV.icc,v 1.2 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BIC.hh

    r988 r1205  
    2525//
    2626// $Id: QGSP_BIC.hh,v 1.1 2006/10/31 11:35:09 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BIC.icc

    r988 r1205  
    2525//
    2626// $Id: QGSP_BIC.icc,v 1.5 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BIC_HP.hh

    r988 r1205  
    2525//
    2626// $Id: QGSP_BIC_HP.hh,v 1.1 2006/11/24 16:31:35 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BIC_HP.icc

    r988 r1205  
    2525//
    2626// $Id: QGSP_BIC_HP.icc,v 1.5 2007/05/24 11:32:57 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_DIF.hh

    r988 r1205  
    2626//
    2727// $Id: QGSP_DIF.hh,v 1.1 2007/11/13 10:20:32 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2929//
    3030//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_DIF.icc

    r988 r1205  
    2424// ********************************************************************
    2525//
    26 // $Id: QGSP_DIF.icc,v 1.1 2007/11/13 10:20:32 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: QGSP_DIF.icc,v 1.2 2009/05/18 08:54:22 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
     
    3535//
    3636// Modified:
     37// 18.05.2009 G.Folger: obsoleted
    3738//
    3839//----------------------------------------------------------------------------
     
    6364#include "HadronPhysicsQGSP.hh"
    6465
     66#include "G4WarnPLStatus.hh"
     67
    6568template<class T> TQGSP_DIF<T>::TQGSP_DIF(G4int ver):  T()
    6669{
     
    7477  this->defaultCutValue = 0.7*mm; 
    7578  this->SetVerboseLevel(ver);
     79
     80  G4WarnPLStatus obs;
     81  obs.Unsupported("QGSP_DIF");
    7682
    7783  // EM Physics
  • trunk/source/physics_lists/lists/include/QGSP_EMV.hh

    r988 r1205  
    2525//
    2626// $Id: QGSP_EMV.hh,v 1.1 2006/10/31 11:35:09 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_EMV.icc

    r988 r1205  
    2424// ********************************************************************
    2525//
    26 // $Id: QGSP_EMV.icc,v 1.5 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: QGSP_EMV.icc,v 1.6 2009/05/18 08:54:22 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
     
    3434//
    3535// Modified:
     36// 18.05.2009 G.Folger: obsoleted
    3637// 23.11.2005 G.Folger: migration to non static particles
    3738// 30.11.2005 G.Folger: Register EmStandard first,
     
    7475#include "HadronPhysicsQGSP.hh"
    7576
     77#include "G4WarnPLStatus.hh"
     78
    7679template<class T> TQGSP_EMV<T>::TQGSP_EMV(G4int ver):  T()
    7780{
     
    8184  this->defaultCutValue = 0.7*mm; 
    8285  this->SetVerboseLevel(ver);
     86
     87  G4WarnPLStatus obs;
     88  obs.Unsupported("QGSP_EMV");
    8389
    8490  // EM Physics
  • trunk/source/physics_lists/lists/include/QGSP_EMV_NQE.hh

    r988 r1205  
    2525//
    2626// $Id: QGSP_EMV_NQE.hh,v 1.1 2007/04/26 14:47:11 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_EMV_NQE.icc

    r988 r1205  
    2424// ********************************************************************
    2525//
    26 // $Id: QGSP_EMV_NQE.icc,v 1.2 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: QGSP_EMV_NQE.icc,v 1.3 2009/05/18 08:54:22 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
     
    3535//
    3636// Modified:
     37// 18.05.2009 G.Folger: obsoleted
    3738// 16.05.2007 V.Ivanchenko: rename EM builders
    3839//
     
    6465#include "HadronPhysicsQGSP.hh"
    6566
     67#include "G4WarnPLStatus.hh"
     68
    6669template<class T> TQGSP_EMV_NQE<T>::TQGSP_EMV_NQE(G4int ver):  T()
    6770{
     
    7174  this->defaultCutValue = 0.7*mm; 
    7275  this->SetVerboseLevel(ver);
     76
     77  G4WarnPLStatus obs;
     78  obs.Unsupported("QGSP_EMV_NQE");
    7379
    7480  // EM Physics
  • trunk/source/physics_lists/lists/include/QGSP_EMX.hh

    r988 r1205  
    2525//
    2626// $Id: QGSP_EMX.hh,v 1.1 2006/10/31 11:35:09 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_EMX.icc

    r988 r1205  
    2424// ********************************************************************
    2525//
    26 // $Id: QGSP_EMX.icc,v 1.5 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: QGSP_EMX.icc,v 1.7 2009/06/02 16:51:35 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
     
    3434//
    3535// Modified:
     36// 18.05.2009 G.Folger: obsoleted
    3637// 20.11.2006 G.Folger: add Tracking Cut for neutrons
    3738// 21.06.2006 V.Ivanchenko crerate from QGSP_EMV
     
    6869#include "HadronPhysicsQGSP.hh"
    6970
     71#include "G4WarnPLStatus.hh"
     72
    7073template<class T> TQGSP_EMX<T>::TQGSP_EMX(G4int ver):  T()
    7174{
     
    7578  this->defaultCutValue = 7.*mm; 
    7679  this->SetVerboseLevel(ver);
     80
     81  G4WarnPLStatus obs;
     82  obs.Unsupported("QGSP_EMX","QGSP_BERT_EMX");
     83  G4Exception(" Crash for usage of replaced physics list");
    7784
    7885  // EM Physics
  • trunk/source/physics_lists/lists/include/QGSP_NQE.hh

    r988 r1205  
    2626//
    2727// $Id: QGSP_NQE.hh,v 1.1 2007/04/26 14:47:11 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2929//
    3030//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_NQE.icc

    r988 r1205  
    2424// ********************************************************************
    2525//
    26 // $Id: QGSP_NQE.icc,v 1.2 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: QGSP_NQE.icc,v 1.3 2009/05/18 08:54:22 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
     
    3535//
    3636// Modified:
     37// 18.05.2009 G.Folger: obsoleted
    3738// 16.05.2007 V.Ivanchenko: rename EM builders
    3839//
     
    6465#include "HadronPhysicsQGSP.hh"
    6566
     67#include "G4WarnPLStatus.hh"
     68
    6669template<class T> TQGSP_NQE<T>::TQGSP_NQE(G4int ver):  T()
    6770{
     
    7578  this->defaultCutValue = 0.7*mm; 
    7679  this->SetVerboseLevel(ver);
     80
     81  G4WarnPLStatus obs;
     82  obs.Unsupported("QGSP_NQE");
    7783
    7884  // EM Physics
  • trunk/source/physics_lists/lists/include/QGSP_QEL.hh

    r988 r1205  
    2626//
    2727// $Id: QGSP_QEL.hh,v 1.1 2006/11/28 15:41:23 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2929//
    3030//---------------------------------------------------------------------------
  • 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
  • trunk/source/physics_lists/lists/include/QGS_BIC.hh

    r988 r1205  
    2525//
    2626// $Id: QGS_BIC.hh,v 1.1 2007/11/13 10:23:24 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGS_BIC.icc

    r988 r1205  
    2525//
    2626// $Id: QGS_BIC.icc,v 1.2 2007/12/10 17:33:58 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.