~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to tests/cpp_unit/JsonCppProcessors/GlobalEventProcessorTest.cc

  • Committer: Durga Rajaram
  • Date: 2014-01-14 07:07:02 UTC
  • mfrom: (659.1.80 relcand)
  • Revision ID: durga@fnal.gov-20140114070702-2l1fuj1w6rraw7xe
Tags: MAUS-v0.7.6
MAUS-v0.7.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    // Fill Cpp GlobalEvent
39
39
    detector_array[0] = MAUS::DataStructure::Global::kUndefined;
40
40
    detector_array[1] = MAUS::DataStructure::Global::kVirtual;
41
 
    detector_array[2] = MAUS::DataStructure::Global::kTracker1_1;
42
 
    detector_array[3] = MAUS::DataStructure::Global::kTracker2_2;
 
41
    detector_array[2] = MAUS::DataStructure::Global::kTracker0_1;
 
42
    detector_array[3] = MAUS::DataStructure::Global::kTracker1_2;
43
43
 
44
44
    for (int i = 0; i < 4; ++i) {
45
45
      _track_point.push_back(new MAUS::DataStructure::Global::TrackPoint());