ATLAS Offline Software
Loading...
Searching...
No Matches
SiDetectorElementMap.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5
6#ifndef SiDetectorElementMap_h
7#define SiDetectorElementMap_h
8
10
13
15 public:
18
21
22 private :
23 std::map<const IdentifierHash , const InDetDD::SiDetectorElement* > m_detElementMap;
24
25};
26
27// Class PixelDetectorFactoryFastGeo
28
31
32#endif
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
This is an Identifier helper class for the Pixel subdetector.
This is a "hash" representation of an Identifier.
Class to hold geometrical description of a silicon detector element.
std::map< const IdentifierHash, const InDetDD::SiDetectorElement * > m_detElementMap
void addEntry(const IdentifierHash, const InDetDD::SiDetectorElement *)
const InDetDD::SiDetectorElement * readEntry(const IdentifierHash) const
#define private