Ignore:
Timestamp:
Apr 20, 2009, 5:54:05 PM (15 years ago)
Author:
garnier
Message:

update to geant4.9.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/stopping/src/G4AntiNeutronAnnihilationAtRest.cc

    r962 r1007  
    3131#include "G4DynamicParticle.hh"
    3232#include "G4ParticleTypes.hh"
    33 #include "G4HadronicProcessStore.hh"
    3433#include "Randomize.hh"
    3534#include <string.h>
     
    6968  gkin = new G4GHEKinematicsVector [MAX_SECONDARIES];
    7069
    71   G4HadronicProcessStore::Instance()->RegisterExtraProcess(this);
    7270}
    7371 
     
    7674G4AntiNeutronAnnihilationAtRest::~G4AntiNeutronAnnihilationAtRest()
    7775{
    78   G4HadronicProcessStore::Instance()->DeRegisterExtraProcess(this);
    7976  delete [] pv;
    8077  delete [] eve;
     
    8279}
    8380 
    84 void G4AntiNeutronAnnihilationAtRest::PreparePhysicsTable(const G4ParticleDefinition& p)
    85 {
    86   G4HadronicProcessStore::Instance()->RegisterParticleForExtraProcess(this, &p);
    87 }
    88 
    89 void G4AntiNeutronAnnihilationAtRest::BuildPhysicsTable(const G4ParticleDefinition& p)
    90 {
    91   G4HadronicProcessStore::Instance()->PrintInfo(&p);
    92 }
    9381 
    9482// methods.............................................................................
     
    10189
    10290}
    103 
     91 
    10492// Warning - this method may be optimized away if made "inline"
    10593G4int G4AntiNeutronAnnihilationAtRest::GetNumberOfSecondaries()
Note: See TracChangeset for help on using the changeset viewer.