Skip to content
Snippets Groups Projects
Commit f3d3f30f authored by Chao Peng's avatar Chao Peng
Browse files

update GEM, adding GEM into solid.xml

parent c94c9731
No related branches found
No related tags found
1 merge request!1Update
<lccdd> <lccdd>
<detectors> <detectors>
<detector id="2" name="GEMTracker_SIDIS" vis="RedVis" type="GaplessGEMTrackerDisc" readout="GEMTrackerHits" > <detector id="2" name="GEMTracker_SIDIS" vis="RedVis" type="SoLID_GEMTrackerDisc" readout="GEMTrackerHits" >
<module name="Module_A" id="1" inner_r="50.0*cm" outer_r="118.0*cm" segments="30"> <module name="Module_A" id="1" inner_r="50.0*cm" outer_r="118.0*cm" segments="30">
<slice name="drift_cathode" material="Kapton" thickness="0.100*mm"/> <slice name="drift_cathode" material="Kapton" thickness="0.100*mm"/>
<slice name="drift_gas1" material="GEMGas" thickness="3.0*mm"/> <slice name="drift_gas1" material="GEMGas" thickness="3.0*mm"/>
......
...@@ -64,6 +64,7 @@ ...@@ -64,6 +64,7 @@
<!--<include ref="compact/LAEC.xml"/> <!--<include ref="compact/LAEC.xml"/>
<include ref="compact/FAEC.xml"/>--> <include ref="compact/FAEC.xml"/>-->
<include ref="compact/LGC.xml"/> <include ref="compact/LGC.xml"/>
<include ref="compact/GEM_sidis.xml"/>
</detectors> </detectors>
<!-- Definition of the readout segmentation/definition --> <!-- Definition of the readout segmentation/definition -->
......
// SPDX-License-Identifier: LGPL-3.0-or-later
// Copyright (C) 2024 Chao Peng, Whitney Armstrong
#include "DD4hep/DetFactoryHelper.h" #include "DD4hep/DetFactoryHelper.h"
#include "DD4hep/Printout.h" #include "DD4hep/Printout.h"
#include "TMath.h" #include "TMath.h"
...@@ -79,4 +82,4 @@ static Ref_t create_detector(Detector& lcdd, xml_h e, SensitiveDetector sens) ...@@ -79,4 +82,4 @@ static Ref_t create_detector(Detector& lcdd, xml_h e, SensitiveDetector sens)
return sdet; return sdet;
} }
DECLARE_DETELEMENT(GEMTrackerDiscSOLID,create_detector) DECLARE_DETELEMENT(SoLID_GEMTrackerDisc, create_detector)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment