Analysis Software
Documentation for sPHENIX simulation software
|
#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>
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 ¶ms, 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 ¶ms, const std::string &valueTag, const std::vector< std::pair< const std::string, Acts::BinningOption > > &binning, const Logger &logger=getDummyLogger()) |