Import Geant4 3.1.0 source tree
This commit is contained in:
@@ -5,17 +5,13 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4VModel.icc,v 1.4 1999/12/15 14:54:31 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
// $Id: G4VModel.icc,v 1.6 2001/02/23 15:43:34 johna Exp $
|
||||
// GEANT4 tag $Name: geant4-03-01 $
|
||||
//
|
||||
//
|
||||
// John Allison 31st December 1997.
|
||||
// Base class for models.
|
||||
|
||||
inline G4bool G4VModel::operator == (const G4VModel& model) const {
|
||||
return this == &model;
|
||||
}
|
||||
|
||||
inline const G4ModelingParameters* G4VModel::GetModelingParameters () const {
|
||||
return fpMP;
|
||||
}
|
||||
@@ -28,18 +24,6 @@ inline const G4String& G4VModel::GetGlobalDescription () const {
|
||||
return fGlobalDescription;
|
||||
}
|
||||
|
||||
inline G4String G4VModel::GetCurrentTag () const {
|
||||
return "Default Current Tag";
|
||||
}
|
||||
|
||||
inline G4String G4VModel::GetCurrentDescription () const {
|
||||
return "Default Current Description";
|
||||
}
|
||||
|
||||
inline G4bool G4VModel::Validate () {
|
||||
return false;
|
||||
}
|
||||
|
||||
inline const G4VisExtent& G4VModel::GetExtent () const {
|
||||
return fExtent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user