From c483452cbf8f370f4ee9e279d067acfccff0066a Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Fri, 29 May 2015 09:15:25 +0000 Subject: [PATCH] set B-field to 4 T in SimpleCLI and add AirTube to SimpleILD (plus some cosmetics) --- examples/SimpleDetector/compact/Simple_CLIC.xml | 2 +- examples/SimpleDetector/compact/Simple_ILD.xml | 6 +++++- .../SimpleDetector/examples/run_sitracking_SimpleCLIC.xml | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/examples/SimpleDetector/compact/Simple_CLIC.xml b/examples/SimpleDetector/compact/Simple_CLIC.xml index 94a6bb359..23241fc18 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 614ddd815..32ce0dc6e 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 ffe5a58cb..52c1ab272 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--> -- GitLab