Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DD4hepMaterialHelpers.hpp File Reference
#include "Acts/Utilities/BinningData.hpp"
#include "Acts/Utilities/BinningType.hpp"
#include "Acts/Utilities/Logger.hpp"
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include <DD4hep/DetElement.h>
#include <DD4hep/DetFactoryHelper.h>
#include <DDRec/DetectorData.h>
+ Include dependency graph for DD4hepMaterialHelpers.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Acts
 Acts includes to create all necessary definitions.
 

Functions

void Acts::addCylinderLayerProtoMaterial (dd4hep::DetElement detElement, Layer &cylinderLayer, const Logger &logger=getDummyLogger())
 
void Acts::addDiscLayerProtoMaterial (dd4hep::DetElement detElement, Layer &discLayer, const Logger &logger=getDummyLogger())
 
void Acts::addLayerProtoMaterial (const dd4hep::rec::VariantParameters &params, Layer &layer, const std::vector< std::pair< const std::string, Acts::BinningOption > > &binning, const Logger &logger=getDummyLogger())
 
std::shared_ptr
< Acts::ProtoSurfaceMaterial
Acts::createProtoMaterial (const dd4hep::rec::VariantParameters &params, const std::string &valueTag, const std::vector< std::pair< const std::string, Acts::BinningOption > > &binning, const Logger &logger=getDummyLogger())