![]() |
ATLAS Offline Software
|
#include "ActsGeometryInterfaces/IBlueprintNodeBuilder.h"#include "CaloDetDescr/CaloDetDescrManager.h"#include "Acts/Surfaces/CylinderSurface.hpp"#include "Acts/Surfaces/DiscSurface.hpp"#include "Acts/Surfaces/Surface.hpp"#include "CaloIdentifier/CaloCell_ID.h"#include "CaloDetDescr/CaloDetDescrElement.h"#include <map>#include <string>#include <vector>#include <memory>Go to the source code of this file.
Classes | |
| class | ActsTrk::CaloBlueprintNodeBuilder |
| Builds the Calo Blueprint Node. More... | |
Namespaces | |
| namespace | ActsTrk |
| The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout geometry to cache the final transformations of the sensor surfaces associated to one particular detector technology (Pixel, Sct, etc.). | |
Typedefs | |
| using | caloSampleSurfaceMap_t = std::map<std::pair<std::string, CaloCell_ID::CaloSample>, std::vector<std::shared_ptr<Acts::Surface> > > |
| using | caloSampleDDEElementsMap_t = std::map<std::pair<std::string, CaloCell_ID::CaloSample>, std::vector<const CaloDetDescrElement*> > |
| using | caloDimensionMap_t = std::map<std::string, double> |
Enumerations | |
| enum class | ActsTrk::caloRegion { ActsTrk::DiscNegativeZ , ActsTrk::DiscPositiveZ , ActsTrk::Global } |
| using caloDimensionMap_t = std::map<std::string, double> |
Definition at line 24 of file CaloBlueprintNodeBuilder.h.
| using caloSampleDDEElementsMap_t = std::map<std::pair<std::string, CaloCell_ID::CaloSample>, std::vector<const CaloDetDescrElement*> > |
Definition at line 23 of file CaloBlueprintNodeBuilder.h.
| using caloSampleSurfaceMap_t = std::map<std::pair<std::string, CaloCell_ID::CaloSample>, std::vector<std::shared_ptr<Acts::Surface> > > |
Definition at line 22 of file CaloBlueprintNodeBuilder.h.