ATLAS Offline Software
Classes | Namespaces | Typedefs
CaloBlueprintNodeBuilder.h File Reference
#include "ActsGeometryInterfaces/IBlueprintNodeBuilder.h"
#include "CaloDetDescr/CaloDetDescrManager.h"
#include "Acts/Surfaces/CylinderSurface.hpp"
#include "Acts/Surfaces/Surface.hpp"
#include "CaloIdentifier/CaloCell_ID.h"
#include "CaloDetDescr/CaloDetDescrElement.h"
Include dependency graph for CaloBlueprintNodeBuilder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ActsTrk::CaloBlueprintNodeBuilder
 Builds the Calo Blueprint Node. More...
 

Namespaces

 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< CaloCell_ID::CaloSample, std::vector< std::shared_ptr< Acts::Surface > > >
 
using caloSampleDDEElementsMap_t = std::map< CaloCell_ID::CaloSample, std::vector< const CaloDetDescrElement * > >
 
using caloDimensionMap_t = std::map< std::string, double >
 

Typedef Documentation

◆ caloDimensionMap_t

using caloDimensionMap_t = std::map<std::string, double>

Definition at line 18 of file CaloBlueprintNodeBuilder.h.

◆ caloSampleDDEElementsMap_t

Definition at line 17 of file CaloBlueprintNodeBuilder.h.

◆ caloSampleSurfaceMap_t

using caloSampleSurfaceMap_t = std::map<CaloCell_ID::CaloSample, std::vector<std::shared_ptr<Acts::Surface> > >

Definition at line 16 of file CaloBlueprintNodeBuilder.h.