GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
|
#include "EfficiencyHelper.hh"
Go to the source code of this file.
Functions | |
bool | PromptCoincidence (TGriffinHit *h1, TGriffinHit *h2) |
bool | TimeRandom (TGriffinHit *h1, TGriffinHit *h2) |
Variables | |
double | bgHigh = 1500. |
double | bgLow = 500. |
double | promptHigh = 250. |
double | promptLow = -250. |
bool PromptCoincidence | ( | TGriffinHit * | h1, |
TGriffinHit * | h2 ) |
Definition at line 6 of file EfficiencyHelper.cxx.
References TDetectorHit::GetTime(), promptHigh, and promptLow.
bool TimeRandom | ( | TGriffinHit * | h1, |
TGriffinHit * | h2 ) |
Definition at line 12 of file EfficiencyHelper.cxx.
References bgHigh, bgLow, and TDetectorHit::GetTime().
double bgHigh = 1500. |
Definition at line 11 of file EfficiencyHelper.cxx.
Referenced by AngularCorrelationSelector::CreateHistograms(), EfficiencyHelper::EndOfSort(), AngularCorrelationSelector::FillHistograms(), main(), and TimeRandom().
double bgLow = 500. |
Definition at line 10 of file EfficiencyHelper.cxx.
Referenced by AngularCorrelationSelector::CreateHistograms(), EfficiencyHelper::EndOfSort(), AngularCorrelationSelector::FillHistograms(), main(), and TimeRandom().
double promptHigh = 250. |
Definition at line 5 of file EfficiencyHelper.cxx.
Referenced by EfficiencyHelper::EndOfSort(), and PromptCoincidence().
double promptLow = -250. |
Definition at line 4 of file EfficiencyHelper.cxx.
Referenced by EfficiencyHelper::EndOfSort(), and PromptCoincidence().