Skip to content
Snippets Groups Projects

MetaData - Put the plugin names into the meta data of the database

Merged Johannes Junggeburth requested to merge PluginNamesIntoDb into main
All threads resolved!

Moin moin everybody,

this MR streaamlines the metadata. Instead of writing

P0 <shared lib0>
P1 <shared lib1>
P2 <shared lib2>

as individual columns to the databse, I propose to write

PluginLibs <shared lib0>;<shared lib1>;<shared lib2>

further, I realized that we can exploit the getName() method of the GeoVPlugins themselves to also publish the system names. So I added

BuiltDetectors <detName 0>;<detName 1>;<detName 2>;

The advnatage, we can use this column of the AAAHEADER table to deduce super easily in athena which subdetectors are in the file nad toggle the Detector flags accordingly. We may need to fiddle the plugin names in GeoModelATLAS

image

@boudreau, @tsulaia what do you think?

Edited by Johannes Junggeburth

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading