~mdrews/maus/my-branch

« back to all changes in this revision

Viewing changes to tests/cpp_unit/Recon/SciFi/TrackerDataManagerTest.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:
154
154
 
155
155
  Spill* spill = new Spill();
156
156
  ReconEvent* revt = NULL;
157
 
  ReconEventArray* revts = new ReconEventArray();
 
157
  ReconEventPArray* revts = new ReconEventPArray();
158
158
  revts->push_back(revt);
159
159
  spill->SetReconEvents(revts);
160
160