Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (15 years ago)
Author:
garnier
Message:

update ti head

Location:
trunk/source/particles/hadrons/ions/src
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/particles/hadrons/ions/src/G4Alpha.cc

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4Alpha.cc,v 1.15 2009/02/26 23:34:02 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4Alpha.cc,v 1.16 2010/10/11 03:33:56 kurasige Exp $
     28// GEANT4 tag $Name: particles-V09-03-15 $
    2929//
    3030//
     
    7272            "nucleus",               0,            +4,  1000020040,
    7373                 true,            -1.0,          NULL,
    74                  false,       "static",          0,
     74                 false,       "static",   -1000020040,
    7575                 0.0
    7676               );
    7777
    7878  }
    79 
    80   //No Anti particle registered
    81   anInstance->SetAntiPDGEncoding(0);
    8279
    8380  theInstance = reinterpret_cast<G4Alpha*>(anInstance);
  • trunk/source/particles/hadrons/ions/src/G4Deuteron.cc

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4Deuteron.cc,v 1.14 2007/03/11 07:17:35 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4Deuteron.cc,v 1.15 2010/10/09 10:36:02 kurasige Exp $
     28// GEANT4 tag $Name: particles-V09-03-15 $
    2929//
    3030//
     
    7272            "nucleus",               0,            +2, 1000010020,
    7373                 true,            -1.0,          NULL,
    74                 false,           "static",          0,
     74                false,        "static",   -1000010020,
    7575                  0.0
    7676              );
     
    8181
    8282  }
    83   //No Anti particle registered
    84   anInstance->SetAntiPDGEncoding(0);
    8583
    8684  theInstance = reinterpret_cast<G4Deuteron*>(anInstance);
  • trunk/source/particles/hadrons/ions/src/G4He3.cc

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4He3.cc,v 1.15 2009/02/26 23:34:02 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4He3.cc,v 1.16 2010/10/09 10:36:02 kurasige Exp $
     28// GEANT4 tag $Name: particles-V09-03-15 $
    2929//
    3030//
     
    7272            "nucleus",               0,            +3, 1000020030,
    7373                 true,            -1.0,          NULL,
    74                 false,        "static",             0,
     74                false,        "static",   -1000020030,
    7575                  0.0
    7676              );
     
    8181
    8282  }
    83   //No Anti particle registered
    84   anInstance->SetAntiPDGEncoding(0);
    8583
    8684  theInstance = reinterpret_cast<G4He3*>(anInstance);
  • trunk/source/particles/hadrons/ions/src/G4IonConstructor.cc

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4IonConstructor.cc,v 1.4 2006/06/29 19:18:02 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4IonConstructor.cc,v 1.5 2010/10/09 10:36:02 kurasige Exp $
     28// GEANT4 tag $Name: particles-V09-03-15 $
    2929//
    3030//
     
    4343#include "G4He3.hh"
    4444#include "G4GenericIon.hh"
     45// AntiNuclei
     46#include "G4AntiAlpha.hh"
     47#include "G4AntiDeuteron.hh"
     48#include "G4AntiTriton.hh"
     49#include "G4AntiHe3.hh"
    4550
    4651G4IonConstructor::G4IonConstructor()
     
    6570  G4Triton::TritonDefinition();
    6671  G4He3::He3Definition();
     72  //  anti_nuclei
     73  G4AntiAlpha::AntiAlphaDefinition();
     74  G4AntiDeuteron::AntiDeuteronDefinition();
     75  G4AntiTriton::AntiTritonDefinition();
     76  G4AntiHe3::AntiHe3Definition();
    6777  //  generic ion
    6878  G4GenericIon::GenericIonDefinition();
  • trunk/source/particles/hadrons/ions/src/G4Triton.cc

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4Triton.cc,v 1.16 2009/02/26 23:34:02 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4Triton.cc,v 1.17 2010/10/09 10:36:02 kurasige Exp $
     28// GEANT4 tag $Name: particles-V09-03-15 $
    2929//
    3030//
     
    7272            "nucleus",               0,            +3, 1000010030,
    7373                 true,            -1.0,          NULL,
    74                 false,           "static",          0,
     74                false,        "static",   -1000010030,
    7575                  0.0
    7676              );
     
    8181
    8282   }
    83   //No Anti particle registered
    84   anInstance->SetAntiPDGEncoding(0);
    8583
    8684  theInstance = reinterpret_cast<G4Triton*>(anInstance);
Note: See TracChangeset for help on using the changeset viewer.