Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 21, 2024
1 parent 2fee7e6 commit 0c5ba81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/BarrelCalorimeterImaging_geo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ static Ref_t create_detector(Detector& desc, xml_h e, SensitiveDetector sens) {
//Loop over the sets of layer elements in the detector.
int layer_num = 1;
for (xml_coll_t i_layer(x_detector, _U(layer)); i_layer; ++i_layer) {
xml_comp_t x_layer = i_layer;
int layer_repeat = x_layer.repeat();
double layer_thickness = x_layer.thickness();
xml_comp_t x_layer = i_layer;
int layer_repeat = x_layer.repeat();
double layer_thickness = x_layer.thickness();
// Check if we enabled frames (actual silicon detector in the slots) at the top level
// allowing us to easily disable layers in the XML file without needing multiple
// copies of the XML file
Expand Down

0 comments on commit 0c5ba81

Please sign in to comment.