Skip to content

Commit

Permalink
change uRWell resolution setup in TB tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
tongtongcao committed Aug 8, 2023
1 parent b707d09 commit 0484aa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ public List<Surface> getMeasSurfaces(Track trk, DCGeant4Factory DcDetector) {

URWellCross urCross = trk.get_URWellCross();
if(urCross != null){
HitOnTrack urhot = new HitOnTrack(urCross.sector(), urCross.local().x(), urCross.local().y(), urCross.local().z(), 0.02, 0.04);
HitOnTrack urhot = new HitOnTrack(urCross.sector(), urCross.local().x(), urCross.local().y(), urCross.local().z(), Constants.URWELLXRESOLUTION, Constants.URWELLYRESOLUTION);
urhot.isDCHit = false;
hOTS.add(urhot);
}
Expand Down

0 comments on commit 0484aa5

Please sign in to comment.