Skip to content

Commit

Permalink
Add FitRWMWaveform to Unity + Factory (#326)
Browse files Browse the repository at this point in the history
* Add FitRWM tool to Factory

* Add FitRWM to Unity
  • Loading branch information
S81D authored Dec 16, 2024
1 parent acd73f3 commit 968f02d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions UserTools/Factory/Factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,6 @@ if (tool=="BeamQuality") ret=new BeamQuality;
if (tool=="BackTracker") ret=new BackTracker;
if (tool=="PrintDQ") ret=new PrintDQ;
if (tool=="AssignBunchTimingMC") ret=new AssignBunchTimingMC;
if (tool=="FitRWMWaveform") ret=new FitRWMWaveform;
return ret;
}
1 change: 1 addition & 0 deletions UserTools/Unity.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,4 @@
#include "BackTracker.h"
#include "PrintDQ.h"
#include "AssignBunchTimingMC.h"
#include "FitRWMWaveform.h"

0 comments on commit 968f02d

Please sign in to comment.