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/G4PSCellFlux3D.cc

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