ATLAS Offline Software
Loading...
Searching...
No Matches
SingleLogicalVolumeFactory.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 GEO2G4_SingleLogicalVolumeFactory_h
6#define GEO2G4_SingleLogicalVolumeFactory_h
7
10
11class G4LogicalVolume;
12class GeoLogVol;
13
14#include <string>
15#include <map>
16
18public:
20 G4LogicalVolume* Build ATLAS_NOT_THREAD_SAFE (const GeoLogVol*);
21};
22
23#endif
Define macros for attributes used to control the static checker.
AthMessaging(IMessageSvc *msgSvc, const std::string &name)
Constructor.
G4LogicalVolume *Build ATLAS_NOT_THREAD_SAFE(const GeoLogVol *)