Skip to content
Snippets Groups Projects
Commit 9b1807f6 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny: Committed by Johannes Junggeburth
Browse files

Add better documentation

parent 7868acd4
No related branches found
No related tags found
1 merge request!327New schema for the GeoModel SQLite database and updated I/O
// Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
// Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
/*
* This example tests shared GeoSerialTransformer nodes.
*
* It creates one single LogVol, with one Material and one Shape.
* Then it creates one single PhysVol volumes using the above LogVol.
* Then it creates three SerialTrasnformers with different placing formulas,
* but which share the same PhisVol defined above.
* Then it creates two SerialTrasnformers with two different placing formulas,
* but which share the same PhysVol defined above.
*
* It is meant to how how to share GeoModel nodes to reduce the memory footprint
* and to test the GeoModel I/O packages and methods.
......
......@@ -4,7 +4,9 @@
* This example tests shared GeoSerialTransformer nodes.
*
* In particular, it tests three serialtransformers that share a single PhysVol
* volume and a single Function.
* volume and:
* - two of them share the same placing formula
* - one of them has its own placing formula
*
* Author: Riccardo Maria BIANCHI @ CERN
* Created on: Feb, 2023
......
......@@ -4,7 +4,12 @@
* This example tests shared GeoSerialTransformer nodes.
*
* In particular, it tests three serialtransformers that share a single PhysVol
* volume and a single Function.
* volume and:
* - two of them share the same placing formula
* - one of them has its own placing formula
* This test also adds complexity by adding instances of IdentifierTag and SerialIdentifier nodes,
* and uses the PhysVol used by the SerialTrasnformers by placing it
* in the world with a Transform and an Indentifier.
*
* Author: Riccardo Maria BIANCHI @ CERN
* Created on: Feb, 2023
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment