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 
15 #include <vector>
16 #include "InDetIdentifier/TRT_ID.h"
17 
18 class IdentifierHash;
19 class Identifier;
20 
21 namespace InDetDD {
22 
23  class TRT_BaseElement;
24 
26 
27  class TRT_DetElementCollection : public std::vector<TRT_BaseElement *>
28  {
29  public:
30 
32  };
33 
34 } // namespace InDetDD
35 
36 #include "AthenaKernel/CLASS_DEF.h"
38 #include "AthenaKernel/CondCont.h"
40 
41 #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...
Identifier
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:32
CaloCondBlobAlgs_fillNoiseFromASCII.hash
dictionary hash
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:109
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:11
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:64
InDetDD::TRT_DetElementCollection
Class to hold collection of TRT detector elements.
Definition: TRT_DetElementCollection.h:28
IdentifierHash
Definition: IdentifierHash.h:38
CLASS_DEF.h
macros to associate a CLID to a type
InDetDD::TRT_BaseElement
Definition: TRT_BaseElement.h:57