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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/physics_lists/builders/src/G4QPhotoNuclearPhysics.cc

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4QPhotoNuclearPhysics.cc,v 1.2 2009/11/16 19:12:10 mkossov Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4QPhotoNuclearPhysics.cc,v 1.3 2010/06/03 14:37:24 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    4040#include "G4QPhotoNuclearPhysics.hh"
    4141
     42
     43G4QPhotoNuclearPhysics::G4QPhotoNuclearPhysics(G4int):
     44  G4VPhysicsConstructor("CHIPS photo-nuclear"), wasBuilt(false), SynchRActivated(false),
     45  GamNucActivated(false), EleNucActivated(false), MuoNucActivated(false),
     46  TauNucActivated(false), synchrOn(true), synchrMinGam(227.), gamNucOn(true),
     47  eleNucOn(true), muoNucOn(true), tauNucOn(true), photoNucBias(1.)
     48{
     49  theMessenger = G4QMessenger::GetPointer();
     50  theMessenger->Add(this);
     51}
    4252
    4353G4QPhotoNuclearPhysics::G4QPhotoNuclearPhysics(const G4String& name):
Note: See TracChangeset for help on using the changeset viewer.