ATLAS Offline Software
|
Classes | |
struct | BySideTypeMod |
class | IZdcAnalysisTool |
class | IZdcRecTool |
class | IZdcTrigValidTool |
class | RPDAnalysisTool |
struct | RPDConfig |
class | RPDDataAnalyzer |
class | RpdSubtractCentroidTool |
class | ZdcAnalysisTool |
class | ZdcLEDAnalysisTool |
class | ZDCLEDModuleResults |
class | ZdcRecTool |
class | ZdcTrigValidTool |
Functions | |
unsigned int | nullPileupFunc (unsigned int) |
void | helpResetFuncs (std::span< std::function< float(unsigned int)>> v) |
double | SincInterp (const double *xvec, const double *pvec) |
double | SincInterp (double *xvec, double *pvec) |
double | FermiExpFit (double *xvec, double *pvec) |
BySideTypeMod | sideA (1) |
BySideTypeMod | sideC (-1) |
BySideTypeMod | sideAC (0) |
BySideTypeMod | sideA_HadPix (1, 1, 1) |
BySideTypeMod | sideC_HadPix (-1, 1, 1) |
float | getAmplitudeSum (const xAOD::ZdcModuleContainer *in, std::function< bool(const xAOD::ZdcModule *)> incFunction, std::string suffix="") |
float | getAmplitudeSumG0 (const xAOD::ZdcModuleContainer *in, std::function< bool(const xAOD::ZdcModule *)> incFunction, std::string suffix="") |
float | getAmplitudeSumG1 (const xAOD::ZdcModuleContainer *in, std::function< bool(const xAOD::ZdcModule *)> incFunction) |
double ZDC::FermiExpFit | ( | double * | xvec, |
double * | pvec | ||
) |
Definition at line 184 of file ZdcRecTool.cxx.
float ZDC::getAmplitudeSum | ( | const xAOD::ZdcModuleContainer * | in, |
std::function< bool(const xAOD::ZdcModule *)> | incFunction, | ||
std::string | suffix = "" |
||
) |
float ZDC::getAmplitudeSumG0 | ( | const xAOD::ZdcModuleContainer * | in, |
std::function< bool(const xAOD::ZdcModule *)> | incFunction, | ||
std::string | suffix = "" |
||
) |
float ZDC::getAmplitudeSumG1 | ( | const xAOD::ZdcModuleContainer * | in, |
std::function< bool(const xAOD::ZdcModule *)> | incFunction | ||
) |
void ZDC::helpResetFuncs | ( | std::span< std::function< float(unsigned int)>> | v | ) |
Definition at line 17 of file RPDDataAnalyzer.cxx.
unsigned int ZDC::nullPileupFunc | ( | unsigned int | ) |
Definition at line 13 of file RPDDataAnalyzer.cxx.
BySideTypeMod ZDC::sideA | ( | 1 | ) |
BySideTypeMod ZDC::sideA_HadPix | ( | 1 | , |
1 | , | ||
1 | |||
) |
BySideTypeMod ZDC::sideAC | ( | 0 | ) |
BySideTypeMod ZDC::sideC | ( | - | 1 | ) |
BySideTypeMod ZDC::sideC_HadPix | ( | - | 1, |
1 | , | ||
1 | |||
) |
Definition at line 11 of file ZdcSincInterp.cxx.
double ZDC::SincInterp | ( | double * | xvec, |
double * | pvec | ||
) |
Definition at line 167 of file ZdcRecTool.cxx.