Skip to content
Snippets Groups Projects
  1. Aug 24, 2021
  2. 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
  3. Aug 03, 2021
  4. Jul 29, 2021
  5. 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
  6. Jul 22, 2021
  7. Jul 21, 2021
  8. Jun 24, 2021
  9. Jun 10, 2021
  10. Jun 02, 2021
  11. Jun 01, 2021
  12. May 27, 2021
  13. May 17, 2021
  14. May 12, 2021
  15. May 07, 2021
  16. May 01, 2021
Loading