GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
EfficiencyHelper.cxx File Reference
+ Include dependency graph for EfficiencyHelper.cxx:

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.
 

Function Documentation

◆ PromptCoincidence()

bool PromptCoincidence ( TGriffinHit * h1,
TGriffinHit * h2 )

Definition at line 6 of file EfficiencyHelper.cxx.

References TDetectorHit::GetTime(), promptHigh, and promptLow.

◆ TimeRandom()

bool TimeRandom ( TGriffinHit * h1,
TGriffinHit * h2 )

Definition at line 12 of file EfficiencyHelper.cxx.

References bgHigh, bgLow, and TDetectorHit::GetTime().

Variable Documentation

◆ bgHigh

◆ bgLow

◆ promptHigh

double promptHigh = 250.

Definition at line 5 of file EfficiencyHelper.cxx.

Referenced by EfficiencyHelper::EndOfSort(), and PromptCoincidence().

◆ promptLow

double promptLow = -250.

Definition at line 4 of file EfficiencyHelper.cxx.

Referenced by EfficiencyHelper::EndOfSort(), and PromptCoincidence().