Skip to content
Snippets Groups Projects
Commit fb6bf777 authored by Andreas Salzburger's avatar Andreas Salzburger
Browse files

Merge branch 'ACTSFW-99_DD4hepAdaptions' into 'master'

ACTSFW-99_DD4hepAdaptions

Closes ACTSFW-99

See merge request !83
parents 0d42419c 6a783159
No related branches found
No related tags found
No related merge requests found
...@@ -144,6 +144,9 @@ ...@@ -144,6 +144,9 @@
</readouts> </readouts>
<include ref="FCChh_Option3_Definitions.xml"/> <include ref="FCChh_Option3_Definitions.xml"/>
<detectors> <detectors>
<detector id="0" name="beampipe" type="FCChhBeampipe">
<dimensions rmin="15*mm" rmax="18*mm" z="CentralBeamTube_dz" material="Beryllium" vis="violet"/>
</detector>
<detector id="100" name="FCChhInner0" type="DD4hep_SubdetectorAssembly" vis="BlueVisTrans"> <detector id="100" name="FCChhInner0" type="DD4hep_SubdetectorAssembly" vis="BlueVisTrans">
<composite name="InnerBRL_0"/> <composite name="InnerBRL_0"/>
</detector> </detector>
...@@ -165,8 +168,5 @@ ...@@ -165,8 +168,5 @@
<composite name="FwdECAPneg"/> <composite name="FwdECAPneg"/>
<composite name="FwdECAPpos"/> <composite name="FwdECAPpos"/>
</detector> </detector>
<detector id="105" name="beampipe" type="FCChhBeampipe">
<dimensions rmin="15*mm" rmax="18*mm" z="CentralBeamTube_dz" material="Beryllium" vis="violet"/>
</detector>
</detectors> </detectors>
</lccdd> </lccdd>
...@@ -55,7 +55,7 @@ namespace Options { ...@@ -55,7 +55,7 @@ namespace Options {
FW::DD4hep::GeometryService::Config gsConfig("GeometryService"); FW::DD4hep::GeometryService::Config gsConfig("GeometryService");
gsConfig.xmlFileName = vm["dd4hep-input"].template as<std::string>(); gsConfig.xmlFileName = vm["dd4hep-input"].template as<std::string>();
gsConfig.bTypePhi = Acts::equidistant; gsConfig.bTypePhi = Acts::equidistant;
gsConfig.bTypeR = Acts::equidistant; gsConfig.bTypeR = Acts::arbitrary;
gsConfig.bTypeZ = Acts::equidistant; gsConfig.bTypeZ = Acts::equidistant;
gsConfig.envelopeR = vm["dd4hep-envelopeR"].template as<double>(); gsConfig.envelopeR = vm["dd4hep-envelopeR"].template as<double>();
gsConfig.envelopeZ = vm["dd4hep-envelopeZ"].template as<double>(); gsConfig.envelopeZ = vm["dd4hep-envelopeZ"].template as<double>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment