ATLAS Offline Software
Loading...
Searching...
No Matches
SiDetectorElementCollection.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
6// SiDetectorElementCollection.h
8// (c) ATLAS Detector software
10
11
12#ifndef INDETREADOUTGEOMETRY_SIDETECTORELEMENTCOLLECTION_H
13#define INDETREADOUTGEOMETRY_SIDETECTORELEMENTCOLLECTION_H
14
17
18class IdentifierHash;
19
20namespace InDetDD {
21
26
27class SiDetectorElementCollection : public DataVector<SiDetectorElement> {
28 public:
29 virtual ~SiDetectorElementCollection() = default;
30 const SiDetectorElement* getDetectorElement(const IdentifierHash& hash) const;
31};
32
33} // namespace InDetDD
34
37#include "AthenaKernel/CondCont.h"
39
40#endif // INDETREADOUTGEOMETRY_SIDETECTORELEMENTCOLLECTION_H
#define CONDCONT_MIXED_DEF(...)
Definition CondCont.h:1446
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.
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
This is a "hash" representation of an Identifier.
Class to hold the SiDetectorElement objects to be put in the detector store.
const SiDetectorElement * getDetectorElement(const IdentifierHash &hash) const
virtual ~SiDetectorElementCollection()=default
Class to hold geometrical description of a silicon detector element.
Message Stream Member.