~durga/maus/rel709

« back to all changes in this revision

Viewing changes to tests/cpp_unit/DetModel/DoubletFiberParamTest.cc

  • Committer: Durga Rajaram
  • Date: 2013-08-27 04:36:50 UTC
  • mfrom: (659.1.73 rc)
  • Revision ID: durga@fnal.gov-20130827043650-me0hgsbzlzikdoik
Tags: MAUS-v0.7.0
MAUS-v0.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    note135_fiber_pitch = 0.427;    // mm
51
51
    calculated_fiber_half_length = 152.7126; // mm
52
52
    expected_delta_phi = 6.28319;
53
 
    calculated_X = 47.7375;
 
53
    calculated_X = -47.7375;
54
54
    calculated_Y = 0;
55
55
    calculated_Z = -0.13867;
56
56
  }
125
125
}
126
126
 
127
127
TEST_F(DoubletFiberParamTest, test_compute_transformation) {
128
 
std::string filename = "Stage4.dat";
 
128
  std::string filename = "Stage4.dat";
129
129
  std::vector<const MiceModule*> modules;
130
130
  MiceModule*      _module;
131
131
  _module = new MiceModule(filename);