|
Crombie Tools
|
Functions | |
| def | SetCuts (category, region, aPlotter=plotter) |
| def | SetupFromEnv (aPlotter=plotter) |
Variables | |
| newQuickPlotter | |
| plotter | |
| def CrombieTools.PlotTools.QuickPlot.SetCuts | ( | category, | |
| region, | |||
aPlotter = plotter |
|||
| ) |
Sets cuts based on category and region.
@param category is the category of the analysis being used.
@param region is the region of the plot being set.
@param aPlotter is the plotter that is having its cuts set.
Default is the plotter defined in this module.
Definition at line 23 of file QuickPlot.py.
| def CrombieTools.PlotTools.QuickPlot.SetupFromEnv | ( | aPlotter = plotter | ) |
A function that sets up a plotter after sourcing a config file. @param aPlotter is the plotter to setup. Defaults to plotter in this module.
Definition at line 8 of file QuickPlot.py.
References CrombieTools.DirFromEnv(), CrombieTools.CommonTools.FileConfigReader.SetFunctionFromEnv(), and CrombieTools.CommonTools.FileConfigReader.SetupConfigFromEnv().
| CrombieTools.PlotTools.QuickPlot.newQuickPlotter |
Definition at line 4 of file QuickPlot.py.
| CrombieTools.PlotTools.QuickPlot.plotter |
Definition at line 5 of file QuickPlot.py.