EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TGeoDetector Struct Reference

#include <acts/blob/sPHENIX/Examples/Detectors/TGeoDetector/include/ActsExamples/TGeoDetector/TGeoDetector.hpp>

+ Inheritance diagram for TGeoDetector:
+ Collaboration diagram for TGeoDetector:

Public Types

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

Public Member Functions

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

Public Attributes

DetectorStore detectorStore
 The Store of the detector elements (lifetime: job)
 

Detailed Description

Definition at line 21 of file TGeoDetector.hpp.

View newest version in sPHENIX GitHub at line 21 of file TGeoDetector.hpp

Member Typedef Documentation

Definition at line 22 of file TGeoDetector.hpp.

View newest version in sPHENIX GitHub at line 22 of file TGeoDetector.hpp

Definition at line 23 of file TGeoDetector.hpp.

View newest version in sPHENIX GitHub at line 23 of file TGeoDetector.hpp

Member Function Documentation

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

Implements ActsExamples::IBaseDetector.

Definition at line 17 of file TGeoDetector.cpp.

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

References ActsExamples::Options::addTGeoGeometryOptions().

+ Here is the call graph for this function:

auto TGeoDetector::finalize ( const boost::program_options::variables_map &  vm,
std::shared_ptr< const Acts::IMaterialDecorator mdecorator 
)
overridevirtual

Implements ActsExamples::IBaseDetector.

Definition at line 22 of file TGeoDetector.cpp.

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

References ActsExamples::TGeo::buildTGeoDetector().

+ Here is the call graph for this function:

Member Data Documentation

DetectorStore TGeoDetector::detectorStore

The Store of the detector elements (lifetime: job)

Definition at line 26 of file TGeoDetector.hpp.

View newest version in sPHENIX GitHub at line 26 of file TGeoDetector.hpp


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