Berkeley Nuclear Data Software
|
#include <DetectorDataStructures.h>
Static Public Member Functions | |
static std::vector< double > | getDeltaT (const MDPPCloverEvent &a_clovEvent, const MDPPScintEvent &a_scintEvent, int a_leafNumber) |
static double | getDeltaT (const MDPPHPGeEvent &a_hpgeEvent, const MDPPScintEvent &a_scintEvent) |
static double | getDeltaT (const MDPPInorgScintEvent &a_inorgEvent, const MDPPScintEvent &a_scintEvent) |
static double | getDeltaT (const MDPPScintEvent &a_scintEvent1, const MDPPScintEvent &a_scintEvent2) |
static double | getNTOF (const MDPPCloverEvent &a_clovEvent, const MDPPScintEvent &a_scintEvent, const CloverInfo &a_clovInfo, const OrgScintInfo &a_scintInfo) |
static std::vector< double > | getRFDeltaT (const MDPPCloverEvent &a_clovEvent, const std::vector< uint16_t > &, const CloverInfo &a_clovInfo) |
this class is intended to hold common functions used to calclute quantities of interest between detector data structures
|
static |
this function calculates the uncalibrated time difference between a clover and an organic scintillator assuming they are being managed by independent boards and that the trig time array is the intended synchronzation signal deltaT = scint - clover (leaf)
|
static |
same as above for HPGe/OrgScint deltaT = scint - HPGe
|
static |
InorgScint/OrgScint deltaT = scint - inOrgScint
|
static |
OrgScint/OrgScint deltaT = scint2 - scint1
|
static |
this function calculates the calibrated neutron time of flight between a clover and an organic scintillator relying on the getDeltaT function
|
static |
this function calculates the calibrated neutron time of flight between a clover and an organic scintillator relying on the getDeltaT function !!!!!!!!!!! this isn't working, this requires an abstraction of the experiment parameters from GenesisConfig to the base classes for it to make sense
this function calculates the calibrated neutron time of flight between a clover and an organic scintillator relying on the getDeltaT function