hpstr
The Heavy Photon Search Toolkit for Reconstruction (hpstr) provides an interface to physics data from the HPS experiment saved in the LCIO format and converts it into an ROOT based format.
|
This is the complete list of members for ThreeProngHistos, including all inherited members.
_h_configs | HistoManager | protected |
Axes | HistoManager | protected |
BuildAxes() | ThreeProngHistos | inline |
Clear() | HistoManager | virtual |
debug_ | HistoManager | protected |
debugMode(bool debug) | HistoManager | inline |
Define1DHistos() | HistoManager | inlinevirtual |
Define2DHistos() | ThreeProngHistos | inlinevirtual |
Define3DHistos() | ThreeProngHistos | inlinevirtual |
DefineHistos() | HistoManager | virtual |
DefineHistos(std::vector< std::string > histoCopyNames, std::string makeCopyJsonTag="default=single_copy") | HistoManager | virtual |
doPrintWarnings_ | HistoManager | protected |
eBeam | ThreeProngHistos | private |
Fill1DHisto(const std::string &histoName, float value, float weight=1.) | HistoManager | |
Fill2DHisto(const std::string &histoName, float valuex, float valuey, float weight=1.) | HistoManager | |
Fill3DHisto(const std::string &histoName, float valuex, float valuey, float valuez, float weight=1.) | HistoManager | |
FillThreeProngPlots(Particle *ele, Particle *pos, Particle *rec, float weight=1.0) | ThreeProngHistos | |
get1dHisto(const std::string &str) | HistoManager | inline |
get2dHisto(const std::string &str) | HistoManager | inline |
get3dHisto(const std::string &str) | HistoManager | inline |
GetHistosFromFile(TFile *inFile, const std::string &name, const std::string &folder="") | HistoManager | virtual |
getName() | HistoManager | inlinevirtual |
HistoManager() | HistoManager | |
HistoManager(const std::string &inputName) | HistoManager | |
histos1d | HistoManager | protected |
histos1dNamesfromJson | HistoManager | |
histos1dNamesfromTFile | HistoManager | |
histos2d | HistoManager | protected |
histos2dNamesfromTFile | HistoManager | |
histos3d | HistoManager | protected |
it1d typedef | HistoManager | protected |
it2d typedef | HistoManager | protected |
it3d typedef | HistoManager | protected |
loadHistoConfig(const std::string histoConfigFile) | HistoManager | virtual |
m_name | HistoManager | protected |
maxWarnings_ | HistoManager | protected |
plot1D(const std::string &name, const std::string &xtitle, int nbinsX, float xmin, float xmax) | HistoManager | |
plot1D(const std::string &name, const std::string &xtitle, int nbinsX, double *axisX) | HistoManager | |
plot2D(std::string name, std::string xtitle, int nbinsX, float xmin, float xmax, std::string ytitle, int nbinsY, float ymin, float ymax) | HistoManager | |
plot2D(std::string name, std::string xtitle, int nbinsX, double *axisX, std::string ytitle, int nbinsY, double *axisY) | HistoManager | |
plot2D(std::string name, std::string xtitle, int nbinsX, const double *axisX, std::string ytitle, int nbinsY, const double *axisY) | HistoManager | |
plot2D(std::string name, std::string xtitle, int nbinsX, double *axisX, std::string ytitle, int nbinsY, float ymin, float ymax) | HistoManager | |
plot3D(std::string name, std::string xtitle, int nbinsX, float xmin, float xmax, std::string ytitle, int nbinsY, float ymin, float ymax, std::string ztitle, int nbinsZ, float zmin, float zmax) | HistoManager | |
plot3D(std::string name, std::string xtitle, int nbinsX, double *axisX, std::string ytitle, int nbinsY, double *axisY, std::string ztitle, int nbinsZ, double *axisZ) | HistoManager | |
printWarnings_ | HistoManager | protected |
saveHistos(TFile *outF=nullptr, std::string folder="") | HistoManager | virtual |
setBeamEnergy(double beamEnergy) | ThreeProngHistos | inline |
sumw2() | HistoManager | virtual |
ThreeProngHistos(const std::string &inputName) | ThreeProngHistos | inline |
~HistoManager() | HistoManager | virtual |