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

update ti head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/digits_hits/scorer/src/G4PSSphereSurfaceFlux3D.cc

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4PSSphereSurfaceFlux3D.cc,v 1.3 2007/08/29 06:36:42 taso Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4PSSphereSurfaceFlux3D.cc,v 1.4 2010/07/22 07:23:45 taso Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030// G4PSSphereSurfaceFlux3D
     
    4646//
    4747// Created: 2007-08-14  Tsukasa ASO
     48// 2010-07-22   Introduce Unit specification.
    4849///////////////////////////////////////////////////////////////////////////////
    4950
     
    5758  fNj=nj;
    5859  fNk=nk;
     60}
     61
     62G4PSSphereSurfaceFlux3D::G4PSSphereSurfaceFlux3D(G4String name, G4int direction,
     63                                                 const G4String& unit,
     64                               G4int ni, G4int nj, G4int nk,
     65                               G4int depi, G4int depj, G4int depk)
     66    :G4PSSphereSurfaceFlux(name,direction),
     67     fDepthi(depi),fDepthj(depj),fDepthk(depk)
     68{
     69  fNi=ni;
     70  fNj=nj;
     71  fNk=nk;
     72  SetUnit(unit);
    5973}
    6074
Note: See TracChangeset for help on using the changeset viewer.