Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

Location:
trunk/source/physics_lists/builders/include
Files:
28 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/physics_lists/builders/include/G4ChargeExchangePhysics.hh

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4ChargeExchangePhysics.hh,v 1.1 2008/11/20 12:38:11 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4ChargeExchangePhysics.hh,v 1.2 2010/06/03 14:37:24 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    4949{
    5050public:
    51   G4ChargeExchangePhysics(G4int ver = 0, G4bool glauber = false);
     51  G4ChargeExchangePhysics(G4int ver = 0);
     52  G4ChargeExchangePhysics(G4int ver, G4bool glauber);
    5253  virtual ~G4ChargeExchangePhysics();
    5354
     
    6162  // registered to the process manager of each particle type
    6263  virtual void ConstructProcess();
    63 
    6464private:
    6565
  • trunk/source/physics_lists/builders/include/G4DecayPhysics.hh

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4DecayPhysics.hh,v 1.2 2009/11/05 01:24:47 gum Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4DecayPhysics.hh,v 1.4 2010/06/03 15:03:53 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    5151{
    5252  public:
    53     G4DecayPhysics(const G4String& name = "decay", G4int ver = 1);
     53    G4DecayPhysics(G4int ver = 1);
     54    G4DecayPhysics(const G4String& name, G4int ver = 1);
    5455    virtual ~G4DecayPhysics();
    5556
  • trunk/source/physics_lists/builders/include/G4EmDNAPhysics.hh

    r1228 r1315  
    2525//
    2626//
    27 // $Id: G4EmDNAPhysics.hh,v 1.1 2009/03/25 11:28:07 sincerti Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     27// $Id: G4EmDNAPhysics.hh,v 1.2 2010/06/02 17:21:29 vnivanch Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2929
    3030#ifndef G4EmDNAPhysics_h
     
    3939{
    4040public:
    41   G4EmDNAPhysics(G4int ver = 1,
    42                               const G4String& name = "G4EmDNAPhysics");
     41
     42  G4EmDNAPhysics(G4int ver = 1);
     43
     44  // obsolete
     45  G4EmDNAPhysics(G4int ver, const G4String& name);
    4346
    4447  virtual ~G4EmDNAPhysics();
  • trunk/source/physics_lists/builders/include/G4EmExtraPhysics.hh

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4EmExtraPhysics.hh,v 1.2 2007/11/15 18:08:11 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4EmExtraPhysics.hh,v 1.3 2010/06/02 17:21:29 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    5555{
    5656public:
    57   G4EmExtraPhysics(const G4String& name = "EM extra");
     57
     58  G4EmExtraPhysics(G4int ver = 1);
     59
     60  // obsolete
     61  G4EmExtraPhysics(const G4String& name);
     62
    5863  virtual ~G4EmExtraPhysics();
    5964
     
    8590  G4MuNuclearInteraction*  theMuNuc1;
    8691  G4MuNuclearInteraction*  theMuNuc2;
     92
     93  G4int verbose;
    8794};
    8895
  • trunk/source/physics_lists/builders/include/G4EmLivermorePhysics.hh

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 //
    27 // $Id: G4EmLivermorePhysics.hh,v 1.1 2009/03/25 20:54:32 sincerti Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4EmLivermorePhysics.hh,v 1.2 2010/06/02 17:21:29 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2928
    3029#ifndef G4EmLivermorePhysics_h
     
    3938{
    4039public:
    41   G4EmLivermorePhysics(G4int ver = 1,
    42                               const G4String& name = "G4EmLivermorePhysics");
     40
     41  G4EmLivermorePhysics(G4int ver = 1);
     42
     43  // obsolete
     44  G4EmLivermorePhysics(G4int ver, const G4String& name);
    4345
    4446  virtual ~G4EmLivermorePhysics();
  • trunk/source/physics_lists/builders/include/G4EmLivermorePolarizedPhysics.hh

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 //
    27 // $Id: G4EmLivermorePolarizedPhysics.hh,v 1.1 2009/03/25 20:54:32 sincerti Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4EmLivermorePolarizedPhysics.hh,v 1.2 2010/06/02 17:21:29 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2928
    3029#ifndef G4EmLivermorePolarizedPhysics_h
     
    3938{
    4039public:
    41   G4EmLivermorePolarizedPhysics(G4int ver = 1,
    42                               const G4String& name = "G4EmLivermorePolarizedPhysics");
     40  G4EmLivermorePolarizedPhysics(G4int ver = 1);
     41
     42  // obsolete
     43  G4EmLivermorePolarizedPhysics(G4int ver, const G4String&);
    4344
    4445  virtual ~G4EmLivermorePolarizedPhysics();
  • trunk/source/physics_lists/builders/include/G4EmPenelopePhysics.hh

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 //
    27 // $Id: G4EmPenelopePhysics.hh,v 1.1 2009/03/25 13:24:57 pandola Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4EmPenelopePhysics.hh,v 1.2 2010/06/02 17:21:29 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2928
    3029#ifndef G4EmPenelopePhysics_h
     
    3938{
    4039public:
    41   G4EmPenelopePhysics(G4int ver = 1,
    42                               const G4String& name = "G4EmPenelopePhysics");
     40
     41  G4EmPenelopePhysics(G4int ver = 1);
     42
     43  // obsolete
     44  G4EmPenelopePhysics(G4int ver, const G4String& name);
    4345
    4446  virtual ~G4EmPenelopePhysics();
  • trunk/source/physics_lists/builders/include/G4EmStandardPhysics.hh

    r1228 r1315  
    2525//
    2626//
    27 // $Id: G4EmStandardPhysics.hh,v 1.4 2007/05/16 11:35:36 vnivanch Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     27// $Id: G4EmStandardPhysics.hh,v 1.5 2010/06/02 17:21:29 vnivanch Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2929//
    3030//---------------------------------------------------------------------------
     
    5454{
    5555public:
    56   G4EmStandardPhysics(G4int ver = 0, const G4String& name = "G4EmStandard");
     56  G4EmStandardPhysics(G4int ver = 0);
     57
     58  // obsolete
     59  G4EmStandardPhysics(G4int ver, const G4String& name);
     60
    5761  virtual ~G4EmStandardPhysics();
    5862
  • trunk/source/physics_lists/builders/include/G4EmStandardPhysics_option1.hh

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 //
    27 // $Id: G4EmStandardPhysics_option1.hh,v 1.1 2007/05/16 11:35:36 vnivanch Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4EmStandardPhysics_option1.hh,v 1.2 2010/06/02 17:21:29 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2928//
    3029//---------------------------------------------------------------------------
     
    5756{
    5857public:
    59   G4EmStandardPhysics_option1(G4int ver = 1,
    60                               const G4String& name = "G4EmStandard_opt1");
     58
     59  G4EmStandardPhysics_option1(G4int ver = 1);
     60
     61  // obsolete
     62  G4EmStandardPhysics_option1(G4int ver, const G4String& name);
    6163
    6264  virtual ~G4EmStandardPhysics_option1();
  • trunk/source/physics_lists/builders/include/G4EmStandardPhysics_option2.hh

    r1228 r1315  
    2525//
    2626//
    27 // $Id: G4EmStandardPhysics_option2.hh,v 1.1 2007/05/16 11:35:36 vnivanch Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     27// $Id: G4EmStandardPhysics_option2.hh,v 1.2 2010/06/02 17:21:29 vnivanch Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2929//
    3030//---------------------------------------------------------------------------
     
    5757{
    5858public:
    59   G4EmStandardPhysics_option2(G4int ver = 1,
    60                               const G4String& name = "G4EmStandard_opt2");
     59
     60  G4EmStandardPhysics_option2(G4int ver = 1);
     61
     62  // obsolete
     63  G4EmStandardPhysics_option2(G4int ver, const G4String& name);
    6164
    6265  virtual ~G4EmStandardPhysics_option2();
  • trunk/source/physics_lists/builders/include/G4EmStandardPhysics_option3.hh

    r1228 r1315  
    2525//
    2626//
    27 // $Id: G4EmStandardPhysics_option3.hh,v 1.1 2008/03/13 12:11:02 vnivanch Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     27// $Id: G4EmStandardPhysics_option3.hh,v 1.2 2010/06/02 17:21:29 vnivanch Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2929//
    3030//---------------------------------------------------------------------------
     
    5454{
    5555public:
    56   G4EmStandardPhysics_option3(G4int ver = 1,
    57                               const G4String& name = "G4EmStandard_opt3");
     56  G4EmStandardPhysics_option3(G4int ver = 1);
     57
     58  // obsolete
     59  G4EmStandardPhysics_option3(G4int ver, const G4String& name);
    5860
    5961  virtual ~G4EmStandardPhysics_option3();
  • trunk/source/physics_lists/builders/include/G4HadronDElasticPhysics.hh

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4HadronDElasticPhysics.hh,v 1.1 2007/11/13 16:19:52 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4HadronDElasticPhysics.hh,v 1.2 2010/06/03 11:04:33 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    4343#include "globals.hh"
    4444#include "G4VPhysicsConstructor.hh"
    45 #include "G4UHadronElasticProcess.hh"
    46 #include "G4NeutronHPElastic.hh"
    47 #include "G4NeutronHPElasticData.hh"
    4845
    4946class G4HadronDElasticPhysics : public G4VPhysicsConstructor
    5047{
    5148public:
    52   G4HadronDElasticPhysics(G4int ver = 0, G4bool hp = false);
     49
     50  G4HadronDElasticPhysics(G4int ver = 1);
     51
     52  // obsolete
     53  G4HadronDElasticPhysics(G4int ver, G4bool hp);
     54
    5355  virtual ~G4HadronDElasticPhysics();
    5456
    55 public:
    5657  // This method will be invoked in the Construct() method.
    5758  // each particle type will be instantiated
     
    6566private:
    6667
    67   G4String mname;
    68 
    6968  G4int    verbose;
    70   G4bool   hpFlag;
    7169  G4bool   wasActivated;
    7270};
  • trunk/source/physics_lists/builders/include/G4HadronElasticPhysics.hh

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4HadronElasticPhysics.hh,v 1.4 2006/11/23 15:46:04 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4HadronElasticPhysics.hh,v 1.6 2010/06/03 16:28:39 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    5353{
    5454public:
    55   G4HadronElasticPhysics(const G4String& name = "elastic",
     55   G4HadronElasticPhysics(G4int ver = 1);
     56   G4HadronElasticPhysics(const G4String& name,
    5657                         G4int ver = 0, G4bool hp = false,
    5758                         G4bool glauber = false);
  • trunk/source/physics_lists/builders/include/G4HadronHElasticPhysics.hh

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4HadronHElasticPhysics.hh,v 1.4 2009/11/28 17:35:01 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4HadronHElasticPhysics.hh,v 1.5 2010/06/03 11:04:33 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    4343#include "globals.hh"
    4444#include "G4VPhysicsConstructor.hh"
    45 #include "G4UHadronElasticProcess.hh"
    46 #include "G4HadronElastic.hh"
    47 #include "G4NeutronHPElastic.hh"
    48 #include "G4NeutronHPElasticData.hh"
    4945
    5046class G4HadronHElasticPhysics : public G4VPhysicsConstructor
    5147{
    5248public:
    53   G4HadronHElasticPhysics(G4int ver = 0, G4bool hp = false,
    54                           const G4String& type = "");
     49
     50  G4HadronHElasticPhysics(G4int ver = 0);
     51
     52  // obsolete
     53  G4HadronHElasticPhysics(G4int ver, G4bool hp, const G4String& type="");
     54
    5555  virtual ~G4HadronHElasticPhysics();
    5656
    57 public:
    5857  // This method will be invoked in the Construct() method.
    5958  // each particle type will be instantiated
     
    6867
    6968  G4int    verbose;
    70   G4bool   hpFlag;
    7169  G4bool   wasActivated;
    72   G4String subtype;
    7370};
    7471
  • trunk/source/physics_lists/builders/include/G4HadronQElasticPhysics.hh

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4HadronQElasticPhysics.hh,v 1.1 2006/11/17 19:19:40 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4HadronQElasticPhysics.hh,v 1.2 2010/06/03 11:04:33 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    5050{
    5151public:
    52   G4HadronQElasticPhysics(const G4String& name = "elastic",
    53                           G4int ver = 1);
     52
     53  G4HadronQElasticPhysics(G4int ver = 1);
     54
     55  // obsolete
     56  G4HadronQElasticPhysics(const G4String& name, G4int ver);
     57
    5458  virtual ~G4HadronQElasticPhysics();
    5559
    56 public:
    5760  // This method will be invoked in the Construct() method.
    5861  // each particle type will be instantiated
  • trunk/source/physics_lists/builders/include/G4IonBinaryCascadePhysics.hh

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4IonBinaryCascadePhysics.hh,v 1.1 2006/10/31 11:35:01 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4IonBinaryCascadePhysics.hh,v 1.2 2010/06/03 15:03:53 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    6060{
    6161public:
    62   G4IonBinaryCascadePhysics(const G4String& name="ions", G4int verb = 0);
     62  G4IonBinaryCascadePhysics(G4int ver = 0);
     63  G4IonBinaryCascadePhysics(const G4String& name, G4int ver = 0);
    6364  virtual ~G4IonBinaryCascadePhysics();
    6465
  • trunk/source/physics_lists/builders/include/G4IonInclAblaPhysics.hh

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4IonInclAblaPhysics.hh,v 1.1 2009/07/19 18:24:03 kaitanie Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4IonInclAblaPhysics.hh,v 1.2 2010/06/03 15:03:53 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    6060{
    6161public:
    62   G4IonInclAblaPhysics(const G4String& name="ions", G4int verb = 0);
     62  G4IonInclAblaPhysics(G4int ver = 0);
     63  G4IonInclAblaPhysics(const G4String& name, G4int ver = 0);
    6364  virtual ~G4IonInclAblaPhysics();
    6465
  • trunk/source/physics_lists/builders/include/G4IonPhysics.hh

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4IonPhysics.hh,v 1.1 2006/10/31 11:35:01 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4IonPhysics.hh,v 1.2 2010/06/03 14:37:24 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    5555{
    5656public:
    57   G4IonPhysics(const G4String& name="ions");
     57  G4IonPhysics(G4int verbose =1);
     58  //obsolete
     59  G4IonPhysics(const G4String& name);
    5860  virtual ~G4IonPhysics();
    5961
  • trunk/source/physics_lists/builders/include/G4IonQMDPhysics.hh

    r1274 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4IonQMDPhysics.hh,v 1.1 2009/11/27 17:25:15 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4IonQMDPhysics.hh,v 1.2 2010/06/03 15:03:53 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    6363{
    6464public:
    65   G4IonQMDPhysics(const G4String& name="ions", G4int verb = 0);
     65  G4IonQMDPhysics(G4int verb = 0);
     66  G4IonQMDPhysics(const G4String& name, G4int ver = 0);
    6667  virtual ~G4IonQMDPhysics();
    6768
  • trunk/source/physics_lists/builders/include/G4LHEPStoppingPhysics.hh

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4LHEPStoppingPhysics.hh,v 1.1 2006/10/31 11:35:01 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4LHEPStoppingPhysics.hh,v 1.2 2010/06/03 15:03:53 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    5353{
    5454public:
    55   G4LHEPStoppingPhysics(const G4String& name = "stopping",
    56                         G4int ver = 1);
     55  G4LHEPStoppingPhysics(G4int ver = 1);
     56  G4LHEPStoppingPhysics(const G4String& name, G4int ver = 1);
    5757  virtual ~G4LHEPStoppingPhysics();
    5858
  • trunk/source/physics_lists/builders/include/G4NeutronTrackingCut.hh

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4NeutronTrackingCut.hh,v 1.2 2008/09/17 18:19:15 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4NeutronTrackingCut.hh,v 1.3 2010/06/04 15:28:35 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    4848{
    4949  public:
    50     G4NeutronTrackingCut(const G4String& name = "neutronTrackingCut",G4int ver=0);
     50    G4NeutronTrackingCut(G4int ver=0);
     51    G4NeutronTrackingCut(const G4String& name,G4int ver=0);
    5152    virtual ~G4NeutronTrackingCut();
    5253
  • trunk/source/physics_lists/builders/include/G4OpticalPhysics.hh

    r1203 r1315  
    6464  public:
    6565
    66     G4OpticalPhysics(G4int verbose = 0, const G4String& name = "Optical");
     66    G4OpticalPhysics(G4int verbose = 0);
     67    G4OpticalPhysics(G4int verbose, const G4String& name);
    6768    virtual ~G4OpticalPhysics();
    6869
  • trunk/source/physics_lists/builders/include/G4QAtomicPhysics.hh

    r1228 r1315  
    2525//
    2626//
    27 // $Id: G4QAtomicPhysics.hh,v 1.1 2009/11/20 10:24:28 mkossov Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     27// $Id: G4QAtomicPhysics.hh,v 1.2 2010/06/03 14:37:24 gunter Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2929//
    3030//---------------------------------------------------------------------------
     
    5151{
    5252public:
    53   G4QAtomicPhysics(G4int ver = 0, const G4String& name = "G4QAtomic");
     53  G4QAtomicPhysics(G4int ver = 0);
     54  G4QAtomicPhysics(G4int ver, const G4String& name);
    5455  virtual ~G4QAtomicPhysics();
    5556
  • trunk/source/physics_lists/builders/include/G4QCaptureAtRestPhysics.hh

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4QCaptureAtRestPhysics.hh,v 1.1 2009/11/16 19:12:10 mkossov Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4QCaptureAtRestPhysics.hh,v 1.2 2010/06/03 15:03:53 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    5656{
    5757public:
    58   G4QCaptureAtRestPhysics(const G4String& name = "nuclear_capture", G4int ver = 1);
     58  G4QCaptureAtRestPhysics(G4int ver = 1);
     59  G4QCaptureAtRestPhysics(const G4String& name, G4int ver = 1);
    5960  virtual ~G4QCaptureAtRestPhysics();
    6061
  • trunk/source/physics_lists/builders/include/G4QNeutrinoPhysics.hh

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4QNeutrinoPhysics.hh,v 1.2 2009/11/16 19:12:10 mkossov Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4QNeutrinoPhysics.hh,v 1.3 2010/06/03 14:37:24 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    6060{
    6161public:
    62   G4QNeutrinoPhysics(const G4String& name = "CHIPS neutrino-nuclear");
     62  G4QNeutrinoPhysics(G4int verbose =1);
     63  G4QNeutrinoPhysics(const G4String& name);
    6364  virtual ~G4QNeutrinoPhysics();
    6465
  • trunk/source/physics_lists/builders/include/G4QPhotoNuclearPhysics.hh

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4QPhotoNuclearPhysics.hh,v 1.2 2009/11/16 19:12:10 mkossov Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4QPhotoNuclearPhysics.hh,v 1.3 2010/06/03 14:37:24 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    6666{
    6767public:
    68   G4QPhotoNuclearPhysics(const G4String& name = "CHIPS photo-nuclear");
     68  G4QPhotoNuclearPhysics(G4int verbose =1);
     69  G4QPhotoNuclearPhysics(const G4String& name);
    6970  virtual ~G4QPhotoNuclearPhysics();
    7071
  • trunk/source/physics_lists/builders/include/G4QStoppingPhysics.hh

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4QStoppingPhysics.hh,v 1.2 2007/04/26 16:03:18 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4QStoppingPhysics.hh,v 1.6 2010/06/04 09:59:47 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    5050{
    5151public:
    52   G4QStoppingPhysics(const G4String& name = "stopping",
     52  G4QStoppingPhysics(G4int ver = 1);
     53  G4QStoppingPhysics(const G4String& name,
    5354                     G4int ver = 1,
    5455                     G4bool UseMuonMinusCapture=true);
  • trunk/source/physics_lists/builders/include/G4RadioactiveDecayPhysics.hh

    r825 r1315  
    3939{
    4040public:
    41   G4RadioactiveDecayPhysics(const G4String& name = "raddecay");
     41  G4RadioactiveDecayPhysics(G4int verbose =1);
     42  G4RadioactiveDecayPhysics(const G4String& name);
    4243  virtual ~G4RadioactiveDecayPhysics();
    4344
Note: See TracChangeset for help on using the changeset viewer.