GamR  0.0.0
GammaROOT
Loading...
Searching...
No Matches
Abbreviations.hh File Reference
#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::PeakFitpf (TCanvas *canvas=gPad->GetCanvas(), Option_t *foption="", Option_t *option="")
 
GamR::TK::BPeakbp (TCanvas *canvas=gPad->GetCanvas(), Option_t *foption="", Option_t *option="sl")
 
GamR::TK::BPeakcbp (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)
 

Function Documentation

◆ add() [1/3]

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:

◆ add() [2/3]

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:

◆ add() [3/3]

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:

◆ add2() [1/3]

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:

◆ add2() [2/3]

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:

◆ add2() [3/3]

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:

◆ bp()

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:

◆ bsx() [1/2]

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:

◆ bsx() [2/2]

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:

◆ bsy() [1/2]

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:

◆ bsy() [2/2]

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:

◆ ca() [1/2]

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:

◆ ca() [2/2]

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:

◆ ca2()

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:

◆ cbp()

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:

◆ cc() [1/2]

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:

◆ cc() [2/2]

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:

◆ cs()

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:

◆ ct()

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:

◆ ctbs()

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:

◆ fp()

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:

◆ gx()

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:

◆ gy()

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:

◆ help()

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:

◆ ig()

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:

◆ igbs()

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:

◆ lin()

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:

◆ log()

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:

◆ ls()

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:

◆ ls2()

void ls2 ( )

Definition at line 233 of file Abbreviations.cc.

References GamR::Spect::List2DSpectra().

+ Here is the call graph for this function:

◆ ns()

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:

◆ nsbs()

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:

◆ os() [1/9]

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:

◆ os() [2/9]

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:

◆ os() [3/9]

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:

◆ os() [4/9]

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:

◆ os() [5/9]

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:

◆ os() [6/9]

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:

◆ os() [7/9]

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:

◆ os() [8/9]

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:

◆ os() [9/9]

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:

◆ pf()

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:

◆ pfconf()

void pfconf ( )

Definition at line 172 of file Abbreviations.cc.

References GamR::Spect::gFitGuesses.

◆ pfprint()

void pfprint ( )

Definition at line 171 of file Abbreviations.cc.

References GamR::Spect::gFitGuesses.

◆ pfsave() [1/2]

void pfsave ( )

Definition at line 173 of file Abbreviations.cc.

References GamR::Spect::gFitGuesses.

◆ pfsave() [2/2]

void pfsave ( std::string filename)

Definition at line 174 of file Abbreviations.cc.

References GamR::Spect::gFitGuesses.

◆ px()

void px ( TVirtualPad * canvas = gPad->GetCanvas())

◆ py()

void py ( TVirtualPad * canvas = gPad->GetCanvas())

◆ rb() [1/2]

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:

◆ rb() [2/2]

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:

◆ rbx() [1/2]

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:

◆ rbx() [2/2]

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:

◆ rby() [1/2]

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:

◆ rby() [2/2]

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:

◆ rn()

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:

◆ sp()

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:

◆ sp2()

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:

◆ ss() [1/7]

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:

◆ ss() [2/7]

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:

◆ ss() [3/7]

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:

◆ ss() [4/7]

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:

◆ ss() [5/7]

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:

◆ ss() [6/7]

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:

◆ ss() [7/7]

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:

◆ uz()

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:

◆ uzx()

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:

◆ uzy()

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:

◆ zx()

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:

◆ zy()

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: