~chris-rogers/maus/emr_mc_digitization

« back to all changes in this revision

Viewing changes to tests/cpp_unit/Plotting/SciFi/TrackerDataPlotterInfoBoxTest.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:
23
23
#include "gtest/gtest_prod.h"
24
24
 
25
25
// MAUS headers
26
 
#include "src/common_cpp/Recon/SciFi/TrackerDataPlotterInfoBox.hh"
 
26
#include "src/common_cpp/Plotting/SciFi/TrackerDataPlotterInfoBox.hh"
27
27
 
28
28
namespace MAUS {
29
29
 
58
58
  EXPECT_EQ(0, infoBox->_tot_5stracks_t2);
59
59
  EXPECT_EQ(0, infoBox->_tot_4stracks_t2);
60
60
  EXPECT_EQ(0, infoBox->_tot_3stracks_t2);
61
 
  EXPECT_EQ(275, infoBox->_canvas_width);
62
 
  EXPECT_EQ(600, infoBox->_canvas_height);
63
 
  EXPECT_EQ(0.585, infoBox->_line1_pos);
64
 
  EXPECT_EQ(0.93, infoBox->_line2_pos);
 
61
  EXPECT_EQ(300, infoBox->_canvas_width);
 
62
  EXPECT_EQ(750, infoBox->_canvas_height);
65
63
  delete infoBox;
66
64
 
67
65
  // Test the copy constructor