Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • G GeoModel
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 20
    • Issues 20
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GeoModelDev
  • GeoModel
  • Issues
  • #38

Closed
Open
Created May 09, 2022 by Riccardo Maria Bianchi@rbianchi☀Owner

GMCAT adds NameTags and Transforms when reading an SQLite file back in

  1. Creating a .db file from a plugin. No NameTags are added to the output, because no NameTags are used in the example geometry:
➜ build ../install/bin/gmcat GeoModelExamples/MinimalPlugin/libMinimalPlugin.dylib -o min_2.db
The Geometry Database 'min_2.db' has been opened successfully!
Saving the GeoModel tree to file: 'min_2.db'
Info: number of Materials records to dump into the DB: 2
Info: number of Elements records to dump into the DB: 5
Info: number of Transforms records to dump into the DB: 3
Info: number of Shapes records to dump into the DB: 2
Info: number of PhysVols records to dump into the DB: 3
Info: number of LogVols records to dump into the DB: 2
Info: number of ChildrenPositions records to dump into the DB: 9
  1. When reading back the output file, for a second pass in GMCAT, 5 NameTags are added:
➜ build ../install/bin/gmcat min_2.db -o min_2_gmact.db
The Geometry Database 'min_2_gmact.db' has been opened successfully!
Saving the GeoModel tree to file: 'min_2_gmact.db'
Info: number of Materials records to dump into the DB: 2
Info: number of Elements records to dump into the DB: 5
Info: number of NameTags records to dump into the DB: 5
[...]
Edited Jun 07, 2022 by Riccardo Maria Bianchi
Assignee
Assign to
Time tracking