Back to home page

EIC code displayed by LXR

 
 

    


Warning, /DD4hep/examples/LHeD/compact/sensitive_detectors.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <geant4>
0003   <sensitive_detectors>
0004     <sd name="SiVertexBarrel" 
0005         type="Geant4Tracker" 
0006         ecut="10.0*MeV" 
0007         verbose="true" 
0008         hit_aggregation="position">
0009     </sd>
0010     <sd name="SiTrackerBarrel"
0011         type="Geant4Tracker" 
0012         ecut="10.0*MeV" 
0013         verbose="true" 
0014         hit_aggregation="position">
0015     </sd>
0016     <sd name="SiTrackerForward"
0017         type="Geant4Tracker" 
0018         ecut="10.0*MeV" 
0019         verbose="true" 
0020         hit_aggregation="position">
0021     </sd>
0022     <sd name="SiTrackerBackward"
0023         type="Geant4Tracker" 
0024         ecut="10.0*MeV" 
0025         verbose="true" 
0026         hit_aggregation="position">
0027     </sd>
0028     <sd name="EcalBarrel"
0029         type="Geant4Calorimeter" 
0030         ecut="100.0*MeV" 
0031         verbose="true" 
0032         hit_aggregation="position">
0033     </sd>
0034     <sd name="EcalEndcap_fwd"
0035         type="Geant4Calorimeter" 
0036         ecut="100.0*MeV" 
0037         verbose="true" 
0038         hit_aggregation="position">
0039     </sd>
0040     <sd name="EcalEndcap_bwd"
0041         type="Geant4Calorimeter" 
0042         ecut="100.0*MeV" 
0043         verbose="true" 
0044         hit_aggregation="position">
0045     </sd>
0046 
0047     <sd name="HcalBarrel"
0048         type="Geant4Calorimeter" 
0049         ecut="100.0*MeV" 
0050         verbose="true" 
0051         hit_aggregation="position">
0052     </sd>
0053 
0054     <sd name="HcalEndcap_fwd"
0055         type="Geant4Calorimeter" 
0056         ecut="100.0*MeV" 
0057         verbose="true" 
0058         hit_aggregation="position">
0059     </sd>
0060     <sd name="HcalEndcap_bwd"
0061         type="Geant4Calorimeter" 
0062         ecut="100.0*MeV" 
0063         verbose="true" 
0064         hit_aggregation="position">
0065     </sd>   
0066     <sd name="HcalPlug_fwd"
0067         type="Geant4Calorimeter" 
0068         ecut="100.0*MeV" 
0069         verbose="true" 
0070         hit_aggregation="position">
0071     </sd>
0072     <sd name="HcalPlug_bwd"
0073         type="Geant4Calorimeter" 
0074         ecut="100.0*MeV" 
0075         verbose="true" 
0076         hit_aggregation="position">
0077     </sd>
0078      
0079     <sd name="MuonBarrel"
0080         type="Geant4Calorimeter" 
0081         ecut="100.0*MeV" 
0082         limits="cal_limits"
0083         verbose="true" 
0084         hit_aggregation="position">
0085     </sd>
0086     
0087     <sd name="MuonEndcap_fwd1"
0088         type="Geant4Calorimeter" 
0089         ecut="100.0*MeV" 
0090         verbose="true" 
0091         hit_aggregation="position">
0092     </sd>
0093     
0094     <sd name="MuonEndcap_fwd2"
0095         type="Geant4Calorimeter" 
0096         ecut="100.0*MeV" 
0097         verbose="true" 
0098         hit_aggregation="position">
0099     </sd>
0100     
0101     <sd name="MuonEndcap_bwd1"
0102         type="Geant4Calorimeter" 
0103         ecut="100.0*MeV" 
0104         verbose="true" 
0105         hit_aggregation="position">
0106     </sd>
0107     
0108     <sd name="MuonEndcap_bwd2"
0109         type="Geant4Calorimeter" 
0110         ecut="100.0*MeV" 
0111         verbose="true" 
0112         hit_aggregation="position">
0113     </sd>
0114 
0115 <!--    
0116     <sd name="LumiCal"
0117         type="Geant4Calorimeter" 
0118         ecut="100.0*MeV" 
0119         verbose="true" 
0120         hit_aggregation="position">
0121     </sd>
0122 
0123     <sd name="BeamCal"
0124         type="Geant4Calorimeter" 
0125         ecut="100.0*MeV" 
0126         verbose="true" 
0127         hit_aggregation="position">
0128     </sd>
0129 -->
0130   </sensitive_detectors>
0131 
0132   <properties>
0133      <attributes name="geant4_field"
0134           id="0"
0135           type="Geant4FieldSetup"
0136           object="GlobalSolenoid1"
0137           global="true"
0138           min_chord_step="0.01*mm"
0139           delta_chord="0.25*mm"
0140           delta_intersection="1e-05*mm"
0141           delta_one_step="0.001*mm"
0142           eps_min="5e-05*mm"
0143           eps_max="0.001*mm"
0144           stepper="HelixSimpleRunge"
0145           equation="Mag_UsualEqRhs">
0146      </attributes>
0147 <!--
0148     <attributes name="geant4_field"
0149           id="1"
0150           type="Geant4FieldSetup"
0151           object="DipoleMagnet"
0152           global="true"
0153           min_chord_step="0.01*mm"
0154           delta_chord="0.25*mm"
0155           delta_intersection="1e-05*mm"
0156           delta_one_step="0.001*mm"
0157           eps_min="5e-05*mm"
0158           eps_max="0.001*mm"
0159           stepper="HelixSimpleRunge"
0160           equation="Mag_UsualEqRhs">
0161      </attributes>
0162 -->
0163   </properties>
0164 
0165 </geant4>