~chris-rogers/maus/emr_mc_digitization

« back to all changes in this revision

Viewing changes to src/common_cpp/Plotting/SciFi/TrackerDataPlotterBase.cc

  • Committer: Chris Rogers
  • Date: 2014-04-16 11:48:45 UTC
  • mfrom: (707 merge)
  • mto: This revision was merged to the branch mainline in revision 711.
  • Revision ID: chris.rogers@stfc.ac.uk-20140416114845-h3u3q7pdcxkxvovs
Update to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
 
19
19
// MAUS headers
20
 
#include "src/common_cpp/Recon/SciFi/TrackerDataPlotterBase.hh"
 
20
#include "src/common_cpp/Plotting/SciFi/TrackerDataPlotterBase.hh"
21
21
 
22
22
namespace MAUS {
23
23
 
24
 
TrackerDataPlotterBase::TrackerDataPlotterBase() : _Canvas(NULL) {
 
24
TrackerDataPlotterBase::TrackerDataPlotterBase() : _SaveOutput(false),
 
25
                                                   _OutputName("TrackerPlotter.pdf"),
 
26
                                                   _Canvas(NULL) {
25
27
  // Do nothing
26
28
}
27
29