Skip to content
Snippets Groups Projects
  1. Sep 01, 2021
  2. Aug 31, 2021
  3. Aug 30, 2021
  4. Aug 25, 2021
  5. Aug 24, 2021
  6. Aug 10, 2021
    • Wouter Deconinck's avatar
      [gdmlFile] optionally import physvol below top level · 5dbf9b8e
      Wouter Deconinck authored
      This allows syntax like
      ```xml
        <detectors>
          <detector id="1" name="FT_MT" type="DD4hep_GdmlDetector" vis="InvisibleWithChildren">
            <gdmlFile ref="GdmlDetector.gdml" physvol="lvUpstreamRegion_0"/>
            <parent name="/world"/>
          </detector>
        </detectors>
      ```
      to only load the specific `physvol` in `examples/ClientTests/compact/GdmlDetector.gdml`.
      5dbf9b8e
  7. Aug 03, 2021
  8. Jul 29, 2021
  9. Jul 27, 2021
    • Whitney Armstrong's avatar
    • Whitney Armstrong's avatar
      Updated comment. · 1e337a07
      Whitney Armstrong authored
      - Lets see if the checks pass...
      1e337a07
    • Whitney Armstrong's avatar
      Added VisAttr ref extension compact construction · 07983625
      Whitney Armstrong authored
       - Using `ref="OtherVisName"` attribute, the visualization attribute is an extension of
      the `"OtherVisName"` which is used to initialize the new vis attribute.
       - The new VisAttr inherits all the properties  of the ref and additional arguments override these values.
      
      Example where the only difference is the `alpha` value.
      
      ```
        <vis name="SiVertexBarrelModuleVis"
             alpha="1.0" r="1.0" g="0.75" b="0.76"
             drawingStyle="wireframe"
             showDaughters="false"
             visible="true"/>
      
        <vis name="SiVertexEndcapModuleVis"
             ref="SiVertexBarrelModuleVis"
             alpha="0.5"/>
      ```
      
      	modified:   src/plugins/Compact2Objects.cpp
      07983625
  10. Jul 22, 2021
  11. Jul 21, 2021
  12. Jun 24, 2021
  13. Jun 10, 2021
  14. Jun 02, 2021
  15. Jun 01, 2021
  16. May 27, 2021
Loading