| 
    GammaCombo
    Rev:Unversioneddirectory
    
   | 
 
#include <OneMinusClPlotAbs.h>


Public Member Functions | |
| virtual void | addScanner (MethodAbsScan *s, int CLsType=0) | 
| Add a scanner to this plot.  More... | |
| void | disableLegend (bool yesNo=false) | 
| void | disableSolution (bool yesNo=false) | 
| virtual void | Draw () | 
| virtual void | drawGroup (float yPos=0.6) | 
| Draw the group label on plots.  More... | |
| virtual void | drawLabel (float yPos=0.6) | 
| virtual void | drawSolutions () | 
| TString | getName () | 
| OneMinusClPlotAbs (OptParser *arg, TString name="c1", TString title="c1") | |
| Gamma Combination Author: Till Moritz Karbach, moritz.karbach@cern.ch Date: August 2012.  More... | |
| void | save () | 
| Save the plot.  More... | |
| void | setFont (int fnum) | 
| void | setLabelSize (int lnum) | 
| void | setPlotLabel (TString &lname) | 
| void | setYLogRange (double min=1.e-3, double max=1) | 
| void | Show () | 
| ~OneMinusClPlotAbs () | |
Public Attributes | |
| OptParser * | arg | 
| command line options  More... | |
| vector< int > | do_CLs | 
| vector, which stores the cls method type to be plotted  More... | |
| int | font | 
| font code. The last digit disables scaling with the canvas size.  More... | |
| TString | label | 
| int | labelsize | 
| text size of axis labels in pixels  More... | |
| int | legendsize | 
| text size of legend entries in pixels  More... | |
| TCanvas * | m_mainCanvas | 
| TString | name | 
| bool | plotLegend | 
| double | plotLogYMax | 
| double | plotLogYMin | 
| bool | plotSolution | 
| vector< MethodAbsScan * > | scanners | 
| TString | title | 
| int | titlesize | 
| text size of axis titles in pixels  More... | |
Definition at line 27 of file OneMinusClPlotAbs.h.
| OneMinusClPlotAbs::OneMinusClPlotAbs | ( | OptParser * | arg, | 
| TString | name = "c1",  | 
        ||
| TString | title = "c1"  | 
        ||
| ) | 
Gamma Combination Author: Till Moritz Karbach, moritz.karbach@cern.ch Date: August 2012.
< axis labels, numeric solutions, CL guide lines
< axis titles, group label, "Preliminary" is x0.75
< legends in 1d and 2d plots
Definition at line 10 of file OneMinusClPlotAbs.cpp.
| OneMinusClPlotAbs::~OneMinusClPlotAbs | ( | ) | 
Definition at line 37 of file OneMinusClPlotAbs.cpp.
      
  | 
  virtual | 
Add a scanner to this plot.
Reimplemented in OneMinusClPlot2d.
Definition at line 45 of file OneMinusClPlotAbs.cpp.
      
  | 
  inline | 
Definition at line 34 of file OneMinusClPlotAbs.h.
      
  | 
  inline | 
Definition at line 35 of file OneMinusClPlotAbs.h.
      
  | 
  virtual | 
Reimplemented in OneMinusClPlot2d, and OneMinusClPlot.
Definition at line 107 of file OneMinusClPlotAbs.cpp.
      
  | 
  virtual | 
Draw the group label on plots.
The label can be configured through the –group command line argument. It is possible to configure the position of the label through the –groupPos command line argument. The command line arguments –prelim and –unoff add "Preliminary" and "Unofficial" strings, respectively.
Definition at line 80 of file OneMinusClPlotAbs.cpp.
      
  | 
  inlinevirtual | 
Definition at line 37 of file OneMinusClPlotAbs.h.
      
  | 
  virtual | 
Reimplemented in OneMinusClPlot2d, and OneMinusClPlot.
Definition at line 101 of file OneMinusClPlotAbs.cpp.
      
  | 
  inline | 
Definition at line 39 of file OneMinusClPlotAbs.h.
| void OneMinusClPlotAbs::save | ( | ) | 
Save the plot.
Definition at line 62 of file OneMinusClPlotAbs.cpp.
      
  | 
  inline | 
Definition at line 42 of file OneMinusClPlotAbs.h.
      
  | 
  inline | 
Definition at line 43 of file OneMinusClPlotAbs.h.
      
  | 
  inline | 
Definition at line 44 of file OneMinusClPlotAbs.h.
      
  | 
  inline | 
Definition at line 41 of file OneMinusClPlotAbs.h.
      
  | 
  inline | 
Definition at line 45 of file OneMinusClPlotAbs.h.
| OptParser* OneMinusClPlotAbs::arg | 
command line options
Definition at line 55 of file OneMinusClPlotAbs.h.
| vector<int> OneMinusClPlotAbs::do_CLs | 
vector, which stores the cls method type to be plotted
Definition at line 54 of file OneMinusClPlotAbs.h.
| int OneMinusClPlotAbs::font | 
font code. The last digit disables scaling with the canvas size.
Definition at line 48 of file OneMinusClPlotAbs.h.
| TString OneMinusClPlotAbs::label | 
Definition at line 59 of file OneMinusClPlotAbs.h.
| int OneMinusClPlotAbs::labelsize | 
text size of axis labels in pixels
Definition at line 49 of file OneMinusClPlotAbs.h.
| int OneMinusClPlotAbs::legendsize | 
text size of legend entries in pixels
Definition at line 51 of file OneMinusClPlotAbs.h.
| TCanvas* OneMinusClPlotAbs::m_mainCanvas | 
Definition at line 56 of file OneMinusClPlotAbs.h.
| TString OneMinusClPlotAbs::name | 
Definition at line 57 of file OneMinusClPlotAbs.h.
| bool OneMinusClPlotAbs::plotLegend | 
Definition at line 60 of file OneMinusClPlotAbs.h.
| double OneMinusClPlotAbs::plotLogYMax | 
Definition at line 63 of file OneMinusClPlotAbs.h.
| double OneMinusClPlotAbs::plotLogYMin | 
Definition at line 62 of file OneMinusClPlotAbs.h.
| bool OneMinusClPlotAbs::plotSolution | 
Definition at line 61 of file OneMinusClPlotAbs.h.
| vector<MethodAbsScan*> OneMinusClPlotAbs::scanners | 
Definition at line 53 of file OneMinusClPlotAbs.h.
| TString OneMinusClPlotAbs::title | 
Definition at line 58 of file OneMinusClPlotAbs.h.
| int OneMinusClPlotAbs::titlesize | 
text size of axis titles in pixels
Definition at line 50 of file OneMinusClPlotAbs.h.
 1.8.12