Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/forwardEcal_geo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ static Ref_t createDetector(Detector& desc, xml_h handle, SensitiveDetector sens
pv = block_vol.placeVolume(
trow_vol,
Transform3D(RotationZYX(0, 0, 0), Position(0.0, (tr - 1.5) * blocksize / 4, 0)));
pv.addPhysVolID("tower_y", tr);
pv.addPhysVolID("y", tr);
}

//4 towers in a row - finally a W powder volume, not air
Expand All @@ -174,7 +174,7 @@ static Ref_t createDetector(Detector& desc, xml_h handle, SensitiveDetector sens
pv = trow_vol.placeVolume(
tower_vol,
Transform3D(RotationZYX(0, 0, 0), Position((tc - 1.5) * blocksize / 4, 0, 0)));
pv.addPhysVolID("tower_x", tc);
pv.addPhysVolID("x", tc);
}

//rows of fibers
Expand Down