gsystem
Loading...
Searching...
No Matches
loadGeometry.cc
Go to the documentation of this file.
1
8// gsystem
9#include "systemGdmlFactory.h"
10
11void GSystemGDMLFactory::loadGeometry([[maybe_unused]] GSystem* s) {
12 // Placeholder: GDML import not implemented yet.
13 log->info(0, "in empty GSystemGDMLFactory loadGeometry");
14}
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