ATLAS Offline Software
Loading...
Searching...
No Matches
Geo2G4ElementFactory.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_ElementFactory_H
6#define GEOMATERIAL2G4_ElementFactory_H
7
8class G4Element;
9class GeoElement;
10
11#include <unordered_map>
12#include <string>
13typedef std::unordered_map<std::string, G4Element*> elList;
14
16public:
18 G4Element* Build(const GeoElement*);
19private:
21};
22
23#endif
std::unordered_map< std::string, G4Element * > elList
G4Element * Build(const GeoElement *)