![]() |
GamR
0.0.0
GammaROOT
|
#include <TH1.h>#include <TCanvas.h>#include <spect/Integral.hh>#include <spect/Cut.hh>#include <spect/Fit.hh>#include <spect/Display.hh>#include <spect/Transform.hh>#include <spect/Calibrate.hh>#include <toolkit/Gate.hh>#include <toolkit/Peak.hh>
Include dependency graph for Abbreviations.hh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | help (std::string topic="") |
| TH1D * | gx (TCanvas *canvas=gPad->GetCanvas()) |
| TH1D * | gy (TCanvas *canvas=gPad->GetCanvas()) |
| TH1D * | bsx (TCanvas *canvas=gPad->GetCanvas()) |
| TH1D * | bsy (TCanvas *canvas=gPad->GetCanvas()) |
| TH1D * | bsx (TCanvas *canvas, const char *name) |
| TH1D * | bsy (TCanvas *canvas, const char *name) |
| void | pfprint () |
| void | pfconf () |
| void | pfsave () |
| void | pfsave (std::string filename) |
| GamR::Spect::PeakFit * | pf (TCanvas *canvas=gPad->GetCanvas(), Option_t *foption="", Option_t *option="") |
| GamR::TK::BPeak * | bp (TCanvas *canvas=gPad->GetCanvas(), Option_t *foption="", Option_t *option="sl") |
| GamR::TK::BPeak * | cbp (TCanvas *canvas=gPad->GetCanvas()) |
| std::pair< double, double > | ig (TCanvas *canvas=gPad->GetCanvas()) |
| std::pair< double, double > | igbs (TCanvas *canvas=gPad->GetCanvas()) |
| std::pair< double, double > | ct (TCanvas *canvas=gPad->GetCanvas()) |
| std::pair< double, double > | ctbs (TCanvas *canvas=gPad->GetCanvas()) |
| TSpectrum * | fp (TCanvas *canvas=gPad->GetCanvas(), double sigma=2, Option_t *option="", double threshold=0.05) |
| void | ls () |
| void | sp (int i, Option_t *option="hist") |
| void | px (TVirtualPad *canvas=gPad->GetCanvas()) |
| void | py (TVirtualPad *canvas=gPad->GetCanvas()) |
| void | os (std::vector< int > indexes, TCanvas *canvas=NULL, Option_t *option="hist") |
| void | os (std::vector< TH1 * > hists, TCanvas *canvas=NULL, Option_t *option="hist") |
| void | os (int iStart, int iStop, TCanvas *canvas=NULL, Option_t *option="hist") |
| void | os (TH2 *hist, int iStart, int iStop) |
| void | os (TH2 *hist, std::vector< int > indices) |
| void | os (int i2D, int iStart, int iStop) |
| void | os (std::vector< std::string > files, std::string name, int iX, Option_t *option="hist") |
| void | os (std::vector< std::string > files, std::string name, int iXstart, int iXstop, Option_t *option="hist") |
| void | os (std::vector< std::string > files, std::string name, Option_t *option="hist") |
| void | ss (std::vector< int > indexes, TCanvas *canvas=NULL, Option_t *option="hist") |
| void | ss (std::vector< TH1 * > hists, TCanvas *canvas=NULL, Option_t *option="hist") |
| void | ss (int iStart, int iStop, TCanvas *canvas=NULL, Option_t *option="hist") |
| void | ss (TH2 *hist, int iStart, int iStop) |
| void | ss (int i2D, int iStart, int iStop) |
| void | ss (std::vector< std::string > files, std::string name, int iX, Option_t *option="hist") |
| void | ss (std::vector< std::string > files, std::string name, Option_t *option="hist") |
| void | lin (TVirtualPad *canvas=NULL) |
| void | log (TVirtualPad *canvas=NULL) |
| void | zx (double low, double high, TVirtualPad *canvas=NULL) |
| void | zy (double low, double high, TVirtualPad *canvas=NULL) |
| void | uzx (TVirtualPad *canvas=NULL) |
| void | uzy (TVirtualPad *canvas=NULL) |
| void | uz (TVirtualPad *canvas=NULL) |
| std::pair< double, double > | ca (TVirtualPad *canvas=NULL, double sigma=2) |
| std::pair< double, double > | ca2 (TVirtualPad *canvas=NULL) |
| std::pair< double, double > | ca (TH1 *hist, double lowEst, double highEst, double lowEn, double highEn, double sigma) |
| TH1 * | add (std::vector< TH1 * > hists, const char *name="sum") |
| TH1 * | add (std::vector< int > hists, const char *name="sum") |
| TH1 * | add (int iStart, int iStop, const char *name="sum") |
| TH1 * | rb (TH1 *hist, int rebin) |
| void | rb (TVirtualPad *canvas=NULL, int rebin=2) |
| void | ns (TVirtualPad *canvas=NULL, Option_t *option="") |
| void | nsbs (TVirtualPad *canvas=NULL) |
| void | rn (TVirtualPad *canvas=NULL) |
| void | cs (TVirtualPad *canvas=NULL) |
| void | ls2 () |
| void | sp2 (int i, Option_t *option="colz2") |
| TH2 * | add2 (std::vector< TH2 * > hists, const char *name="sum") |
| TH2 * | add2 (std::vector< int > hists, const char *name="sum") |
| TH2 * | add2 (int iStart, int iStop, const char *name="sum") |
| TH2 * | rbx (TH2 *hist, int rebin) |
| void | rbx (TVirtualPad *canvas=NULL, int rebin=2) |
| TH2 * | rby (TH2 *hist, int rebin) |
| void | rby (TVirtualPad *canvas=NULL, int rebin=2) |
| void | cc (TH2 *hist, int ncontours=20, double bias=0.2) |
| void | cc (TVirtualPad *canvas=NULL, int ncontours=20, double bias=0.2) |
| TH1 * add | ( | int | iStart, |
| int | iStop, | ||
| const char * | name = "sum" ) |
Definition at line 224 of file Abbreviations.cc.
References GamR::Spect::Add().
Here is the call graph for this function:| TH1 * add | ( | std::vector< int > | hists, |
| const char * | name = "sum" ) |
Definition at line 223 of file Abbreviations.cc.
References GamR::Spect::Add().
Here is the call graph for this function:| TH1 * add | ( | std::vector< TH1 * > | hists, |
| const char * | name = "sum" ) |
Definition at line 222 of file Abbreviations.cc.
References GamR::Spect::Add().
Here is the call graph for this function:| TH2 * add2 | ( | int | iStart, |
| int | iStop, | ||
| const char * | name = "sum" ) |
Definition at line 237 of file Abbreviations.cc.
References GamR::Spect::Add2().
Here is the call graph for this function:| TH2 * add2 | ( | std::vector< int > | hists, |
| const char * | name = "sum" ) |
Definition at line 236 of file Abbreviations.cc.
References GamR::Spect::Add2().
Here is the call graph for this function:| TH2 * add2 | ( | std::vector< TH2 * > | hists, |
| const char * | name = "sum" ) |
Definition at line 235 of file Abbreviations.cc.
References GamR::Spect::Add().
Here is the call graph for this function:| GamR::TK::BPeak * bp | ( | TCanvas * | canvas = gPad->GetCanvas(), |
| Option_t * | foption = "", | ||
| Option_t * | option = "sl" ) |
Definition at line 176 of file Abbreviations.cc.
References GamR::TK::FitBPeak().
Referenced by GamR::Processor::TimeWalk::MakeGraphs().
Here is the call graph for this function:
Here is the caller graph for this function:| TH1D * bsx | ( | TCanvas * | canvas, |
| const char * | name ) |
Definition at line 165 of file Abbreviations.cc.
References GamR::Spect::BackgroundSubtractX().
Here is the call graph for this function:| TH1D * bsx | ( | TCanvas * | canvas = gPad->GetCanvas() | ) |
Definition at line 163 of file Abbreviations.cc.
References GamR::Spect::BackgroundSubtractX().
Here is the call graph for this function:| TH1D * bsy | ( | TCanvas * | canvas, |
| const char * | name ) |
Definition at line 166 of file Abbreviations.cc.
References GamR::Spect::BackgroundSubtractY().
Here is the call graph for this function:| TH1D * bsy | ( | TCanvas * | canvas = gPad->GetCanvas() | ) |
Definition at line 164 of file Abbreviations.cc.
References GamR::Spect::BackgroundSubtractY().
Here is the call graph for this function:| std::pair< double, double > ca | ( | TH1 * | hist, |
| double | lowEst, | ||
| double | highEst, | ||
| double | lowEn, | ||
| double | highEn, | ||
| double | sigma ) |
Definition at line 221 of file Abbreviations.cc.
References GamR::Spect::TwoPointCalibrate().
Here is the call graph for this function:| std::pair< double, double > ca | ( | TVirtualPad * | canvas = NULL, |
| double | sigma = 2 ) |
Definition at line 219 of file Abbreviations.cc.
References GamR::Spect::TwoPointCalibrate().
Here is the call graph for this function:| std::pair< double, double > ca2 | ( | TVirtualPad * | canvas = NULL | ) |
Definition at line 220 of file Abbreviations.cc.
References GamR::Spect::TwoClickCalibrate().
Here is the call graph for this function:| GamR::TK::BPeak * cbp | ( | TCanvas * | canvas = gPad->GetCanvas() | ) |
Definition at line 177 of file Abbreviations.cc.
References GamR::TK::ClickBPeak().
Here is the call graph for this function:| void cc | ( | TH2 * | hist, |
| int | ncontours = 20, | ||
| double | bias = 0.2 ) |
Definition at line 242 of file Abbreviations.cc.
References GamR::Spect::ContourCalc().
Here is the call graph for this function:| void cc | ( | TVirtualPad * | canvas = NULL, |
| int | ncontours = 20, | ||
| double | bias = 0.2 ) |
Definition at line 243 of file Abbreviations.cc.
References GamR::Spect::ContourCalc().
Here is the call graph for this function:| void cs | ( | TVirtualPad * | canvas = NULL | ) |
Definition at line 230 of file Abbreviations.cc.
References GamR::Spect::Cursor().
Here is the call graph for this function:| std::pair< double, double > ct | ( | TCanvas * | canvas = gPad->GetCanvas() | ) |
Definition at line 182 of file Abbreviations.cc.
References GamR::Spect::Counts().
Referenced by GamR::Spect::ContourCalc(), and GamR::Spect::DrawCut().
Here is the call graph for this function:
Here is the caller graph for this function:| std::pair< double, double > ctbs | ( | TCanvas * | canvas = gPad->GetCanvas() | ) |
Definition at line 183 of file Abbreviations.cc.
References GamR::Spect::CountsBS().
Here is the call graph for this function:| TSpectrum * fp | ( | TCanvas * | canvas = gPad->GetCanvas(), |
| double | sigma = 2, | ||
| Option_t * | option = "", | ||
| double | threshold = 0.05 ) |
Definition at line 185 of file Abbreviations.cc.
References GamR::Spect::FindPeaks().
Referenced by GamR::Spect::FromBin(), GamR::Spect::FromBin(), and main().
Here is the call graph for this function:
Here is the caller graph for this function:| TH1D * gx | ( | TCanvas * | canvas = gPad->GetCanvas() | ) |
Definition at line 161 of file Abbreviations.cc.
References GamR::Spect::GateX().
Here is the call graph for this function:| TH1D * gy | ( | TCanvas * | canvas = gPad->GetCanvas() | ) |
Definition at line 162 of file Abbreviations.cc.
References GamR::Spect::GateY().
Here is the call graph for this function:| void help | ( | std::string | topic = "" | ) |
Definition at line 6 of file Abbreviations.cc.
Referenced by main(), and main().
Here is the caller graph for this function:| std::pair< double, double > ig | ( | TCanvas * | canvas = gPad->GetCanvas() | ) |
Definition at line 179 of file Abbreviations.cc.
References GamR::Spect::Integral().
Referenced by GamR::AngDist::AngCorrFit::Fit().
Here is the call graph for this function:
Here is the caller graph for this function:| std::pair< double, double > igbs | ( | TCanvas * | canvas = gPad->GetCanvas() | ) |
Definition at line 180 of file Abbreviations.cc.
References GamR::Spect::IntegralBS().
Here is the call graph for this function:| void lin | ( | TVirtualPad * | canvas = NULL | ) |
Definition at line 212 of file Abbreviations.cc.
References GamR::Spect::LinAll().
Here is the call graph for this function:| void log | ( | TVirtualPad * | canvas = NULL | ) |
Definition at line 213 of file Abbreviations.cc.
References GamR::Spect::LogAll().
Referenced by GamR::Efficiency::EffFit::Draw(), GamR::Efficiency::EffFit::Draw(), GamR::Efficiency::MultiEffFit::Draw(), and GamR::Efficiency::EffCFunc().
Here is the call graph for this function:
Here is the caller graph for this function:| void ls | ( | ) |
Definition at line 192 of file Abbreviations.cc.
References GamR::Spect::List1DSpectra().
Referenced by GamR::TK::Gate::Browse(), and GamR::TK::GateMap::Browse().
Here is the call graph for this function:
Here is the caller graph for this function:| void ls2 | ( | ) |
Definition at line 233 of file Abbreviations.cc.
References GamR::Spect::List2DSpectra().
Here is the call graph for this function:| void ns | ( | TVirtualPad * | canvas = NULL, |
| Option_t * | option = "" ) |
Definition at line 227 of file Abbreviations.cc.
References GamR::Spect::NormSpectra().
Here is the call graph for this function:| void nsbs | ( | TVirtualPad * | canvas = NULL | ) |
Definition at line 228 of file Abbreviations.cc.
References GamR::Spect::NormSpectraBackSub().
Here is the call graph for this function:| void os | ( | int | i2D, |
| int | iStart, | ||
| int | iStop ) |
Definition at line 201 of file Abbreviations.cc.
References GamR::Spect::OverlaySpectra().
Here is the call graph for this function:| void os | ( | int | iStart, |
| int | iStop, | ||
| TCanvas * | canvas = NULL, | ||
| Option_t * | option = "hist" ) |
Definition at line 198 of file Abbreviations.cc.
References GamR::Spect::OverlaySpectra().
Here is the call graph for this function:| void os | ( | std::vector< int > | indexes, |
| TCanvas * | canvas = NULL, | ||
| Option_t * | option = "hist" ) |
Definition at line 196 of file Abbreviations.cc.
References GamR::Spect::OverlaySpectra().
Referenced by GamR::TK::operator<<().
Here is the call graph for this function:
Here is the caller graph for this function:| void os | ( | std::vector< std::string > | files, |
| std::string | name, | ||
| int | iX, | ||
| Option_t * | option = "hist" ) |
Definition at line 202 of file Abbreviations.cc.
References GamR::Spect::OverlaySpectra().
Here is the call graph for this function:| void os | ( | std::vector< std::string > | files, |
| std::string | name, | ||
| int | iXstart, | ||
| int | iXstop, | ||
| Option_t * | option = "hist" ) |
Definition at line 203 of file Abbreviations.cc.
References GamR::Spect::OverlaySpectra().
Here is the call graph for this function:| void os | ( | std::vector< std::string > | files, |
| std::string | name, | ||
| Option_t * | option = "hist" ) |
Definition at line 204 of file Abbreviations.cc.
References GamR::Spect::OverlaySpectra().
Here is the call graph for this function:| void os | ( | std::vector< TH1 * > | hists, |
| TCanvas * | canvas = NULL, | ||
| Option_t * | option = "hist" ) |
Definition at line 197 of file Abbreviations.cc.
References GamR::Spect::OverlaySpectra().
Here is the call graph for this function:| void os | ( | TH2 * | hist, |
| int | iStart, | ||
| int | iStop ) |
Definition at line 199 of file Abbreviations.cc.
References GamR::Spect::OverlaySpectra().
Here is the call graph for this function:| void os | ( | TH2 * | hist, |
| std::vector< int > | indices ) |
Definition at line 200 of file Abbreviations.cc.
References GamR::Spect::OverlaySpectra().
Here is the call graph for this function:| GamR::Spect::PeakFit * pf | ( | TCanvas * | canvas = gPad->GetCanvas(), |
| Option_t * | foption = "", | ||
| Option_t * | option = "" ) |
Definition at line 175 of file Abbreviations.cc.
References GamR::Spect::FitPeaks().
Here is the call graph for this function:| void pfconf | ( | ) |
Definition at line 172 of file Abbreviations.cc.
References GamR::Spect::gFitGuesses.
| void pfprint | ( | ) |
Definition at line 171 of file Abbreviations.cc.
References GamR::Spect::gFitGuesses.
| void pfsave | ( | ) |
Definition at line 173 of file Abbreviations.cc.
References GamR::Spect::gFitGuesses.
| void pfsave | ( | std::string | filename | ) |
Definition at line 174 of file Abbreviations.cc.
References GamR::Spect::gFitGuesses.
| void px | ( | TVirtualPad * | canvas = gPad->GetCanvas() | ) |
Definition at line 194 of file Abbreviations.cc.
References GamR::Spect::ProjX().
Referenced by GamR::Nucleus::LevelSchemeDraw::State::DistancetoPrimitive(), GamR::Nucleus::LevelSchemeDraw::Transition::DistancetoPrimitive(), GamR::Nucleus::LevelSchemeFitter::State::DistancetoPrimitive(), GamR::Nucleus::LevelSchemeFitter::Transition::DistancetoPrimitive(), GamR::TK::Gate::DistancetoPrimitive(), GamR::Nucleus::LevelSchemeDraw::State::ExecuteEvent(), GamR::Nucleus::LevelSchemeDraw::Transition::ExecuteEvent(), GamR::Nucleus::LevelSchemeFitter::State::ExecuteEvent(), GamR::Nucleus::LevelSchemeFitter::Transition::ExecuteEvent(), GamR::TK::Gate::ExecuteEvent(), and GamR::TK::Gate::PassDetector().
Here is the call graph for this function:
Here is the caller graph for this function:| void py | ( | TVirtualPad * | canvas = gPad->GetCanvas() | ) |
Definition at line 195 of file Abbreviations.cc.
References GamR::Spect::ProjY().
Referenced by GamR::Nucleus::LevelSchemeDraw::State::DistancetoPrimitive(), GamR::Nucleus::LevelSchemeDraw::Transition::DistancetoPrimitive(), GamR::Nucleus::LevelSchemeFitter::State::DistancetoPrimitive(), GamR::Nucleus::LevelSchemeFitter::Transition::DistancetoPrimitive(), GamR::TK::Gate::DistancetoPrimitive(), GamR::Nucleus::LevelSchemeDraw::State::ExecuteEvent(), GamR::Nucleus::LevelSchemeDraw::Transition::ExecuteEvent(), GamR::Nucleus::LevelSchemeFitter::State::ExecuteEvent(), GamR::Nucleus::LevelSchemeFitter::Transition::ExecuteEvent(), GamR::TK::Gate::ExecuteEvent(), and GamR::TK::Gate::PassDetector().
Here is the call graph for this function:
Here is the caller graph for this function:| TH1 * rb | ( | TH1 * | hist, |
| int | rebin ) |
Definition at line 225 of file Abbreviations.cc.
References GamR::Spect::Rebin().
Here is the call graph for this function:| void rb | ( | TVirtualPad * | canvas = NULL, |
| int | rebin = 2 ) |
Definition at line 226 of file Abbreviations.cc.
References GamR::Spect::Rebin().
Here is the call graph for this function:| TH2 * rbx | ( | TH2 * | hist, |
| int | rebin ) |
Definition at line 238 of file Abbreviations.cc.
References GamR::Spect::RebinX().
Here is the call graph for this function:| void rbx | ( | TVirtualPad * | canvas = NULL, |
| int | rebin = 2 ) |
Definition at line 239 of file Abbreviations.cc.
References GamR::Spect::RebinX().
Here is the call graph for this function:| TH2 * rby | ( | TH2 * | hist, |
| int | rebin ) |
Definition at line 240 of file Abbreviations.cc.
References GamR::Spect::RebinY().
Here is the call graph for this function:| void rby | ( | TVirtualPad * | canvas = NULL, |
| int | rebin = 2 ) |
Definition at line 241 of file Abbreviations.cc.
References GamR::Spect::RebinY().
Here is the call graph for this function:| void rn | ( | TVirtualPad * | canvas = NULL | ) |
Definition at line 229 of file Abbreviations.cc.
References GamR::Spect::Rename().
Here is the call graph for this function:| void sp | ( | int | i, |
| Option_t * | option = "hist" ) |
Definition at line 193 of file Abbreviations.cc.
References GamR::Spect::Draw().
Referenced by GamR::Coulex::CoulexCalculation::SetLevelScheme().
Here is the call graph for this function:
Here is the caller graph for this function:| void sp2 | ( | int | i, |
| Option_t * | option = "colz2" ) |
Definition at line 234 of file Abbreviations.cc.
References GamR::Spect::Draw2D().
Here is the call graph for this function:| void ss | ( | int | i2D, |
| int | iStart, | ||
| int | iStop ) |
Definition at line 211 of file Abbreviations.cc.
References GamR::Spect::StackSpectra().
Here is the call graph for this function:| void ss | ( | int | iStart, |
| int | iStop, | ||
| TCanvas * | canvas = NULL, | ||
| Option_t * | option = "hist" ) |
Definition at line 207 of file Abbreviations.cc.
References GamR::Spect::StackSpectra().
Here is the call graph for this function:| void ss | ( | std::vector< int > | indexes, |
| TCanvas * | canvas = NULL, | ||
| Option_t * | option = "hist" ) |
Definition at line 205 of file Abbreviations.cc.
References GamR::Spect::StackSpectra().
Referenced by GamR::Sort::Type::GatedTimeDifference< DetGate, S, DetTime, E, T >::GatedTimeDifference(), GamR::Sort::Type::Matrix::Matrix(), GamR::Sort::Type::TimeDifference< Det, E, T >::TimeDifference(), GamR::Sort::Type::TimeDifferencePairs< Det, E, T >::TimeDifferencePairs(), GamR::Sort::Type::TimeWalkCal< Det, E, T >::TimeWalkCal(), GamR::Spect::CutFromText(), GamR::Processor::TimeWalk::Draw(), GamR::Spect::DrawCut(), GamR::Processor::TimeWalk::Fit(), GamR::Spect::PeakFit::Fit(), GamR::Spect::FitPeaks(), GamR::Spect::FromText(), GamR::TK::GainMatchEnergy(), GamR::ORNL::his2root(), GamR::Tree::TExpDefn< ADefns >::Load(), GamR::Tree::TExpDefn< ADefns >::LoadRaw(), main(), GamR::Processor::TimeWalk::MakeGraphs(), GamR::Tree::TExpDefn< ADefns >::FillDetDefns::operator()(), GamR::ORNL::readAllBananas(), GamR::ORNL::readBanana(), GamR::Bateman::Scheme::ReadScheme(), GamR::Nucleus::LevelSchemeDraw::Scheme::ReadScheme(), GamR::Tree::TDetDefn< Ts >::SetCalFuncs(), GamR::Efficiency::DataSet::SetData(), GamR::Tree::TDetDefn< Ts >::SetEffFunc(), GamR::Tree::TDetDefn< Ts >::SetPollGates(), GamR::Tree::TDetDefn< Ts >::SetPtrs(), GamR::Spect::ToText(), GamR::Spect::ToText(), GamR::Spect::ToText(), GamR::Spect::ToText(), GamR::Spect::ToText(), GamR::Spect::ToText(), and GamR::Spect::ToText().
Here is the call graph for this function:
Here is the caller graph for this function:| void ss | ( | std::vector< std::string > | files, |
| std::string | name, | ||
| int | iX, | ||
| Option_t * | option = "hist" ) |
Definition at line 208 of file Abbreviations.cc.
References GamR::Spect::StackSpectra().
Here is the call graph for this function:| void ss | ( | std::vector< std::string > | files, |
| std::string | name, | ||
| Option_t * | option = "hist" ) |
Definition at line 209 of file Abbreviations.cc.
References GamR::Spect::StackSpectra().
Here is the call graph for this function:| void ss | ( | std::vector< TH1 * > | hists, |
| TCanvas * | canvas = NULL, | ||
| Option_t * | option = "hist" ) |
Definition at line 206 of file Abbreviations.cc.
References GamR::Spect::StackSpectra().
Here is the call graph for this function:| void ss | ( | TH2 * | hist, |
| int | iStart, | ||
| int | iStop ) |
Definition at line 210 of file Abbreviations.cc.
References GamR::Spect::StackSpectra().
Here is the call graph for this function:| void uz | ( | TVirtualPad * | canvas = NULL | ) |
Definition at line 218 of file Abbreviations.cc.
References GamR::Spect::UnZoomAllX(), and GamR::Spect::UnZoomAllY().
Here is the call graph for this function:| void uzx | ( | TVirtualPad * | canvas = NULL | ) |
Definition at line 216 of file Abbreviations.cc.
References GamR::Spect::UnZoomAllX().
Here is the call graph for this function:| void uzy | ( | TVirtualPad * | canvas = NULL | ) |
Definition at line 217 of file Abbreviations.cc.
References GamR::Spect::UnZoomAllY().
Here is the call graph for this function:| void zx | ( | double | low, |
| double | high, | ||
| TVirtualPad * | canvas = NULL ) |
Definition at line 214 of file Abbreviations.cc.
References GamR::Spect::ZoomAllX().
Here is the call graph for this function:| void zy | ( | double | low, |
| double | high, | ||
| TVirtualPad * | canvas = NULL ) |
Definition at line 215 of file Abbreviations.cc.
References GamR::Spect::ZoomAllY().
Here is the call graph for this function: