Skip to content

Commit

Permalink
Added MuonFitter Tool (#293)
Browse files Browse the repository at this point in the history
* Added MuonFitter Tool

* Fixed minor bug for string delimination

---------

Co-authored-by: James Minock <[email protected]>
Co-authored-by: marc1uk <[email protected]>
  • Loading branch information
3 people authored Nov 15, 2024
1 parent d1024ca commit 527ebcb
Show file tree
Hide file tree
Showing 4 changed files with 2,857 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 @@ -168,6 +168,7 @@ if (tool=="NeutronMultiplicity") ret=new NeutronMultiplicity;
if (tool=="PlotsTrackLengthAndEnergy") ret=new PlotsTrackLengthAndEnergy;
if (tool=="SaveConfigInfo") ret=new SaveConfigInfo;
if (tool=="ReadConfigInfo") ret=new ReadConfigInfo;
if (tool=="MuonFitter") ret=new MuonFitter;
if (tool=="BeamQuality") ret=new BeamQuality;
if (tool=="BackTracker") ret=new BackTracker;
return ret;
Expand Down
Loading

0 comments on commit 527ebcb

Please sign in to comment.