ATLAS Offline Software
Loading...
Searching...
No Matches
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
18
19class IdentifierHash;
20class Identifier;
21
22namespace InDetDD {
23
25 class TRT_DetElementCollection : public DataVector<TRT_BaseElement>
26 {
27 public:
28 const TRT_BaseElement* getDetectorElement(const IdentifierHash& hash) const;
29 };
30
31} // namespace InDetDD
32
35#include "AthenaKernel/CondCont.h"
37
38#endif // INDETREADOUTGEOMETRY_TRT_DETELEMENTCOLLECTION_H
#define CONDCONT_DEF(...)
Definition CondCont.h:1413
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
An STL vector of pointers that by default owns its pointed-to elements.
This is an Identifier helper class for the TRT subdetector.
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
This is a "hash" representation of an Identifier.
Virtual base class of TRT readout elements.
Class to hold collection of TRT detector elements.
const TRT_BaseElement * getDetectorElement(const IdentifierHash &hash) const
Message Stream Member.