Skip to content

Commit

Permalink
Merge pull request #64 from JeffersonLab/fdc_tracking_bug_fixes_rtj
Browse files Browse the repository at this point in the history
- include the missing include [rtj]
  • Loading branch information
rjones30 authored Aug 7, 2018
2 parents 1d0a478 + 5f73c3c commit 9497909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GlueXSensitiveDetectorFDC.hh
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ class GlueXSensitiveDetectorFDC : public G4VSensitiveDetector
static int WIRES_PER_PLANE;
static double WIRE_SPACING;
static double STRIP_SPACING;
static double U_OF_WIRE_ZERO;
static double U_OF_WIRE_ONE;
static int STRIPS_PER_PLANE;
static double CATHODE_ROT_ANGLE;
static double U_OF_STRIP_ZERO;
static double U_OF_STRIP_ONE;
static double STRIP_GAP;
static double K2;
static double STRIP_NODES;
Expand Down

0 comments on commit 9497909

Please sign in to comment.