Skip to content

Commit b1e47c0

Browse files
mkandemirrMustafa Kandemir
andauthored
Added LAPPDWaveformDisplay tool (#349)
* Added LAPPDWaveformDisplayTool * Update ConfigGeo it has been updated to the latest geometry file. --------- Co-authored-by: Mustafa Kandemir <[email protected]>
1 parent 647896b commit b1e47c0

File tree

10 files changed

+617
-7
lines changed

10 files changed

+617
-7
lines changed

UserTools/Factory/Factory.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,5 +174,6 @@ if (tool=="BackTracker") ret=new BackTracker;
174174
if (tool=="PrintDQ") ret=new PrintDQ;
175175
if (tool=="AssignBunchTimingMC") ret=new AssignBunchTimingMC;
176176
if (tool=="FitRWMWaveform") ret=new FitRWMWaveform;
177+
if (tool=="LAPPDWaveformDisplay") ret=new LAPPDWaveformDisplay;
177178
return ret;
178179
}

0 commit comments

Comments
 (0)