Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::GenericDetectorWithOptions Class Reference

#include <acts/blob/sPHENIX/Examples/Run/Common/include/ActsExamples/Detector/GenericDetectorWithOptions.hpp>

+ Inheritance diagram for ActsExamples::GenericDetectorWithOptions:
+ Collaboration diagram for ActsExamples::GenericDetectorWithOptions:

Public Member Functions

void addOptions (boost::program_options::options_description &opt) const override
 
auto finalize (const boost::program_options::variables_map &vm, std::shared_ptr< const Acts::IMaterialDecorator > mdecorator) -> std::pair< TrackingGeometryPtr, ContextDecorators > override
 
- Public Member Functions inherited from ActsExamples::IBaseDetector
virtual ~IBaseDetector ()=default
 

Private Attributes

GenericDetector m_detector
 

Additional Inherited Members

- Public Types inherited from ActsExamples::IBaseDetector
using ContextDecorators = std::vector< std::shared_ptr< ActsExamples::IContextDecorator >>
 
using TrackingGeometryPtr = std::shared_ptr< const Acts::TrackingGeometry >
 

Detailed Description

Definition at line 16 of file GenericDetectorWithOptions.hpp.

View newest version in sPHENIX GitHub at line 16 of file GenericDetectorWithOptions.hpp

Member Function Documentation

void ActsExamples::GenericDetectorWithOptions::addOptions ( boost::program_options::options_description &  opt) const
overridevirtual

Implements ActsExamples::IBaseDetector.

Definition at line 17 of file GenericDetectorWithOptions.cpp.

View newest version in sPHENIX GitHub at line 17 of file GenericDetectorWithOptions.cpp

References ActsExamples::Options::addGenericGeometryOptions().

Referenced by main().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

auto ActsExamples::GenericDetectorWithOptions::finalize ( const boost::program_options::variables_map &  vm,
std::shared_ptr< const Acts::IMaterialDecorator mdecorator 
) -> std::pair<TrackingGeometryPtr, ContextDecorators>
overridevirtual

Implements ActsExamples::IBaseDetector.

Definition at line 22 of file GenericDetectorWithOptions.cpp.

View newest version in sPHENIX GitHub at line 22 of file GenericDetectorWithOptions.cpp

References GenericDetector::Config::buildLevel, GenericDetector::Config::buildProto, cfg, GenericDetector::Config::layerLogLevel, testing::internal::move(), GenericDetector::Config::surfaceLogLevel, and GenericDetector::Config::volumeLogLevel.

+ Here is the call graph for this function:

Member Data Documentation

GenericDetector ActsExamples::GenericDetectorWithOptions::m_detector
private

Definition at line 17 of file GenericDetectorWithOptions.hpp.

View newest version in sPHENIX GitHub at line 17 of file GenericDetectorWithOptions.hpp


The documentation for this class was generated from the following files: