![]() |
GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
|
![]() |
#include "CrossTalkHelper.hh"
Go to the source code of this file.
Functions | |
bool | Addback (TGriffinHit *one, TGriffinHit *two) |
bool | PromptCoincidence (TGriffinHit *one, TGriffinHit *two) |
Variables | |
const Short_t | defaultKValue = 379 |
const double | gb_time_high = 350. |
const double | gb_time_low = -250. |
const double | gg_time_high = 300. |
const double | gg_time_low = -200. |
bool | pileup_reject = false |
bool Addback | ( | TGriffinHit * | one, |
TGriffinHit * | two ) |
Definition at line 15 of file CrossTalkHelper.cxx.
References TDetectorHit::GetDetector(), and TDetectorHit::GetTime().
Referenced by CrossTalkHelper::Exec(), and CrossTalk::FillHistograms().
bool PromptCoincidence | ( | TGriffinHit * | one, |
TGriffinHit * | two ) |
Definition at line 20 of file CrossTalkHelper.cxx.
References TDetectorHit::GetTime(), gg_time_high, and gg_time_low.
Referenced by EfficiencyHelper::Exec(), ExampleEventHelper::Exec(), ExampleTreeHelper::Exec(), ExampleEventSelector::FillHistograms(), and ExampleTreeSelector::FillHistograms().
const Short_t defaultKValue = 379 |
Definition at line 13 of file CrossTalkHelper.cxx.
Referenced by CrossTalkHelper::Exec(), and CrossTalk::FillHistograms().
const double gb_time_high = 350. |
Definition at line 10 of file CrossTalkHelper.cxx.
const double gb_time_low = -250. |
Definition at line 9 of file CrossTalkHelper.cxx.
const double gg_time_high = 300. |
Definition at line 6 of file CrossTalkHelper.cxx.
Referenced by PromptCoincidence().
const double gg_time_low = -200. |
Definition at line 5 of file CrossTalkHelper.cxx.
Referenced by PromptCoincidence().
bool pileup_reject = false |
Definition at line 3 of file CrossTalkHelper.cxx.
Referenced by CrossTalkHelper::Exec(), and CrossTalk::FillHistograms().