gsystem
Loading...
Searching...
No Matches
systemCadFactory.h
Go to the documentation of this file.
1#pragma once
2
3// gsystem
4#include "systemFactory.h"
5
25{
26public:
27 // inherit the base (const std::shared_ptr<GOptions>&) ctor
29
30private:
32 void loadMaterials(GSystem* system) override;
33
35 void loadGeometry(GSystem* system) override;
36};
Load a system from CAD assets (e.g. STL) found in a directory.
Abstract base class for loading a GSystem from a specific source.
GSystemFactory(const std::shared_ptr< GOptions > &g)
Construct the factory with shared configuration.
Represents a single detector system (e.g., calorimeter, tracker).
Definition gsystem.h:32