22 lines
590 B
Plaintext
22 lines
590 B
Plaintext
// This code implementation is the intellectual property of
|
|
// the RD44 GEANT4 collaboration.
|
|
//
|
|
// By copying, distributing or modifying the Program (or any work
|
|
// based on the Program) you indicate your acceptance of this statement,
|
|
// and all its terms.
|
|
//
|
|
// $Id: G4HitsModel.icc,v 1.3 1999/05/10 14:04:22 johna Exp $
|
|
// GEANT4 tag $Name: geant4-00-01 $
|
|
|
|
inline G4String G4HitsModel::GetCurrentTag () const {
|
|
return fGlobalTag;
|
|
}
|
|
|
|
inline G4String G4HitsModel::GetCurrentDescription () const {
|
|
return fGlobalDescription;
|
|
}
|
|
|
|
inline G4bool G4HitsModel::Validate () {
|
|
return true;
|
|
}
|