ATLAS Offline Software
Loading...
Searching...
No Matches
AGDDSectionStore.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 AGDDSectionStore_H
6#define AGDDSectionStore_H
7
8class AGDDSection;
9
10#include <map>
11#include <string>
12
13typedef std::map<std::string,AGDDSection*> sectionList;
14
27
28#endif
std::map< std::string, AGDDSection * > sectionList
AGDDSection * GetSection(const std::string &)
AGDDSection * m_currentSection
void PrintAllSections() const
void RegisterSection(AGDDSection *)
sectionList m_theSections
AGDDSection * GetCurrentSection()