~chris-rogers/maus/emr_mc_digitization

« back to all changes in this revision

Viewing changes to src/common_cpp/Plotting/SciFi/TrackerDataPlotterInfoBox.hh

  • 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:
36
36
#include "TLine.h"
37
37
 
38
38
// MAUS headers
39
 
#include "src/common_cpp/Recon/SciFi/TrackerData.hh"
40
 
#include "src/common_cpp/Recon/SciFi/TrackerDataPlotterBase.hh"
 
39
#include "src/common_cpp/Plotting/SciFi/TrackerData.hh"
 
40
#include "src/common_cpp/Plotting/SciFi/TrackerDataPlotterBase.hh"
41
41
 
42
42
 
43
43
namespace MAUS {
80
80
    int _tot_5stracks_t1;
81
81
    int _tot_4stracks_t1;
82
82
    int _tot_3stracks_t1;
 
83
    int _tot_pos_tracks_t1;
 
84
    int _tot_neg_tracks_t1;
83
85
 
84
86
    int _tot_digits_t2;
85
87
    int _tot_clusters_t2;
90
92
    int _tot_5stracks_t2;
91
93
    int _tot_4stracks_t2;
92
94
    int _tot_3stracks_t2;
 
95
    int _tot_pos_tracks_t2;
 
96
    int _tot_neg_tracks_t2;
93
97
 
94
98
    /** Parameters of the TCanvas */
95
99
    int _canvas_width;