Skip to content

Commit

Permalink
Merge pull request #1034 from JeffersonLab/aaust_timing_monitoring_fix
Browse files Browse the repository at this point in the history
tiny bugfix to updated monitoring macro
  • Loading branch information
staylorjlab authored Jan 17, 2018
2 parents d000727 + b7ee287 commit f331c78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
TH1I* FDC_Strip_Timing = (TH1I*)gDirectory->Get("FDC/FDCHit Cathode time");
TH1I* FDC_Wire_Timing = (TH1I*)gDirectory->Get("FDC/FDCHit Wire time");
TH1I* FDC_Earliest_Time = (TH1I*)gDirectory->Get("TRACKING/Earliest Flight-time Corrected FDC Time");
TH2I* FDC_Wire_Module_Time = (TH1I*)gDirectory->Get("FDC/FDCHit Wire time vs. module");
TH2I* FDC_Wire_Module_Time = (TH2I*)gDirectory->Get("FDC/FDCHit Wire time vs. module");

//Get/Make Canvas
TCanvas *locCanvas = NULL;
Expand Down

0 comments on commit f331c78

Please sign in to comment.