Skip to content

Commit

Permalink
Merge pull request #34625 from fabiocos/fc-etlv6only
Browse files Browse the repository at this point in the history
MTD geometry: fix scenario I14 for material budget studies
  • Loading branch information
cmsbuild committed Jul 27, 2021
2 parents 2d4666f + 74bec7e commit 0dbab80
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Geometry/MTDCommonData/data/etl/v6/etl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
</LogicalPart>
<LogicalPart name="FrontModerator" category="unspecified">
<rSolid name="etl:FrontModerator"/>
<rMaterial name="materials:Borated Polyethyl."/>
<rMaterial name="mtdMaterial:Borated_Polyethyl."/>
</LogicalPart>
<LogicalPart name="Cables" category="unspecified">
<rSolid name="etl:Cables"/>
Expand Down
5 changes: 5 additions & 0 deletions Geometry/MTDCommonData/data/mtdMaterial/v3/mtdMaterial.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@
<rMaterial name="materials:Air"/>
</MaterialFraction>
</CompositeMaterial>
<CompositeMaterial name="Borated_Polyethyl." density="950*mg/cm3" symbol=" " method="mixture by weight">
<MaterialFraction fraction="1.00000000">
<rMaterial name="materials:Borated Polyethyl."/>
</MaterialFraction>
</CompositeMaterial>
</MaterialSection>

</DDDefinition>
22 changes: 22 additions & 0 deletions Validation/Geometry/data/mtdMaterials.l0
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,25 @@ ServiceHybrid_PCB 0.000 0.000 0.000 0.000
Aluminium_Nitride 0.000 0.000 0.000 0.000 1.000

ThermalScreenComposite 0.000 0.000 0.000 1.000 0.000

ETLPatchPanel 0.000 0.000 0.000 0.000 1.000

Tin 0.000 0.000 0.000 0.000 1.000

Cables1 0.000 0.000 0.000 0.000 1.000

Cables2 0.000 0.000 0.000 0.000 1.000

Cables3 0.000 0.000 0.000 0.000 1.000

Cables4 0.000 0.000 0.000 0.000 1.000

Cables5 0.000 0.000 0.000 0.000 1.000

Cables6 0.000 0.000 0.000 0.000 1.000

Cables7 0.000 0.000 0.000 0.000 1.000

Carbon_fibre_str_Upgrade 0.000 0.000 0.000 1.000 0.000

Borated_Polyethyl. 0.000 0.000 0.000 1.000 0.000
22 changes: 22 additions & 0 deletions Validation/Geometry/data/mtdMaterials.x0
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,25 @@ ServiceHybrid_PCB 0.000 0.000 0.000 0.000
Aluminium_Nitride 0.000 0.000 0.000 0.000 1.000

ThermalScreenComposite 0.000 0.000 0.000 1.000 0.000

ETLPatchPanel 0.000 0.000 0.000 0.000 1.000

Tin 0.000 0.000 0.000 0.000 1.000

Cables1 0.000 0.000 0.000 0.000 1.000

Cables2 0.000 0.000 0.000 0.000 1.000

Cables3 0.000 0.000 0.000 0.000 1.000

Cables4 0.000 0.000 0.000 0.000 1.000

Cables5 0.000 0.000 0.000 0.000 1.000

Cables6 0.000 0.000 0.000 0.000 1.000

Cables7 0.000 0.000 0.000 0.000 1.000

Carbon_fibre_str_Upgrade 0.000 0.000 0.000 1.000 0.000

Borated_Polyethyl. 0.000 0.000 0.000 1.000 0.000
4 changes: 2 additions & 2 deletions Validation/Geometry/macros/MaterialBudgetMtd.C
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,15 @@ void createPlots(TString plot) {
abscissaName = TString("#eta");
ordinateName = TString("t/#lambda_{I}");
ymin = 0.0;
ymax = 0.08;
ymax = 0.18;
xmin = -4.0;
xmax = 4.0;
} else if (plot.CompareTo("l_vs_phi") == 0) {
plotNumber = 1020;
abscissaName = TString("#varphi [rad]");
ordinateName = TString("t/#lambda_{I}");
ymin = 0.0;
ymax = 0.08;
ymax = 0.18;
xmin = -3.2;
xmax = 3.2;
} else {
Expand Down

0 comments on commit 0dbab80

Please sign in to comment.