Skip to content

Commit

Permalink
restore RF
Browse files Browse the repository at this point in the history
  • Loading branch information
sdobbs committed Sep 4, 2024
1 parent 772d144 commit 9a167d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libraries/include/GlueX.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ inline const char* SystemName(DetectorSystem_t sys)
case SYS_ECAL_REF:
return "ECAL_REF";
break;
case SYS_RF:
return "RF";
break;
case SYS_PS:
return "PS";
break;
Expand Down

0 comments on commit 9a167d2

Please sign in to comment.