Warning, /DD4hep/examples/Conditions/data/default_module.xml is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="ISO-8859-1"?>
0002 <conditions>
0003 <!-- #==========================================================================
0004 # AIDA Detector description implementation
0005 #==========================================================================
0006 # Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
0007 # All rights reserved.
0008 #
0009 # For the licensing terms see $DD4hepINSTALL/LICENSE.
0010 # For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
0011 #
0012 #==========================================================================
0013 -->
0014
0015 <value name="external_pressure" type="float" value="980*hPa"/>
0016 <value name="other_pressure" type="double">980*hPa</value>
0017 <temperature name="ambient" value="273*kelvin"/>
0018 <pressure name="athmospheric" value="980*hPa"/>
0019 <sequence name="Seq1" type="vector[int]" value="[0,1,2,3,4,5]"/>
0020 <sequence name="Seq2" type="list[int]">[0,1,2,3,4,5]</sequence>
0021 <sequence name="Seq3" type="set[double]">[0,10,20,30,40,50]</sequence>
0022 <!--
0023 <mapping> name="Map1" key_type="string" mapped_type="int">
0024 ("a": 1, "b": 2 )
0025 </mapping>
0026 -->
0027 </conditions>