G4OCCT 0.1.0
Geant4 interface to Open CASCADE Technology (OCCT) geometry definitions
Loading...
Searching...
No Matches
G4OCCT_STEPAssembly_impl.hh
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later
2// Copyright (C) 2026 G4OCCT Contributors
3
11
12#ifndef G4OCCT_DD4HEP_STEPAssembly_impl_hh
13#define G4OCCT_DD4HEP_STEPAssembly_impl_hh
14
15#include <map>
16#include <string>
17#include <vector>
18
19class G4Material;
20
30int G4OCCT_ImportSTEPAssembly(const std::string& path,
31 const std::map<std::string, G4Material*>& materials,
32 const std::string& detectorName,
33 const std::vector<std::string>& sensitiveNames);
34
35#endif // G4OCCT_DD4HEP_STEPAssembly_impl_hh
int G4OCCT_ImportSTEPAssembly(const std::string &path, const std::map< std::string, G4Material * > &materials, const std::string &detectorName, const std::vector< std::string > &sensitiveNames)