gsystem
Loading...
Searching...
No Matches
loadMaterials.cc
Go to the documentation of this file.
1
8// gsystem
9#include "systemCadFactory.h"
10
11void GSystemCADFactory::loadMaterials([[maybe_unused]] GSystem* system) {
12 // CAD workflow typically relies on existing materials (e.g. from a global database)
13 // or assigns materials via subsequent modifiers. This is currently a stub.
14 log->info(0, "in empty GSystemCADFactory loadMaterials");
15}
std::shared_ptr< GLogger > log
void info(int level, Args &&... args) const
Represents a single detector system (e.g., calorimeter, tracker).
Definition gsystem.h:32