43#ifndef G4ASSEMBLYSTORE_HH
44#define G4ASSEMBLYSTORE_HH
61class G4AssemblyStore :
public std::vector<G4AssemblyVolume*>
105 virtual ~G4AssemblyStore();
109 static G4AssemblyStore* fgInstance;
G4VNotifier G4VStoreNotifier
G4VStoreNotifier is a simple abstract class allowing for the implementation of user notifiers to be a...
static G4AssemblyStore * GetInstance()
static void DeRegister(G4AssemblyVolume *pAssembly)
static void SetNotifier(G4VStoreNotifier *pNotifier)
G4AssemblyVolume * GetAssembly(unsigned int id, G4bool verbose=true) const
static void Register(G4AssemblyVolume *pAssembly)
G4AssemblyVolume is a helper class to make the build process of geometry easier. It allows one to com...