~chris-rogers/maus/emr_mc_digitization

« back to all changes in this revision

Viewing changes to src/common_cpp/Plotting/SciFi/TrackerData.cc

  • Committer: Chris Rogers
  • Date: 2014-04-16 11:48:45 UTC
  • mfrom: (707 merge)
  • mto: This revision was merged to the branch mainline in revision 711.
  • Revision ID: chris.rogers@stfc.ac.uk-20140416114845-h3u3q7pdcxkxvovs
Update to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 */
17
17
 
18
18
// MAUS headers
19
 
#include "src/common_cpp/Recon/SciFi/TrackerData.hh"
 
19
#include "src/common_cpp/Plotting/SciFi/TrackerData.hh"
20
20
 
21
21
 
22
22
namespace MAUS {
35
35
  _num_htracks_5pt = 0;
36
36
  _num_htracks_4pt = 0;
37
37
  _num_htracks_3pt = 0;
 
38
  _num_pos_tracks = 0;
 
39
  _num_neg_tracks = 0;
38
40
};
39
41
 
40
42
TrackerData::~TrackerData() {
55
57
  _num_htracks_5pt = 0;
56
58
  _num_htracks_4pt = 0;
57
59
  _num_htracks_3pt = 0;
 
60
  _num_pos_tracks = 0;
 
61
  _num_neg_tracks = 0;
58
62
  _spoints_x.clear();
59
63
  _spoints_x.resize(0);
60
64
  _spoints_y.clear();