ATLAS Offline Software
Loading...
Searching...
No Matches
Geo2G4LogicalVolumeFactory.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_Geo2G4LogicalVolumeFactory_h
6#define GEO2G4_Geo2G4LogicalVolumeFactory_h
7
9
10class G4LogicalVolume;
11class GeoLogVol;
12
14public:
16 G4LogicalVolume* Build ATLAS_NOT_THREAD_SAFE (const GeoLogVol*);
17};
18
19#endif
Define macros for attributes used to control the static checker.
G4LogicalVolume *Build ATLAS_NOT_THREAD_SAFE(const GeoLogVol *)