~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to src/map/MapCppTrackerRecon/MapCppTrackerRecon.cc

  • Committer: Christopher Hunt
  • Date: 2015-06-18 14:48:59 UTC
  • mfrom: (697.69.1 merge)
  • mto: (697.69.2 merge_hunt)
  • mto: This revision was merged to the branch mainline in revision 708.
  • Revision ID: christopher.hunt08@imperial.ac.uk-20150618144859-rki5ma1lv8722w41
Merged in latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
  if ( spill.GetReconEvents() ) {
121
121
    for ( unsigned int k = 0; k < spill.GetReconEvents()->size(); k++ ) {
122
122
      SciFiEvent *event = spill.GetReconEvents()->at(k)->GetSciFiEvent();
 
123
      if (!event) {
 
124
        std::cerr << "INFO: MapCppTrackerRecon:Process Empty SciFi event\n";
 
125
        continue;
 
126
      }
123
127
 
124
128
      // Build Clusters.
125
129
      if ( event->digits().size() ) {