![]() |
Project
|
#include "GPUGeneralKernels.h"#include "GPUConstantMem.h"#include "GPUTPCGeometry.h"#include "clusterFinderDefs.h"#include "CfArray2D.h"Go to the source code of this file.
Namespaces | |
| namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
| namespace | o2::gpu |
Kernel identifies noisy TPC pads by analyzing charge patterns over time. A pad is marked noisy if it exceeds thresholds for total or consecutive time bins with charge, unless the charge exceeds a saturation threshold.
Optionally detects Highly Ionising Particle (HIP) tails: when a saturated ADC value (1023) is found, the tail region on the triggering pad and its neighbors is zeroed in the charge map until an exponential charge filter drops below a configurable threshold.
Definition in file GPUTPCCFCheckPadBaseline.h.