dbselect
Loading...
Searching...
No Matches
dbselect module

Qt-based selection view for SQLite-backed geometry “experiment/system” configurations. More...

Files

file  test_dbselect.cc
 Example program demonstrating how to use the dbselect module in GUI or CLI mode.
 

Namespaces

namespace  dbselect
 Namespace containing dbselect module functions.
 

Data Structures

class  DBSelectView
 Qt widget used to select experiment/system configurations from an SQLite geometry database. More...
 
class  ComboDelegate
 Item delegate that edits a cell using a QComboBox populated from Qt::UserRole. More...
 

Detailed Description

This module provides a small GUI/CLI-oriented utility layer to inspect and select geometry configurations stored in an SQLite database (via the geometry table), and to translate user selections into a list of GSystem objects that can be passed to detector construction for geometry reload.