ATLAS Offline Software
Geo2G4LVFactory.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_Geo2G4LVFactory_h
6 #define GEO2G4_Geo2G4LVFactory_h
7 
9 #include "GeoModelKernel/GeoVPhysVol.h"
10 
11 class G4LogicalVolume;
12 class GeoLogVol;
13 
15 {
16  public:
18  G4LogicalVolume* Build ATLAS_NOT_THREAD_SAFE (const PVConstLink&, bool&);
19 };
20 
21 #endif
Geo2G4LVFactory::Geo2G4LVFactory
Geo2G4LVFactory()
Definition: Geo2G4LVFactory.cxx:23
Geo2G4LVFactory::ATLAS_NOT_THREAD_SAFE
G4LogicalVolume *Build ATLAS_NOT_THREAD_SAFE(const PVConstLink &, bool &)
Geo2G4LVFactory
Definition: Geo2G4LVFactory.h:15
checker_macros.h
Define macros for attributes used to control the static checker.