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

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4PSCylinderSurfaceCurrent3D.cc,v 1.3 2007/08/29 06:36:42 taso Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4PSCylinderSurfaceCurrent3D.cc,v 1.4 2010/07/22 07:23:45 taso Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030// G4PSCylinderSurfaceCurrent3D
     
    4747//
    4848// Created: 2008-08-14  Tsukasa ASO
     49// 2010-07-22   Introduce Unit specification.
    4950///////////////////////////////////////////////////////////////////////////////
    5051
     
    6162}
    6263
     64G4PSCylinderSurfaceCurrent3D::G4PSCylinderSurfaceCurrent3D(G4String name,
     65                                                           G4int direction,
     66                                                           const G4String& unit,
     67                                             G4int ni, G4int nj, G4int nk,
     68                                             G4int di, G4int dj, G4int dk)
     69    :G4PSCylinderSurfaceCurrent(name,direction),
     70     fDepthi(di),fDepthj(dj),fDepthk(dk)
     71{
     72    fNi=ni;
     73    fNj=nj;
     74    fNk=nk;
     75    SetUnit(unit);
     76}
     77
    6378G4PSCylinderSurfaceCurrent3D::~G4PSCylinderSurfaceCurrent3D()
    6479{;}
Note: See TracChangeset for help on using the changeset viewer.