Skip to content

Commit

Permalink
Change in the type of inclined calorimeter and adding units to cell s…
Browse files Browse the repository at this point in the history
…ize (#312)
  • Loading branch information
SwathiSasikumar authored Dec 18, 2023
1 parent ebd1978 commit 95a2441
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FCCee/CLD/compact/CLD_o4_v05/LAr_ECalBarrel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
</readouts>

<detectors>
<detector id="DetID_ECal_Barrel" name="ECalBarrel" type="EmCaloBarrelInclined" readout="ECalBarrelEta">
<detector id="DetID_ECal_Barrel" name="ECalBarrel" type="ECalBarrel_NobleLiquid_InclinedTrapezoids_o1_v01" readout="ECalBarrelEta">
<type_flags type=" DetType_CALORIMETER + DetType_ELECTROMAGNETIC + DetType_BARREL"/>
<sensitive type="SimpleCalorimeterSD"/>
<dimensions rmin="BarCryoECal_rmin" rmax="BarCryoECal_rmax" dz="BarCryoECal_dz" vis="ecal_envelope"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -626,8 +626,8 @@ static dd4hep::detail::Ref_t createECalBarrelInclined(dd4hep::Detector& aLcdd,
caloLayer.outer_thickness = difference_bet_r1r2 / 2;

caloLayer.absorberThickness = absorberThickness;
caloLayer.cellSize0 = 2;
caloLayer.cellSize1 = 2;
caloLayer.cellSize0 = 2 * dd4hep::mm;
caloLayer.cellSize1 = 2 * dd4hep::mm;

caloData->layers.push_back(caloLayer);
}
Expand Down

0 comments on commit 95a2441

Please sign in to comment.