Skip to content

Commit 968f02d

Browse files
authored
Add FitRWMWaveform to Unity + Factory (#326)
* Add FitRWM tool to Factory * Add FitRWM to Unity
1 parent acd73f3 commit 968f02d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

UserTools/Factory/Factory.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,6 @@ if (tool=="BeamQuality") ret=new BeamQuality;
173173
if (tool=="BackTracker") ret=new BackTracker;
174174
if (tool=="PrintDQ") ret=new PrintDQ;
175175
if (tool=="AssignBunchTimingMC") ret=new AssignBunchTimingMC;
176+
if (tool=="FitRWMWaveform") ret=new FitRWMWaveform;
176177
return ret;
177178
}

UserTools/Unity.h

+1
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,4 @@
181181
#include "BackTracker.h"
182182
#include "PrintDQ.h"
183183
#include "AssignBunchTimingMC.h"
184+
#include "FitRWMWaveform.h"

0 commit comments

Comments
 (0)