~m-a-uchida/maus/RKdEdxDevel

« back to all changes in this revision

Viewing changes to src/map/MapCppGlobalTrackMatching/MapCppGlobalTrackMatching.hh

  • Committer: Adam Dobbs
  • Date: 2015-02-07 14:55:51 UTC
  • mfrom: (659.1.101 release-candidate)
  • Revision ID: phuccj@gmail.com-20150207145551-ehmmqm9uxyesib7q
Tags: MAUS-v0.9.3
MAUS-v0.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
     */
84
84
    void _process(MAUS::Data* data) const;
85
85
 
86
 
 
87
 
    /** Import the existing MAUS::ReconEvent, creating a new
88
 
     * MAUS::GlobalEvent and populating a
89
 
     * MAUS::recon::global::Track object. 
90
 
     * @param recon_event The ReconEvent to obtain the GlobalEvent from
91
 
     *                  
92
 
     * @return global_event The GlobalEvent with spacepoints and track(s)
93
 
     */
94
 
    MAUS::GlobalEvent* MakeTracks(MAUS::ReconEvent* recon_event) const;
95
 
 
96
86
  private:
97
87
    /// Check that a valid configuration is passed to the process
98
88
    bool _configCheck;