ATLAS Offline Software
TRT_DetElementCollection.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 // SiDetectorElementCollection.h
8 // (c) ATLAS Detector software
10 
11 
12 #ifndef INDETREADOUTGEOMETRY_TRT_DETELEMENTCOLLECTION_H
13 #define INDETREADOUTGEOMETRY_TRT_DETELEMENTCOLLECTION_H
14 
17 #include "InDetIdentifier/TRT_ID.h"
18 
19 class IdentifierHash;
20 class Identifier;
21 
22 namespace InDetDD {
23 
25  class TRT_DetElementCollection : public DataVector<TRT_BaseElement>
26  {
27  public:
29  };
30 
31 } // namespace InDetDD
32 
33 #include "AthenaKernel/CLASS_DEF.h"
35 #include "AthenaKernel/CondCont.h"
37 
38 #endif // INDETREADOUTGEOMETRY_TRT_DETELEMENTCOLLECTION_H
TRT_ID.h
This is an Identifier helper class for the TRT subdetector. This class is a factory for creating comp...
DataVector
Derived DataVector<T>.
Definition: DataVector.h:794
TRT_BaseElement.h
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
CaloCondBlobAlgs_fillNoiseFromASCII.hash
dictionary hash
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:108
CONDCONT_DEF
CONDCONT_DEF(InDetDD::TRT_DetElementCollection, 1334649756)
InDetDD
Message Stream Member.
Definition: FakeTrackBuilder.h:8
InDetDD::TRT_DetElementCollection::getDetectorElement
const TRT_BaseElement * getDetectorElement(const IdentifierHash &hash) const
Definition: TRT_DetElementCollection.cxx:9
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:67
InDetDD::TRT_DetElementCollection
Class to hold collection of TRT detector elements.
Definition: TRT_DetElementCollection.h:26
IdentifierHash
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
Definition: IdentifierHash.h:25
CLASS_DEF.h
macros to associate a CLID to a type
InDetDD::TRT_BaseElement
Definition: TRT_BaseElement.h:52
Identifier
Definition: IdentifierFieldParser.cxx:14