ATLAS Offline Software
Loading...
Searching...
No Matches
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
11class G4LogicalVolume;
12class GeoLogVol;
13
15{
16 public:
18 G4LogicalVolume* Build ATLAS_NOT_THREAD_SAFE (const PVConstLink&, bool&);
19};
20
21#endif
Define macros for attributes used to control the static checker.
G4LogicalVolume *Build ATLAS_NOT_THREAD_SAFE(const PVConstLink &, bool &)