~c-e-pidcott/maus/1389a

« back to all changes in this revision

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

  • Committer: Celeste Pidcott
  • Date: 2016-03-03 14:28:17 UTC
  • Revision ID: c.e.pidcott@warwick.ac.uk-20160303142817-k0j1x5pry6o61vik
Some edits to ComPIDVar limits, and a tweak to ReduceCppGlobalPID to account for times when trackmatching hasn't made a through track

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
    /// Name of PID variable
67
67
    static const std::string VARIABLE;
68
68
    /// Number of X bins in PDF
69
 
    static const int XnumBins = 80;
 
69
    static const int XnumBins = 60;
70
70
    /// Minimum value of X range of PDF
71
 
    static const int XminBinComG = 30;
 
71
    static const int XminBinComG = 20;
72
72
    /// Maximum value of X range of PDF
73
 
    static const int XmaxBinComG = 70;
 
73
    static const int XmaxBinComG = 50;
74
74
    /// Number of Y bins in PDF
75
75
    static const int YnumBins = 100;
76
76
    /// Minimum value of Y range of PDF
80
80
    /// Minimum value of X cut for PID
81
81
    static const int XminComG = 20;
82
82
    /// Maximum value of X cut for PID
83
 
    static const int XmaxComG = 40;
 
83
    static const int XmaxComG = 50;
84
84
    /// Minimum value of Y cut for PID
85
85
    static const int YminComG = 0;
86
86
    /// Maximum value of Y cut for PID