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

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4PSCellCharge3D.cc,v 1.3 2007/08/29 06:36:41 taso Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4PSCellCharge3D.cc,v 1.4 2010/07/22 07:23:45 taso Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030// G4PSCellCharge3D
     
    4040//
    4141// Created: 2007-08-14  Tsukasa ASO
     42// 2010-07-22   Introduce Unit specification.
    4243//
    4344///////////////////////////////////////////////////////////////////////////////
     
    5455}
    5556
     57G4PSCellCharge3D::G4PSCellCharge3D(G4String name,const G4String& unit,
     58                               G4int ni, G4int nj, G4int nk,
     59                               G4int depi, G4int depj, G4int depk)
     60    :G4PSCellCharge(name),
     61     fDepthi(depi),fDepthj(depj),fDepthk(depk)
     62{
     63  fNi=ni;
     64  fNj=nj;
     65  fNk=nk;
     66  SetUnit(unit);
     67}
     68
    5669G4PSCellCharge3D::~G4PSCellCharge3D()
    5770{;}
Note: See TracChangeset for help on using the changeset viewer.