Ignore:
Timestamp:
Sep 10, 2008, 5:40:37 PM (16 years ago)
Author:
garnier
Message:

geant4.8.2 beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/global/management/include/G4LPhysicsFreeVector.hh

    r833 r850  
    2525//
    2626//
    27 // $Id: G4LPhysicsFreeVector.hh,v 1.8 2006/06/29 19:01:51 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     27// $Id: G4LPhysicsFreeVector.hh,v 1.10 2008/04/07 14:18:57 gcosmo Exp $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030//
     
    4242
    4343// F.W. Jones, TRIUMF, 04-JUN-96
    44 //
    45 // 10-JUL-96 FWJ: adapted to changes in G4PhysicsVector.
    46 //
    47 // 27-MAR-97 FWJ: first version for Alpha release
    48 // 20-JUN-97 FWJ: added comment re GetValue(): no longer virtual
    4944// 11-NOV-00 H.Kurashige: use STL vector for dataVector and binVector
    50 //
     45// 02-APR-08 A.Bagulya: use GetValue() from base class
     46// ------------------------------------------------------------------
    5147
    5248#ifndef G4LPhysicsFreeVector_h
     
    5854{
    5955
    60 public:
     56public: // with description
    6157
    6258   G4LPhysicsFreeVector();
    63 
    64 public: // with description
    6559
    6660   G4LPhysicsFreeVector(size_t nbin, G4double binmin, G4double binmax);
     
    7165     // G4PhysicsVector has PutValue() but it is inconvenient.
    7266     // Want to simultaneously fill the bin and data vectors.
    73 
    74    G4double GetValue(G4double theEnergy, G4bool& isOutRange);
    75      // Note that theEnergy could be energy, momentum, or whatever.
    7667
    7768   void SetVerboseLevel(G4int value);
Note: See TracChangeset for help on using the changeset viewer.