ATLAS Offline Software
Loading...
Searching...
No Matches
AGDDVolumeStore.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef AGDDVolumeStore_H
6#define AGDDVolumeStore_H
7
8class AGDDVolume;
9
10#include <map>
11#include <string>
12
13typedef std::map<std::string,AGDDVolume* > AGDDVolumeMap;
14
16public:
19 AGDDVolume* GetVolume(std::string);
20 bool Exist(std::string);
21 void Clean();
22};
23
24#endif
std::map< std::string, AGDDVolume * > AGDDVolumeMap
bool Exist(std::string)
void RegisterVolume(AGDDVolume *)
AGDDVolume * GetVolume(std::string)