gsystem
Loading...
Searching...
No Matches
systemGdmlFactory.h
Go to the documentation of this file.
1#pragma once
2
3// gsystem
4#include "systemFactory.h"
5
22{
23public:
24 // inherit the base (const std::shared_ptr<GOptions>&) ctor
26
27private:
35 void loadMaterials(GSystem* system) override;
36
44 void loadGeometry(GSystem* system) override;
45};
Abstract base class for loading a GSystem from a specific source.
GSystemFactory(const std::shared_ptr< GOptions > &g)
Construct the factory with shared configuration.
Placeholder factory for GDML-based systems.
Represents a single detector system (e.g., calorimeter, tracker).
Definition gsystem.h:32