Skip to content

Commit

Permalink
make material in 1st layer of ECAL absorber configurable. Set by defa…
Browse files Browse the repository at this point in the history
…ult to G10 rather than LAr. Also add more comments and fix some whitespaces
  • Loading branch information
giovannimarchiori committed Nov 4, 2024
1 parent 1558cdb commit 33615be
Show file tree
Hide file tree
Showing 4 changed files with 242 additions and 172 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@
</active>
<passive>
<rotation angle="InclinationAngle"/> <!-- inclination angle -->
<inner thickness="Pb_thickness" sensitive="false">
<material name="Lead"/>
<inner thickness="Pb_thickness" sensitive="false"> <!-- thickness of inner part of the absorber, at Rmin, and whether its is active in layer 1 -->
<material name="G10"/> <!-- material of the inner part of the absorber, in the first layer of the calorimeter -->
</inner>
<innerMax thickness="Pb_thickness_max" sensitive="false">
<material name="Lead"/>
<innerMax thickness="Pb_thickness_max" sensitive="false"> <!-- thickness of the inner part of the absorber, at Rmax, and whether its is active in layers 2-N -->
<material name="Lead"/> <!-- material of the inner part of the absorber, in the other layers (2-N) of the calorimeter -->
</innerMax>
<glue thickness="Glue_thickness" sensitive="false">
<material name="lArCaloGlue"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@
</active>
<passive>
<rotation angle="InclinationAngle"/> <!-- inclination angle -->
<inner thickness="Pb_thickness" sensitive="true">
<material name="Lead"/>
<inner thickness="Pb_thickness" sensitive="true"> <!-- thickness of inner part of the absorber, at Rmin, and whether its is active in layer 1 -->
<material name="G10"/> <!-- material of the inner part of the absorber, in the first layer of the calorimeter -->
</inner>
<innerMax thickness="Pb_thickness_max" sensitive="true">
<material name="Lead"/>
<innerMax thickness="Pb_thickness_max" sensitive="true"> <!-- thickness of the inner part of the absorber, at Rmax, and whether its is active in layers 2-N -->
<material name="Lead"/> <!-- material of the inner part of the absorber, in the other layers (2-N) of the calorimeter -->
</innerMax>
<glue thickness="Glue_thickness" sensitive="true">
<material name="lArCaloGlue"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@
</active>
<passive>
<rotation angle="InclinationAngle"/> <!-- inclination angle -->
<inner thickness="Pb_thickness" sensitive="false">
<material name="Lead"/>
<inner thickness="Pb_thickness" sensitive="false"> <!-- thickness of inner part of the absorber, at Rmin, and whether its is active in layer 1 -->
<material name="G10"/> <!-- material of the inner part of the absorber, in the first layer of the calorimeter -->
</inner>
<innerMax thickness="Pb_thickness_max" sensitive="false">
<material name="Lead"/>
<innerMax thickness="Pb_thickness_max" sensitive="false"> <!-- thickness of the inner part of the absorber, at Rmax, and whether its is active in layers 2-N -->
<material name="Lead"/> <!-- material of the inner part of the absorber, in the other layers (2-N) of the calorimeter -->
</innerMax>
<glue thickness="Glue_thickness" sensitive="false">
<material name="lArCaloGlue"/>
Expand Down
Loading

0 comments on commit 33615be

Please sign in to comment.