diff --git a/examples/SimpleDetector/compact/Simple_CLIC.xml b/examples/SimpleDetector/compact/Simple_CLIC.xml index 94a6bb3594930845ed36ebffc9e64e8162a2e0f9..23241fc18346b143148396bc7ae4c9c723f59dec 100644 --- a/examples/SimpleDetector/compact/Simple_CLIC.xml +++ b/examples/SimpleDetector/compact/Simple_CLIC.xml @@ -31,7 +31,7 @@ <constant name="SolenoidField_zMax" value="4.0*m"/> <constant name="SolenoidField_outer_radius" value="4.0*m"/> - <constant name="BField_nominal" value="3.5*tesla"/> + <constant name="BField_nominal" value="4.0*tesla"/> </define> diff --git a/examples/SimpleDetector/compact/Simple_ILD.xml b/examples/SimpleDetector/compact/Simple_ILD.xml index 614ddd8158ce9a30696d18bb209e04de7f95c23e..32ce0dc6ea16e79378504c776e813ee8fe27c95e 100644 --- a/examples/SimpleDetector/compact/Simple_ILD.xml +++ b/examples/SimpleDetector/compact/Simple_ILD.xml @@ -58,7 +58,11 @@ <detectors> <comment>Trackers</comment> - <detector name="VXD" type="ZPlanarTracker" vis="VXDVis" id="1" limits="Tracker_limits" readout="VXDCollection" insideTrackingVolume="true"> + <detector name="AirTube" type="AirTube" vis="VXDVis" id="42" insideTrackingVolume="true"> + <dimensions rmin="10.*mm" rmax="11.*mm" zhalf="6.250000000e+01*mm"/> + </detector> + + <detector name="VXD" type="ZPlanarTracker" vis="VXDVis" id="1" limits="Tracker_limits" readout="VXDCollection" insideTrackingVolume="true"> <layer nLadders="10" phi0="-1.570796327e+00*rad" id="0"> <ladder distance="1.600000000e+01*mm" thickness="1.000000000e+00*mm" width="1.150000000e+01*mm" length="6.250000000e+01*mm" offset="-3.406041308e+00*mm" material="CarbonFiber" /> diff --git a/examples/SimpleDetector/examples/run_sitracking_SimpleCLIC.xml b/examples/SimpleDetector/examples/run_sitracking_SimpleCLIC.xml index ffe5a58cbcfcdac578ca633ffe4cd4737d83fbf0..52c1ab272de02f20550aaaa5a0196e27ee5b12bf 100644 --- a/examples/SimpleDetector/examples/run_sitracking_SimpleCLIC.xml +++ b/examples/SimpleDetector/examples/run_sitracking_SimpleCLIC.xml @@ -211,11 +211,11 @@ <!--SIT Hit Collection Name--> <parameter name="SITHitCollectionName" type="string" lcioInType="TrackerHit"> XXXXSITTrackerHits SITSpacePoints </parameter> <!--Silicon track Collection Name--> - <parameter name="SiTrackCollectionName" type="string" lcioOutType="Track"> SiTracks MarlinTrkTracks </parameter> + <parameter name="SiTrackCollectionName" type="string" lcioOutType="Track"> SiTracks </parameter> <!--Smooth All Mesurement Sites in Fit--> <parameter name="SmoothOn" type="bool"> false </parameter> <!--Use SIT--> - <parameter name="UseSIT" type="int">1 </parameter> + <parameter name="UseSIT" type="int">0 </parameter> <!--UseEventDisplay--> <parameter name="UseEventDisplay" type="bool"> false </parameter> <!--VTX Hit Collection Name-->