ATLAS Offline Software
Loading...
Searching...
No Matches
Geo2G4MaterialFactory.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_Geo2G4MaterialFactory_h
6#define GEOMATERIAL2G4_Geo2G4MaterialFactory_h
7
8#include "G4Material.hh"
9#include "GeoModelKernel/GeoMaterial.h"
11
12#include <map>
13#include <string>
14
16public:
18 G4Material* Build(const GeoMaterial*);
19};
20
21#endif
AthMessaging(IMessageSvc *msgSvc, const std::string &name)
Constructor.
G4Material * Build(const GeoMaterial *)