~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to src/common_cpp/Recon/Global/ImportSciFiRecon.hh

  • Committer: Durga Rajaram
  • Date: 2014-07-16 15:13:05 UTC
  • mfrom: (659.1.92 cand)
  • Revision ID: durga@fnal.gov-20140716151305-q27rv1y9p03v9lks
Tags: MAUS-v0.9, MAUS-v0.9.0
MAUS-v0.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 *
16
16
 */
17
17
 
18
 
/** @class ImportTOFRecon
19
 
 *  Imports the space points from the TOF detectors into
 
18
/** @class ImportSciFiRecon
 
19
 *  @author Celeste Pidcott, University of Warwick
 
20
 *  Imports the track points from the SciFi detectors into
20
21
 *  the MAUS::recon::global format.  
21
22
 */
22
23
 
80
81
    void SetStationEnum(
81
82
      MAUS::DataStructure::Global::TrackPoint* GlobalSciFiTrackPoint,
82
83
      MAUS::DataStructure::Global::Track* GlobalSciFiTrack, int tracker,
83
 
      int station, double& z);
 
84
      int station);
84
85
  }; // ~class ImportSciFiRecon
85
86
} // ~namespace global
86
87
} // ~namespace recon