Skip to content

Commit

Permalink
default xy resolution 0.1 mm
Browse files Browse the repository at this point in the history
  • Loading branch information
atolosadelgado committed Aug 23, 2024
1 parent e9bbb89 commit 3eac1ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DCHdigi/include/DCHdigi.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @param zResolution_mm Resolution (sigma for gaussian smearing) along the sense wire, in mm <br>
* (default value 1 mm) <br>
* @param xyResolution_mm Resolution (sigma for gaussian smearing) perpendicular the sense wire, in mm <br>
* (default value 10 mm) <br>
* (default value 0.1 mm) <br>
* @param create_debug_histograms Optional flag to create debug histograms <br>
* (default value false) <br>
* @param GeoSvcName Geometry service name <br>
Expand Down Expand Up @@ -123,7 +123,7 @@ struct DCHdigi final
Gaudi::Property<float> m_z_resolution{this, "zResolution_mm", 1.0,
"Spatial resolution in the z direction (from reading out the wires at both sides) in mm. Default 1 mm."};
/// xy resolution in mm
Gaudi::Property<float> m_xy_resolution{this, "xyResolution_mm", 0.1, "Spatial resolution in the xy direction [mm]"};
Gaudi::Property<float> m_xy_resolution{this, "xyResolution_mm", 0.1, "Spatial resolution in the xy direction in mm. Default 0.1 mm."};

/// create seed using the uid
SmartIF<IUniqueIDGenSvc> m_uidSvc;
Expand Down

0 comments on commit 3eac1ee

Please sign in to comment.