ATLAS Offline Software
|
#include <AlignSiModuleList.h>
Public Types | |
typedef std::less< Identifier > | lessp |
typedef std::map< Identifier, int, lessp > | ModuleIDMap |
Public Attributes | |
std::vector< AlignSiModule > | vec |
ModuleIDMap | idmap |
Definition at line 18 of file AlignSiModuleList.h.
typedef std::less<Identifier> AlignSiModuleList::lessp |
Definition at line 21 of file AlignSiModuleList.h.
typedef std::map<Identifier,int,lessp> AlignSiModuleList::ModuleIDMap |
Definition at line 22 of file AlignSiModuleList.h.
ModuleIDMap AlignSiModuleList::idmap |
Definition at line 23 of file AlignSiModuleList.h.
std::vector<AlignSiModule> AlignSiModuleList::vec |
Definition at line 20 of file AlignSiModuleList.h.