ATLAS Offline Software
Geo2G4MatPropTableFactory.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef GEOMATERIAL2G4_Geo2G4MatPropTableFactory_h
6 #define GEOMATERIAL2G4_Geo2G4MatPropTableFactory_h
7 
8 class G4MaterialPropertiesTable;
10 
12 public:
13  G4MaterialPropertiesTable* Build(const GeoMaterialPropertiesTable*);
14 };
15 
16 #endif
Geo2G4MatPropTableFactory
Definition: Geo2G4MatPropTableFactory.h:11
Geo2G4MatPropTableFactory::Build
G4MaterialPropertiesTable * Build(const GeoMaterialPropertiesTable *)
Definition: Geo2G4MatPropTableFactory.cxx:21
GeoMaterialPropertiesTable
Definition: GeoMaterialPropertiesTable.h:20