Skip to content

Commit

Permalink
Merge pull request #134 from mnieslony/MonitorTank
Browse files Browse the repository at this point in the history
Monitor tank
  • Loading branch information
brichards64 authored Aug 12, 2019
2 parents cd09794 + 67820ed commit 7e637b9
Show file tree
Hide file tree
Showing 14 changed files with 1,645 additions and 6 deletions.
3 changes: 2 additions & 1 deletion UserTools/Factory/Factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ if (tool=="GracefulStop") ret=new GracefulStop;
if (tool=="PhaseIIADCHitFinder") ret=new PhaseIIADCHitFinder;
if (tool=="TrackCombiner") ret=new TrackCombiner;
if (tool=="SimulatedWaveformDemo") ret=new SimulatedWaveformDemo;
if (tool=="MonitorTankLive") ret=new MonitorTankLive;
if (tool=="MonitorTankTime") ret=new MonitorTankTime;
if (tool=="PhaseIIADCCalibrator") ret=new PhaseIIADCCalibrator;

if (tool=="MCHitToHitComparer") ret=new MCHitToHitComparer;
return ret;
}
1 change: 0 additions & 1 deletion UserTools/MonitorMRDLive/MonitorMRDLive.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include "TF1.h"
#include "TThread.h"
#include "MRDOut.h"
#include "TLegend.h"
#include "TPaletteAxis.h"
#include "TPaveText.h"

Expand Down
4 changes: 1 addition & 3 deletions UserTools/MonitorMRDTime/MonitorMRDTime.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

#include <string>
#include <iostream>
#include <vector>

#include "Tool.h"
#include "zmq.h"

#include "TObjectTable.h"

Expand All @@ -20,14 +20,12 @@
#include "TPaletteAxis.h"
#include "TGraph.h"
#include "TMultiGraph.h"
#include "TCanvas.h"
#include "TDatime.h" //for labeling the x-axis with time labels
#include "TPaveText.h"
#include "TFile.h"
#include "TPad.h"
#include "TAxis.h"
#include "TROOT.h"
#include <vector>
#include "TH2F.h"
#include "TH1I.h"

Expand Down
Loading

0 comments on commit 7e637b9

Please sign in to comment.