Skip to content
Snippets Groups Projects
Commit fe6bf135 authored by myliu@ihep.ac.cn's avatar myliu@ihep.ac.cn
Browse files

Modify CRD parameters

parent ecfb02e9
No related branches found
No related tags found
No related merge requests found
......@@ -38,14 +38,18 @@
<constant name="SDT_outer_chamber_outer_wall_radius_min" value="1715*mm"/>
<constant name="SDT_outer_chamber_outer_wall_radius_max" value="1717.8*mm"/>
<constant name="SDT_Endcap_rmin" value="SDT_radius_min"/>
<constant name="SDT_Endcap_rmax" value="SDT_radius_max"/>
<constant name="SDT_Endcap_dz" value="0.1*mm"/>
</define>
<detectors>
<detector id="DetID_DC" name="DriftChamber" type="DriftChamber" readout="DriftChamberHitsCollection" vis="BlueVis" sensitive="true" insideTrackingVolume="true">
<envelope vis="SeeThrough">
<shape type="BooleanShape" operation="Union" material="Air">
<shape type="Tube" rmin="SDT_radius_min" rmax="909*mm" dz="SDT_half_length" />
<shape type="Tube" rmin="1084.8*mm" rmax="SDT_radius_max" dz="SDT_half_length" />
<shape type="Tube" rmin="SDT_radius_min" rmax="909*mm" dz="SDT_half_length++SDT_Endcap_dz" />
<shape type="Tube" rmin="1084.8*mm" rmax="SDT_radius_max" dz="SDT_half_length++SDT_Endcap_dz" />
</shape>
</envelope>
......
......@@ -109,7 +109,6 @@ StatusCode DCHDigiAlg::execute()
}
}
if(m_WriteAna && (nullptr!=m_tuple)){
if(m_WriteAna){
m_n_sim = 0;
m_n_digi = 0 ;
}
......
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