![]() |
MiniballSort
|
#include <Histogrammer.hh>
Public Member Functions | |
| MiniballHistogrammer (std::shared_ptr< MiniballReaction > myreact, std::shared_ptr< MiniballSettings > myset) | |
| ~MiniballHistogrammer () | |
| void | MakeHists () |
| void | ResetHists () |
| unsigned long | FillHists () |
| void | FillParticleGammaHists (std::shared_ptr< GammaRayEvt > g) |
| void | FillParticleGammaHists (std::shared_ptr< GammaRayAddbackEvt > g) |
| void | FillParticleElectronHists (std::shared_ptr< SpedeEvt > s) |
| void | FillParticleGammaGammaHists (std::shared_ptr< GammaRayEvt > g1, std::shared_ptr< GammaRayEvt > g2) |
| void | FillParticleGammaGammaHists (std::shared_ptr< GammaRayAddbackEvt > g1, std::shared_ptr< GammaRayAddbackEvt > g2) |
| void | FillParticleElectronGammaHists (std::shared_ptr< SpedeEvt > s, std::shared_ptr< GammaRayEvt > g) |
| void | FillParticleElectronGammaHists (std::shared_ptr< SpedeEvt > s, std::shared_ptr< GammaRayAddbackEvt > g) |
| void | PlotDefaultHists () |
| void | PlotPhysicsHists () |
| void | SetSpyHists (std::vector< std::vector< std::string > > hists, short layout[2]) |
| void | SetInputFile (std::vector< std::string > input_file_names) |
| void | SetInputFile (std::string input_file_name) |
| void | SetInputTree (TTree *user_tree) |
| void | SetOutput (std::string output_file_name, bool cWrite=false) |
| void | CloseOutput () |
| void | PurgeOutput () |
| TFile * | GetFile () |
| void | AddProgressBar (std::shared_ptr< TGProgressBar > myprog) |
| bool | PromptCoincidence (std::shared_ptr< GammaRayEvt > g, std::shared_ptr< ParticleEvt > p) |
| bool | PromptCoincidence (std::shared_ptr< GammaRayEvt > g, unsigned long long ptime) |
| bool | RandomCoincidence (std::shared_ptr< GammaRayEvt > g, std::shared_ptr< ParticleEvt > p) |
| bool | RandomCoincidence (std::shared_ptr< GammaRayEvt > g, unsigned long long ptime) |
| bool | PromptCoincidence (std::shared_ptr< GammaRayAddbackEvt > g, std::shared_ptr< ParticleEvt > p) |
| bool | PromptCoincidence (std::shared_ptr< SpedeEvt > s, std::shared_ptr< ParticleEvt > p) |
| bool | PromptCoincidence (std::shared_ptr< SpedeEvt > s, unsigned long long ptime) |
| bool | RandomCoincidence (std::shared_ptr< SpedeEvt > s, std::shared_ptr< ParticleEvt > p) |
| bool | RandomCoincidence (std::shared_ptr< SpedeEvt > s, unsigned long long ptime) |
| bool | PromptCoincidence (std::shared_ptr< GammaRayEvt > g1, std::shared_ptr< GammaRayEvt > g2) |
| bool | RandomCoincidence (std::shared_ptr< GammaRayEvt > g1, std::shared_ptr< GammaRayEvt > g2) |
| bool | PromptCoincidence (std::shared_ptr< SpedeEvt > s1, std::shared_ptr< SpedeEvt > s2) |
| bool | RandomCoincidence (std::shared_ptr< SpedeEvt > s1, std::shared_ptr< SpedeEvt > s2) |
| bool | PromptCoincidence (std::shared_ptr< ParticleEvt > p1, std::shared_ptr< ParticleEvt > p2) |
| bool | RandomCoincidence (std::shared_ptr< ParticleEvt > p1, std::shared_ptr< ParticleEvt > p2) |
| bool | PromptCoincidence (std::shared_ptr< BeamDumpEvt > g1, std::shared_ptr< BeamDumpEvt > g2) |
| bool | RandomCoincidence (std::shared_ptr< BeamDumpEvt > g1, std::shared_ptr< BeamDumpEvt > g2) |
| bool | PromptCoincidence (std::shared_ptr< SpedeEvt > s, std::shared_ptr< GammaRayEvt > g) |
| bool | PromptCoincidence (std::shared_ptr< GammaRayEvt > g, std::shared_ptr< SpedeEvt > s) |
| bool | RandomCoincidence (std::shared_ptr< SpedeEvt > s, std::shared_ptr< GammaRayEvt > g) |
| bool | RandomCoincidence (std::shared_ptr< GammaRayEvt > g, std::shared_ptr< SpedeEvt > s) |
| bool | OnBeam (std::shared_ptr< GammaRayEvt > g) |
| bool | OnBeam (std::shared_ptr< SpedeEvt > s) |
| bool | OnBeam (std::shared_ptr< ParticleEvt > p) |
| bool | OffBeam (std::shared_ptr< GammaRayEvt > g) |
| bool | OffBeam (std::shared_ptr< ParticleEvt > p) |
| bool | OffBeam (std::shared_ptr< SpedeEvt > s) |
| bool | T1Cut () |
| bool | TransferCut (std::shared_ptr< ParticleEvt > p) |
| bool | EjectileCut (std::shared_ptr< ParticleEvt > p) |
| bool | RecoilCut (std::shared_ptr< ParticleEvt > p) |
| bool | TwoParticleCut (std::shared_ptr< ParticleEvt > p1, std::shared_ptr< ParticleEvt > p2) |
Definition at line 41 of file Histogrammer.hh.
| MiniballHistogrammer::MiniballHistogrammer | ( | std::shared_ptr< MiniballReaction > | myreact, |
| std::shared_ptr< MiniballSettings > | myset ) |
Definition at line 3 of file Histogrammer.cc.
|
inline |
Definition at line 46 of file Histogrammer.hh.
|
inline |
Definition at line 87 of file Histogrammer.hh.
Referenced by MiniballGUI::gui_hist().
|
inline |
Definition at line 73 of file Histogrammer.hh.
Referenced by do_hist(), and MiniballGUI::gui_hist().
|
inline |
Definition at line 246 of file Histogrammer.hh.
Referenced by FillHists(), and TwoParticleCut().
| unsigned long MiniballHistogrammer::FillHists | ( | ) |
Main function to fill the histograms
Definition at line 2967 of file Histogrammer.cc.
Referenced by do_hist(), and MiniballGUI::gui_hist().
| void MiniballHistogrammer::FillParticleElectronGammaHists | ( | std::shared_ptr< SpedeEvt > | s, |
| std::shared_ptr< GammaRayAddbackEvt > | g ) |
Definition at line 2926 of file Histogrammer.cc.
| void MiniballHistogrammer::FillParticleElectronGammaHists | ( | std::shared_ptr< SpedeEvt > | s, |
| std::shared_ptr< GammaRayEvt > | g ) |
Definition at line 2884 of file Histogrammer.cc.
Referenced by FillHists().
| void MiniballHistogrammer::FillParticleElectronHists | ( | std::shared_ptr< SpedeEvt > | s | ) |
Definition at line 2678 of file Histogrammer.cc.
Referenced by FillHists().
| void MiniballHistogrammer::FillParticleGammaGammaHists | ( | std::shared_ptr< GammaRayAddbackEvt > | g1, |
| std::shared_ptr< GammaRayAddbackEvt > | g2 ) |
Definition at line 2839 of file Histogrammer.cc.
| void MiniballHistogrammer::FillParticleGammaGammaHists | ( | std::shared_ptr< GammaRayEvt > | g1, |
| std::shared_ptr< GammaRayEvt > | g2 ) |
Definition at line 2794 of file Histogrammer.cc.
Referenced by FillHists().
| void MiniballHistogrammer::FillParticleGammaHists | ( | std::shared_ptr< GammaRayAddbackEvt > | g | ) |
Definition at line 2467 of file Histogrammer.cc.
| void MiniballHistogrammer::FillParticleGammaHists | ( | std::shared_ptr< GammaRayEvt > | g | ) |
Definition at line 2229 of file Histogrammer.cc.
Referenced by FillHists().
|
inline |
Definition at line 85 of file Histogrammer.hh.
| void MiniballHistogrammer::MakeHists | ( | ) |
Definition at line 32 of file Histogrammer.cc.
Referenced by SetOutput().
|
inline |
Definition at line 213 of file Histogrammer.hh.
Referenced by FillHists().
|
inline |
Definition at line 218 of file Histogrammer.hh.
|
inline |
Definition at line 223 of file Histogrammer.hh.
|
inline |
Definition at line 198 of file Histogrammer.hh.
Referenced by FillHists().
|
inline |
Definition at line 208 of file Histogrammer.hh.
|
inline |
Definition at line 203 of file Histogrammer.hh.
| void MiniballHistogrammer::PlotDefaultHists | ( | ) |
Definition at line 2088 of file Histogrammer.cc.
| void MiniballHistogrammer::PlotPhysicsHists | ( | ) |
Definition at line 2147 of file Histogrammer.cc.
|
inline |
Definition at line 168 of file Histogrammer.hh.
|
inline |
Definition at line 111 of file Histogrammer.hh.
|
inline |
Definition at line 93 of file Histogrammer.hh.
Referenced by FillHists(), FillParticleElectronGammaHists(), FillParticleElectronGammaHists(), FillParticleElectronHists(), FillParticleGammaGammaHists(), FillParticleGammaGammaHists(), FillParticleGammaHists(), FillParticleGammaHists(), PromptCoincidence(), PromptCoincidence(), PromptCoincidence(), PromptCoincidence(), and TwoParticleCut().
|
inline |
Definition at line 186 of file Histogrammer.hh.
|
inline |
Definition at line 96 of file Histogrammer.hh.
|
inline |
Definition at line 132 of file Histogrammer.hh.
|
inline |
Definition at line 156 of file Histogrammer.hh.
|
inline |
Definition at line 180 of file Histogrammer.hh.
|
inline |
Definition at line 114 of file Histogrammer.hh.
|
inline |
Definition at line 117 of file Histogrammer.hh.
|
inline |
Definition at line 144 of file Histogrammer.hh.
|
inline |
Definition at line 80 of file Histogrammer.hh.
Referenced by CloseOutput().
|
inline |
Definition at line 174 of file Histogrammer.hh.
|
inline |
Definition at line 102 of file Histogrammer.hh.
Referenced by FillHists(), FillParticleElectronGammaHists(), FillParticleElectronGammaHists(), FillParticleElectronHists(), FillParticleGammaGammaHists(), FillParticleGammaGammaHists(), FillParticleGammaHists(), FillParticleGammaHists(), RandomCoincidence(), RandomCoincidence(), and RandomCoincidence().
|
inline |
Definition at line 195 of file Histogrammer.hh.
|
inline |
Definition at line 105 of file Histogrammer.hh.
|
inline |
Definition at line 138 of file Histogrammer.hh.
|
inline |
Definition at line 162 of file Histogrammer.hh.
|
inline |
Definition at line 189 of file Histogrammer.hh.
|
inline |
Definition at line 123 of file Histogrammer.hh.
|
inline |
Definition at line 126 of file Histogrammer.hh.
|
inline |
Definition at line 150 of file Histogrammer.hh.
|
inline |
Definition at line 249 of file Histogrammer.hh.
Referenced by FillHists(), and TwoParticleCut().
| void MiniballHistogrammer::ResetHists | ( | ) |
Definition at line 2208 of file Histogrammer.cc.
| void MiniballHistogrammer::SetInputFile | ( | std::string | input_file_name | ) |
Overloaded function for a single file or multiple files
Definition at line 3860 of file Histogrammer.cc.
| void MiniballHistogrammer::SetInputFile | ( | std::vector< std::string > | input_file_names | ) |
Overloaded function for a single file or multiple files
Definition at line 3845 of file Histogrammer.cc.
Referenced by do_hist(), and MiniballGUI::gui_hist().
| void MiniballHistogrammer::SetInputTree | ( | TTree * | user_tree | ) |
Definition at line 3871 of file Histogrammer.cc.
|
inline |
Definition at line 67 of file Histogrammer.hh.
Referenced by do_hist(), and MiniballGUI::gui_hist().
| void MiniballHistogrammer::SetSpyHists | ( | std::vector< std::vector< std::string > > | hists, |
| short | layout[2] ) |
Definition at line 2135 of file Histogrammer.cc.
|
inline |
Definition at line 228 of file Histogrammer.hh.
Referenced by FillHists().
|
inline |
Definition at line 235 of file Histogrammer.hh.
Referenced by FillHists().
|
inline |
Definition at line 252 of file Histogrammer.hh.
Referenced by FillHists().
|
private |
Definition at line 282 of file Histogrammer.hh.
Referenced by AddProgressBar(), FillHists(), and MiniballHistogrammer().
|
private |
Definition at line 441 of file Histogrammer.hh.
Referenced by FillParticleGammaGammaHists(), and MakeHists().
|
private |
Definition at line 441 of file Histogrammer.hh.
Referenced by FillParticleGammaGammaHists(), and MakeHists().
|
private |
Definition at line 441 of file Histogrammer.hh.
Referenced by FillParticleGammaGammaHists(), and MakeHists().
|
private |
Definition at line 442 of file Histogrammer.hh.
Referenced by FillParticleGammaGammaHists(), and MakeHists().
|
private |
Definition at line 442 of file Histogrammer.hh.
Referenced by FillParticleGammaGammaHists(), and MakeHists().
|
private |
Definition at line 442 of file Histogrammer.hh.
Referenced by FillParticleGammaGammaHists(), and MakeHists().
|
private |
Definition at line 419 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 424 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 419 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 424 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 419 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 424 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 420 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 425 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 420 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 425 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 420 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 425 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 421 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 426 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 421 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 426 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 421 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 426 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 348 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 348 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 357 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 357 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 417 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 422 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 417 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 422 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 417 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 422 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 380 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 380 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 380 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 381 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 381 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 381 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 418 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 423 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 418 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 423 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 418 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 423 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 330 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 333 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 333 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 330 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 331 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 331 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 335 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 433 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 435 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 432 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 432 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 432 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 434 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 434 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 434 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 438 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 438 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 438 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 439 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 439 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 439 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 440 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 440 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 440 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 436 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 436 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 436 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 437 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 437 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 437 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 429 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 429 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 429 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 430 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 430 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 430 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 431 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 431 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 431 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 427 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 427 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 427 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 428 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 428 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 428 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 472 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 274 of file Histogrammer.hh.
Referenced by FillHists().
|
private |
Definition at line 274 of file Histogrammer.hh.
Referenced by FillHists().
|
private |
Definition at line 473 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 470 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 471 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 294 of file Histogrammer.hh.
Referenced by PlotDefaultHists().
|
private |
Definition at line 294 of file Histogrammer.hh.
Referenced by PlotPhysicsHists().
|
private |
Definition at line 466 of file Histogrammer.hh.
Referenced by FillParticleElectronGammaHists(), and MakeHists().
|
private |
Definition at line 466 of file Histogrammer.hh.
Referenced by FillParticleElectronGammaHists(), and MakeHists().
|
private |
Definition at line 466 of file Histogrammer.hh.
Referenced by FillParticleElectronGammaHists(), and MakeHists().
|
private |
Definition at line 467 of file Histogrammer.hh.
Referenced by FillParticleElectronGammaHists(), and MakeHists().
|
private |
Definition at line 467 of file Histogrammer.hh.
Referenced by FillParticleElectronGammaHists(), and MakeHists().
|
private |
Definition at line 467 of file Histogrammer.hh.
Referenced by FillParticleElectronGammaHists(), and MakeHists().
|
private |
Definition at line 311 of file Histogrammer.hh.
Referenced by MakeHists(), and MiniballHistogrammer().
|
private |
Definition at line 325 of file Histogrammer.hh.
Referenced by FillHists(), MakeHists(), and PlotDefaultHists().
|
private |
Definition at line 325 of file Histogrammer.hh.
Referenced by FillHists(), MakeHists(), and PlotDefaultHists().
|
private |
Definition at line 454 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 454 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 454 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 455 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 455 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 455 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 456 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 456 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 456 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 449 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 449 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 352 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 352 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 452 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 452 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 452 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 385 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 385 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 385 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 386 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 386 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 386 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 453 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 453 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 453 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 341 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 341 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 342 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 342 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 462 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 462 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 462 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 463 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 463 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 463 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 459 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 459 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 459 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 460 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 460 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 460 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 461 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 461 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 461 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 457 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 457 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 457 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 458 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 458 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 458 of file Histogrammer.hh.
Referenced by FillParticleElectronHists(), and MakeHists().
|
private |
Definition at line 464 of file Histogrammer.hh.
Referenced by FillParticleElectronGammaHists(), and MakeHists().
|
private |
Definition at line 464 of file Histogrammer.hh.
Referenced by FillParticleElectronGammaHists(), and MakeHists().
|
private |
Definition at line 464 of file Histogrammer.hh.
Referenced by FillParticleElectronGammaHists(), and MakeHists().
|
private |
Definition at line 465 of file Histogrammer.hh.
Referenced by FillParticleElectronGammaHists(), and MakeHists().
|
private |
Definition at line 465 of file Histogrammer.hh.
Referenced by FillParticleElectronGammaHists(), and MakeHists().
|
private |
Definition at line 465 of file Histogrammer.hh.
Referenced by FillParticleElectronGammaHists(), and MakeHists().
|
private |
Definition at line 351 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 351 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 351 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 384 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 384 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 384 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 343 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 313 of file Histogrammer.hh.
Referenced by MakeHists(), and MiniballHistogrammer().
|
private |
Definition at line 312 of file Histogrammer.hh.
Referenced by MakeHists(), and MiniballHistogrammer().
|
private |
Definition at line 272 of file Histogrammer.hh.
Referenced by FillHists().
|
private |
Definition at line 272 of file Histogrammer.hh.
Referenced by FillHists().
|
private |
Definition at line 355 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 355 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 355 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 271 of file Histogrammer.hh.
Referenced by FillHists().
|
private |
Definition at line 271 of file Histogrammer.hh.
Referenced by FillHists().
|
private |
Definition at line 346 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 346 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 346 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 375 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 377 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 374 of file Histogrammer.hh.
Referenced by FillHists(), MakeHists(), and PlotDefaultHists().
|
private |
Definition at line 374 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 374 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 376 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 338 of file Histogrammer.hh.
Referenced by FillHists(), MakeHists(), and PlotDefaultHists().
|
private |
Definition at line 336 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 336 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 337 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 337 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 308 of file Histogrammer.hh.
Referenced by MakeHists(), and MiniballHistogrammer().
|
private |
Definition at line 391 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 396 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 391 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 396 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 391 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 396 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 392 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 397 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 392 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 397 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 392 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 397 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 393 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 398 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 393 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 398 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 393 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 398 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 356 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 356 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 389 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 394 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 389 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 394 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 389 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 394 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 347 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 347 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 378 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 378 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 378 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 379 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 379 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 379 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 390 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 395 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 390 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 395 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 390 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 395 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 328 of file Histogrammer.hh.
Referenced by FillHists(), MakeHists(), and PlotDefaultHists().
|
private |
Definition at line 332 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 332 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 328 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 329 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 329 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 334 of file Histogrammer.hh.
Referenced by FillHists(), MakeHists(), and PlotDefaultHists().
|
private |
Definition at line 405 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 407 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 404 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 404 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 404 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 406 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 406 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 406 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 410 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 410 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 410 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 411 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 411 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 411 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 412 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 412 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 412 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 408 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 408 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 408 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 409 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 409 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 409 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 445 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 446 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 401 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 401 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 401 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 402 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 402 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 402 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 403 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 403 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 403 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 399 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 399 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 399 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 400 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 400 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 400 of file Histogrammer.hh.
Referenced by FillParticleGammaHists(), and MakeHists().
|
private |
Definition at line 413 of file Histogrammer.hh.
Referenced by FillParticleGammaGammaHists(), and MakeHists().
|
private |
Definition at line 413 of file Histogrammer.hh.
Referenced by FillParticleGammaGammaHists(), and MakeHists().
|
private |
Definition at line 413 of file Histogrammer.hh.
Referenced by FillParticleGammaGammaHists(), and MakeHists().
|
private |
Definition at line 414 of file Histogrammer.hh.
Referenced by FillParticleGammaGammaHists(), and MakeHists().
|
private |
Definition at line 414 of file Histogrammer.hh.
Referenced by FillParticleGammaGammaHists(), and MakeHists().
|
private |
Definition at line 414 of file Histogrammer.hh.
Referenced by FillParticleGammaGammaHists(), and MakeHists().
|
private |
Definition at line 310 of file Histogrammer.hh.
Referenced by MakeHists(), and MiniballHistogrammer().
|
private |
Definition at line 309 of file Histogrammer.hh.
Referenced by MakeHists(), and MiniballHistogrammer().
|
private |
Definition at line 289 of file Histogrammer.hh.
Referenced by MakeHists(), MiniballHistogrammer(), and ResetHists().
|
private |
Definition at line 286 of file Histogrammer.hh.
Referenced by PlotDefaultHists(), PlotPhysicsHists(), and SetOutput().
|
private |
Definition at line 476 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 477 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 476 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 276 of file Histogrammer.hh.
Referenced by FillHists().
|
private |
Definition at line 269 of file Histogrammer.hh.
Referenced by CloseOutput(), FillHists(), PurgeOutput(), SetInputFile(), SetInputFile(), and SetInputTree().
|
private |
Definition at line 298 of file Histogrammer.hh.
Referenced by FillHists().
|
private |
Definition at line 279 of file Histogrammer.hh.
Referenced by CloseOutput(), GetFile(), MakeHists(), PlotPhysicsHists(), PurgeOutput(), and SetOutput().
|
private |
Definition at line 273 of file Histogrammer.hh.
Referenced by FillHists().
|
private |
Definition at line 273 of file Histogrammer.hh.
Referenced by FillHists().
|
private |
Definition at line 369 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 369 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 369 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 371 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 370 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 370 of file Histogrammer.hh.
Referenced by FillHists(), MakeHists(), and PlotDefaultHists().
|
private |
Definition at line 368 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 368 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 314 of file Histogrammer.hh.
Referenced by MakeHists(), and MiniballHistogrammer().
|
private |
Definition at line 364 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 364 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 367 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 364 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 367 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 367 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 360 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 362 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 362 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 363 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 363 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 360 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 365 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 361 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 366 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 361 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 366 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 365 of file Histogrammer.hh.
Referenced by FillHists(), and MakeHists().
|
private |
Definition at line 316 of file Histogrammer.hh.
Referenced by MakeHists(), and MiniballHistogrammer().
|
private |
Definition at line 315 of file Histogrammer.hh.
Referenced by MakeHists(), and MiniballHistogrammer().
|
private |
Definition at line 283 of file Histogrammer.hh.
Referenced by AddProgressBar(), and FillHists().
|
private |
Definition at line 301 of file Histogrammer.hh.
Referenced by FillHists().
|
private |
Definition at line 263 of file Histogrammer.hh.
Referenced by EjectileCut(), FillHists(), FillParticleElectronGammaHists(), FillParticleElectronGammaHists(), FillParticleElectronHists(), FillParticleGammaGammaHists(), FillParticleGammaGammaHists(), FillParticleGammaHists(), FillParticleGammaHists(), MakeHists(), MiniballHistogrammer(), OffBeam(), OffBeam(), OffBeam(), OnBeam(), OnBeam(), OnBeam(), PromptCoincidence(), PromptCoincidence(), PromptCoincidence(), PromptCoincidence(), PromptCoincidence(), PromptCoincidence(), PromptCoincidence(), RandomCoincidence(), RandomCoincidence(), RandomCoincidence(), RandomCoincidence(), RandomCoincidence(), RandomCoincidence(), RandomCoincidence(), RecoilCut(), T1Cut(), TransferCut(), and TwoParticleCut().
|
private |
Definition at line 270 of file Histogrammer.hh.
Referenced by CloseOutput(), FillHists(), FillParticleGammaHists(), FillParticleGammaHists(), OffBeam(), OffBeam(), OffBeam(), OnBeam(), OnBeam(), OnBeam(), SetInputFile(), SetInputFile(), SetInputTree(), and T1Cut().
|
private |
Definition at line 266 of file Histogrammer.hh.
Referenced by FillHists(), FillParticleGammaHists(), FillParticleGammaHists(), MakeHists(), and MiniballHistogrammer().
|
private |
Definition at line 275 of file Histogrammer.hh.
Referenced by FillHists().
|
private |
Definition at line 275 of file Histogrammer.hh.
Referenced by FillHists().
|
private |
Definition at line 292 of file Histogrammer.hh.
Referenced by PlotPhysicsHists(), and SetSpyHists().
|
private |
Definition at line 293 of file Histogrammer.hh.
Referenced by PlotPhysicsHists(), and SetSpyHists().
|
private |
Definition at line 295 of file Histogrammer.hh.
Referenced by MakeHists(), and SetSpyHists().
|
private |
Definition at line 320 of file Histogrammer.hh.
Referenced by MakeHists().
|
private |
Definition at line 322 of file Histogrammer.hh.
Referenced by MakeHists().
|
private |
Definition at line 321 of file Histogrammer.hh.
Referenced by MakeHists().
|
private |
Definition at line 317 of file Histogrammer.hh.
Referenced by MakeHists(), and MiniballHistogrammer().
|
private |
Definition at line 319 of file Histogrammer.hh.
Referenced by MakeHists(), and MiniballHistogrammer().
|
private |
Definition at line 318 of file Histogrammer.hh.
Referenced by MakeHists(), and MiniballHistogrammer().