Files
geant4/source/visualization/modeling/include/G4TrajectoriesModel.icc
T
2016-06-08 15:34:16 +02:00

23 lines
619 B
Plaintext

// This code implementation is the intellectual property of
// the 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: G4TrajectoriesModel.icc,v 1.4 1999/12/15 14:54:31 gunter Exp $
// GEANT4 tag $Name: geant4-01-01 $
inline G4String G4TrajectoriesModel::GetCurrentTag () const {
return fGlobalTag;
}
inline G4String G4TrajectoriesModel::GetCurrentDescription () const {
return fGlobalDescription;
}
inline G4bool G4TrajectoriesModel::Validate () {
return true;
}